Home
last modified time | relevance | path

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

/PHP-8.0/ext/simplexml/
H A Dsimplexml.c2102 static zend_object_handlers sxe_object_handlers; variable
2241 intern->zo.handlers = &sxe_object_handlers; in php_sxe_object_new()
2707 sxe_object_handlers.dtor_obj = sxe_object_dtor; in PHP_MINIT_FUNCTION()
2708 sxe_object_handlers.free_obj = sxe_object_free_storage; in PHP_MINIT_FUNCTION()
2709 sxe_object_handlers.clone_obj = sxe_object_clone; in PHP_MINIT_FUNCTION()
2710 sxe_object_handlers.read_property = sxe_property_read; in PHP_MINIT_FUNCTION()
2715 sxe_object_handlers.has_property = sxe_property_exists; in PHP_MINIT_FUNCTION()
2720 sxe_object_handlers.compare = sxe_objects_compare; in PHP_MINIT_FUNCTION()
2721 sxe_object_handlers.cast_object = sxe_object_cast; in PHP_MINIT_FUNCTION()
2724 sxe_object_handlers.get_closure = NULL; in PHP_MINIT_FUNCTION()
[all …]

Completed in 10 milliseconds