Home
last modified time | relevance | path

Searched refs:SXE_ME (Results 1 – 1 of 1) sorted by relevance

/PHP-5.4/ext/simplexml/
H A Dsimplexml.c49 #define SXE_ME(func, arg_info, flags) PHP_ME(simplexml_element, func, arg_info, flags) macro
2609 SXE_ME(asXML, arginfo_simplexmlelement_asxml, ZEND_ACC_PUBLIC)
2611 SXE_ME(xpath, arginfo_simplexmlelement_xpath, ZEND_ACC_PUBLIC)
2613 SXE_ME(attributes, arginfo_simplexmlelement_children, ZEND_ACC_PUBLIC)
2614 SXE_ME(children, arginfo_simplexmlelement_children, ZEND_ACC_PUBLIC)
2615 SXE_ME(getNamespaces, arginfo_simplexmlelement_getnamespaces, ZEND_ACC_PUBLIC)
2617 SXE_ME(getName, arginfo_simplexmlelement__void, ZEND_ACC_PUBLIC)
2618 SXE_ME(addChild, arginfo_simplexmlelement_addchild, ZEND_ACC_PUBLIC)
2619 SXE_ME(addAttribute, arginfo_simplexmlelement_addchild, ZEND_ACC_PUBLIC)
2620 SXE_ME(__toString, arginfo_simplexmlelement__void, ZEND_ACC_PUBLIC)
[all …]

Completed in 9 milliseconds