Home
last modified time | relevance | path

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

/PHP-7.4/ext/simplexml/
H A Dsimplexml.c45 #define SXE_ME(func, arg_info, flags) PHP_ME(simplexml_element, func, arg_info, flags) macro
2680 SXE_ME(asXML, arginfo_simplexmlelement_asxml, ZEND_ACC_PUBLIC)
2682 SXE_ME(xpath, arginfo_simplexmlelement_xpath, ZEND_ACC_PUBLIC)
2684 SXE_ME(attributes, arginfo_simplexmlelement_children, ZEND_ACC_PUBLIC)
2685 SXE_ME(children, arginfo_simplexmlelement_children, ZEND_ACC_PUBLIC)
2686 SXE_ME(getNamespaces, arginfo_simplexmlelement_getnamespaces, ZEND_ACC_PUBLIC)
2688 SXE_ME(getName, arginfo_simplexmlelement__void, ZEND_ACC_PUBLIC)
2689 SXE_ME(addChild, arginfo_simplexmlelement_addchild, ZEND_ACC_PUBLIC)
2690 SXE_ME(addAttribute, arginfo_simplexmlelement_addchild, ZEND_ACC_PUBLIC)
2691 SXE_ME(__toString, arginfo_simplexmlelement__void, ZEND_ACC_PUBLIC)
[all …]

Completed in 16 milliseconds