Home
last modified time | relevance | path

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

/PHP-7.1/ext/spl/
H A Dspl_observer.c80 PHPAPI zend_object_handlers spl_handler_SplObjectStorage; variable
244 intern->std.handlers = &spl_handler_SplObjectStorage; in spl_object_storage_new_ex()
1248 …memcpy(&spl_handler_SplObjectStorage, zend_get_std_object_handlers(), sizeof(zend_object_handlers)… in PHP_MINIT_FUNCTION()
1250 spl_handler_SplObjectStorage.offset = XtOffsetOf(spl_SplObjectStorage, std); in PHP_MINIT_FUNCTION()
1251 spl_handler_SplObjectStorage.get_debug_info = spl_object_storage_debug_info; in PHP_MINIT_FUNCTION()
1252 spl_handler_SplObjectStorage.compare_objects = spl_object_storage_compare_objects; in PHP_MINIT_FUNCTION()
1253 spl_handler_SplObjectStorage.clone_obj = spl_object_storage_clone; in PHP_MINIT_FUNCTION()
1254 spl_handler_SplObjectStorage.get_gc = spl_object_storage_get_gc; in PHP_MINIT_FUNCTION()
1255 spl_handler_SplObjectStorage.dtor_obj = zend_objects_destroy_object; in PHP_MINIT_FUNCTION()
1256 spl_handler_SplObjectStorage.free_obj = spl_SplObjectStorage_free_storage; in PHP_MINIT_FUNCTION()

Completed in 9 milliseconds