Searched refs:get_gc (Results 1 – 17 of 17) sorted by relevance
/PHP-7.4/Zend/ |
H A D | zend_gc.c | 708 ht = obj->handlers->get_gc(&tmp, &zv, &n); in gc_scan_black() 828 ht = obj->handlers->get_gc(&tmp, &zv, &n); in gc_mark_grey() 1014 ht = obj->handlers->get_gc(&tmp, &zv, &n); in gc_scan() 1186 ht = obj->handlers->get_gc(&tmp, &zv, &n); in gc_collect_white() 1363 ht = obj->handlers->get_gc(&tmp, &zv, &n); in gc_remove_nested_data_from_buffer()
|
H A D | zend_object_handlers.h | 182 zend_object_get_gc_t get_gc; /* required */ member
|
H A D | zend_closures.c | 674 closure_handlers.get_gc = zend_closure_get_gc; in zend_register_closure_ce()
|
H A D | zend_generators.c | 1255 zend_generator_handlers.get_gc = zend_generator_get_gc; in zend_register_generator_ce()
|
/PHP-7.4/ext/spl/ |
H A D | spl_heap.c | 1227 spl_handler_SplHeap.get_gc = spl_heap_object_get_gc; in PHP_MINIT_FUNCTION() 1248 spl_handler_SplPriorityQueue.get_gc = spl_pqueue_object_get_gc; in PHP_MINIT_FUNCTION()
|
H A D | spl_fixedarray.c | 1079 spl_handler_SplFixedArray.get_gc = spl_fixedarray_object_get_gc; in PHP_MINIT_FUNCTION()
|
H A D | spl_dllist.c | 1472 spl_handler_SplDoublyLinkedList.get_gc = spl_dllist_object_get_gc; in PHP_MINIT_FUNCTION()
|
H A D | spl_observer.c | 1339 spl_handler_SplObjectStorage.get_gc = spl_object_storage_get_gc; in PHP_MINIT_FUNCTION()
|
H A D | spl_array.c | 2066 spl_handler_ArrayObject.get_gc = spl_array_get_gc; in PHP_MINIT_FUNCTION()
|
/PHP-7.4/ |
H A D | UPGRADING.INTERNALS | 134 * get_gc
|
/PHP-7.4/ext/date/ |
H A D | php_date.c | 2144 date_object_handlers_date.get_gc = date_object_get_gc; in date_register_classes() 2154 date_object_handlers_immutable.get_gc = date_object_get_gc; in date_register_classes() 2166 date_object_handlers_timezone.get_gc = date_object_get_gc_timezone; in date_register_classes() 2199 date_object_handlers_interval.get_gc = date_object_get_gc_interval; in date_register_classes() 2213 date_object_handlers_period.get_gc = date_object_get_gc_period; in date_register_classes()
|
/PHP-7.4/ext/pdo/ |
H A D | pdo_dbh.c | 1406 pdo_dbh_object_handlers.get_gc = dbh_get_gc; in pdo_dbh_init()
|
/PHP-7.4/ext/ffi/ |
H A D | ffi.c | 5048 zend_ffi_handlers.get_gc = zend_fake_get_gc; 5082 zend_ffi_cdata_handlers.get_gc = zend_fake_get_gc; 5105 zend_ffi_cdata_value_handlers.get_gc = zend_fake_get_gc; 5129 zend_ffi_cdata_free_handlers.get_gc = zend_fake_get_gc; 5159 zend_ffi_ctype_handlers.get_gc = zend_fake_get_gc;
|
/PHP-7.4/ext/snmp/ |
H A D | snmp.c | 2291 php_snmp_object_handlers.get_gc = php_snmp_get_gc; in PHP_MINIT_FUNCTION()
|
/PHP-7.4/ext/zip/ |
H A D | php_zip.c | 3047 zip_object_handlers.get_gc = php_zip_get_gc;
|
/PHP-7.4/ext/simplexml/ |
H A D | simplexml.c | 2730 sxe_object_handlers.get_gc = sxe_get_gc; in PHP_MINIT_FUNCTION()
|
/PHP-7.4/ext/reflection/ |
H A D | php_reflection.c | 6844 reflection_object_handlers.get_gc = reflection_get_gc; in PHP_MINIT_FUNCTION()
|
Completed in 197 milliseconds