Home
last modified time | relevance | path

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

/PHP-8.2/ext/spl/
H A Dspl_observer.c45 PHPAPI zend_object_handlers spl_handler_SplObjectStorage; variable
272 intern->std.handlers = &spl_handler_SplObjectStorage; in spl_object_storage_new_ex()
1339 spl_handler_SplObjectStorage.offset = XtOffsetOf(spl_SplObjectStorage, std); in PHP_MINIT_FUNCTION()
1340 spl_handler_SplObjectStorage.compare = spl_object_storage_compare_objects; in PHP_MINIT_FUNCTION()
1341 spl_handler_SplObjectStorage.clone_obj = spl_object_storage_clone; in PHP_MINIT_FUNCTION()
1342 spl_handler_SplObjectStorage.get_gc = spl_object_storage_get_gc; in PHP_MINIT_FUNCTION()
1343 spl_handler_SplObjectStorage.free_obj = spl_SplObjectStorage_free_storage; in PHP_MINIT_FUNCTION()
1344 spl_handler_SplObjectStorage.read_dimension = spl_object_storage_read_dimension; in PHP_MINIT_FUNCTION()
1345 spl_handler_SplObjectStorage.write_dimension = spl_object_storage_write_dimension; in PHP_MINIT_FUNCTION()
1346 spl_handler_SplObjectStorage.has_dimension = spl_object_storage_has_dimension; in PHP_MINIT_FUNCTION()
[all …]

Completed in 9 milliseconds