Searched refs:domimplementation (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/ext/dom/ |
H A D | domimplementation.c | 60 …PHP_ME(domimplementation, getFeature, arginfo_dom_implementation_get_feature, ZEND_ACC_PUBLIC|ZEND… 61 …PHP_ME(domimplementation, hasFeature, arginfo_dom_implementation_has_feature, ZEND_ACC_PUBLIC|ZEND… 62 …PHP_ME(domimplementation, createDocumentType, arginfo_dom_implementation_create_documenttype, ZEND… 63 …PHP_ME(domimplementation, createDocument, arginfo_dom_implementation_create_document, ZEND_ACC_PUB… 71 PHP_METHOD(domimplementation, hasFeature) in PHP_METHOD() argument 92 PHP_METHOD(domimplementation, createDocumentType) in PHP_METHOD() argument 154 PHP_METHOD(domimplementation, createDocument) in PHP_METHOD() argument 259 PHP_METHOD(domimplementation, getFeature) in PHP_METHOD() argument
|
H A D | dom_fe.h | 98 PHP_METHOD(domimplementation, hasFeature); 99 PHP_METHOD(domimplementation, createDocumentType); 100 PHP_METHOD(domimplementation, createDocument); 101 PHP_METHOD(domimplementation, getFeature);
|
H A D | config.w32 | 13 cdatasection.c documentfragment.c domimplementation.c element.c \
|
H A D | config.m4 | 24 documentfragment.c domimplementation.c \
|
Completed in 8 milliseconds