Home
last modified time | relevance | path

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

/PHP-7.4/ext/simplexml/
H A Dsxe.c34 PHP_SXE_API zend_class_entry *ce_SimpleXMLElement; variable
192 ce_SimpleXMLElement = NULL; in PHP_MINIT_FUNCTION()
197 ce_SimpleXMLElement = pce; in PHP_MINIT_FUNCTION()
200 ce_SimpleXMLIterator = zend_register_internal_class_ex(&sxi, ce_SimpleXMLElement); in PHP_MINIT_FUNCTION()
201 ce_SimpleXMLIterator->create_object = ce_SimpleXMLElement->create_object; in PHP_MINIT_FUNCTION()
H A Dsxe.h25 extern PHP_SXE_API zend_class_entry *ce_SimpleXMLElement;

Completed in 6 milliseconds