Searched refs:SXE_ME (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/simplexml/ |
| H A D | simplexml.c | 49 #define SXE_ME(func, arg_info, flags) PHP_ME(simplexml_element, func, arg_info, flags) macro 2595 SXE_ME(__construct, arginfo_simplexmlelement__construct, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL) /* must be called */ 2596 SXE_ME(asXML, arginfo_simplexmlelement_asxml, ZEND_ACC_PUBLIC) 2598 SXE_ME(xpath, arginfo_simplexmlelement_xpath, ZEND_ACC_PUBLIC) 2599 SXE_ME(registerXPathNamespace, arginfo_simplexmlelement_registerxpathnamespace, ZEND_ACC_PUBLIC) 2600 SXE_ME(attributes, arginfo_simplexmlelement_children, ZEND_ACC_PUBLIC) 2601 SXE_ME(children, arginfo_simplexmlelement_children, ZEND_ACC_PUBLIC) 2602 SXE_ME(getNamespaces, arginfo_simplexmlelement_getnamespaces, ZEND_ACC_PUBLIC) 2603 SXE_ME(getDocNamespaces, arginfo_simplexmlelement_getdocnamespaces, ZEND_ACC_PUBLIC) 2604 SXE_ME(getNam [all...] |
Completed in 5 milliseconds