Home
last modified time | relevance | path

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

/PHP-7.4/ext/simplexml/
H A Dsimplexml.c2023 static zend_object_handlers sxe_object_handlers; variable
2155 intern->zo.handlers = &sxe_object_handlers; in php_sxe_object_new()
2711 sxe_object_handlers.dtor_obj = sxe_object_dtor; in PHP_MINIT_FUNCTION()
2712 sxe_object_handlers.free_obj = sxe_object_free_storage; in PHP_MINIT_FUNCTION()
2713 sxe_object_handlers.clone_obj = sxe_object_clone; in PHP_MINIT_FUNCTION()
2714 sxe_object_handlers.read_property = sxe_property_read; in PHP_MINIT_FUNCTION()
2719 sxe_object_handlers.get = sxe_get_value; in PHP_MINIT_FUNCTION()
2720 sxe_object_handlers.has_property = sxe_property_exists; in PHP_MINIT_FUNCTION()
2726 sxe_object_handlers.cast_object = sxe_object_cast; in PHP_MINIT_FUNCTION()
2729 sxe_object_handlers.get_closure = NULL; in PHP_MINIT_FUNCTION()
[all …]

Completed in 25 milliseconds