domimplementation   98 ext/dom/dom_fe.h PHP_METHOD(domimplementation, hasFeature);
domimplementation   99 ext/dom/dom_fe.h PHP_METHOD(domimplementation, createDocumentType);
domimplementation  100 ext/dom/dom_fe.h PHP_METHOD(domimplementation, createDocument);
domimplementation  101 ext/dom/dom_fe.h PHP_METHOD(domimplementation, getFeature);
domimplementation   60 ext/dom/domimplementation.c 	PHP_ME(domimplementation, getFeature, arginfo_dom_implementation_get_feature, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
domimplementation   61 ext/dom/domimplementation.c 	PHP_ME(domimplementation, hasFeature, arginfo_dom_implementation_has_feature, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
domimplementation   62 ext/dom/domimplementation.c 	PHP_ME(domimplementation, createDocumentType, arginfo_dom_implementation_create_documenttype, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
domimplementation   63 ext/dom/domimplementation.c 	PHP_ME(domimplementation, createDocument, arginfo_dom_implementation_create_document, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
domimplementation   71 ext/dom/domimplementation.c PHP_METHOD(domimplementation, hasFeature)
domimplementation   92 ext/dom/domimplementation.c PHP_METHOD(domimplementation, createDocumentType)
domimplementation  154 ext/dom/domimplementation.c PHP_METHOD(domimplementation, createDocument)
domimplementation  259 ext/dom/domimplementation.c PHP_METHOD(domimplementation, getFeature)