Lines Matching refs:ce_SimpleXMLElement
37 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()
2702 …ce_SimpleXMLElement = register_class_SimpleXMLElement(zend_ce_stringable, zend_ce_countable, spl_c… in PHP_MINIT_FUNCTION()
2703 ce_SimpleXMLElement->create_object = sxe_object_new; in PHP_MINIT_FUNCTION()
2704 ce_SimpleXMLElement->default_object_handlers = &sxe_object_handlers; in PHP_MINIT_FUNCTION()
2705 ce_SimpleXMLElement->get_iterator = php_sxe_get_iterator; in PHP_MINIT_FUNCTION()
2728 ce_SimpleXMLIterator = register_class_SimpleXMLIterator(ce_SimpleXMLElement); in PHP_MINIT_FUNCTION()
2730 php_libxml_register_export(ce_SimpleXMLElement, simplexml_export_node); in PHP_MINIT_FUNCTION()
2739 ce_SimpleXMLElement = NULL; in PHP_MSHUTDOWN_FUNCTION()