Home
last modified time | relevance | path

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

/PHP-8.3/ext/simplexml/
H A Dphp_simplexml.h81 extern PHP_SXE_API zend_class_entry *ce_SimpleXMLElement;
H A Dsimplexml.c37 PHP_SXE_API zend_class_entry *ce_SimpleXMLElement; variable
41 return ce_SimpleXMLElement; in sxe_get_element_class_entry()
463 if (Z_OBJCE_P(value) == ce_SimpleXMLElement) { in sxe_prop_dim_write()
2198 if (parent == ce_SimpleXMLElement) { in php_sxe_find_fptr_count()
2257 zend_class_entry *ce= ce_SimpleXMLElement; in PHP_FUNCTION()
2279 ce = ce_SimpleXMLElement; in PHP_FUNCTION()
2304 zend_class_entry *ce= ce_SimpleXMLElement; in PHP_FUNCTION()
2334 ce = ce_SimpleXMLElement; in PHP_FUNCTION()
2627 zend_class_entry *ce = ce_SimpleXMLElement; in PHP_FUNCTION()
2652 ce = ce_SimpleXMLElement; in PHP_FUNCTION()
[all …]

Completed in 10 milliseconds