Home
last modified time | relevance | path

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

/PHP-7.1/ext/simplexml/
H A Dsimplexml.c49 #define SXE_ME(func, arg_info, flags) PHP_ME(simplexml_element, func, arg_info, flags) macro
2707 SXE_ME(asXML, arginfo_simplexmlelement_asxml, ZEND_ACC_PUBLIC)
2709 SXE_ME(xpath, arginfo_simplexmlelement_xpath, ZEND_ACC_PUBLIC)
2711 SXE_ME(attributes, arginfo_simplexmlelement_children, ZEND_ACC_PUBLIC)
2712 SXE_ME(children, arginfo_simplexmlelement_children, ZEND_ACC_PUBLIC)
2713 SXE_ME(getNamespaces, arginfo_simplexmlelement_getnamespaces, ZEND_ACC_PUBLIC)
2715 SXE_ME(getName, arginfo_simplexmlelement__void, ZEND_ACC_PUBLIC)
2716 SXE_ME(addChild, arginfo_simplexmlelement_addchild, ZEND_ACC_PUBLIC)
2717 SXE_ME(addAttribute, arginfo_simplexmlelement_addchild, ZEND_ACC_PUBLIC)
2718 SXE_ME(__toString, arginfo_simplexmlelement__void, ZEND_ACC_PUBLIC)
[all …]

Completed in 11 milliseconds