Home
last modified time | relevance | path

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

/PHP-5.4/ext/spl/
H A Dspl_observer.c79 PHPAPI zend_object_handlers spl_handler_SplObjectStorage; variable
269 retval.handlers = &spl_handler_SplObjectStorage; in spl_object_storage_new_ex()
1314 …memcpy(&spl_handler_SplObjectStorage, zend_get_std_object_handlers(), sizeof(zend_object_handlers)… in PHP_MINIT_FUNCTION()
1316 spl_handler_SplObjectStorage.get_debug_info = spl_object_storage_debug_info; in PHP_MINIT_FUNCTION()
1317 spl_handler_SplObjectStorage.compare_objects = spl_object_storage_compare_objects; in PHP_MINIT_FUNCTION()
1318 spl_handler_SplObjectStorage.clone_obj = spl_object_storage_clone; in PHP_MINIT_FUNCTION()
1319 spl_handler_SplObjectStorage.get_gc = spl_object_storage_get_gc; in PHP_MINIT_FUNCTION()

Completed in 12 milliseconds