Searched refs:gc_data_count (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/ext/spl/ |
H A D | spl_heap.c | 568 static HashTable *spl_heap_object_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /* {… in spl_heap_object_get_gc() argument 572 *gc_data_count = intern->heap->count; in spl_heap_object_get_gc() 578 static HashTable *spl_pqueue_object_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /*… in spl_pqueue_object_get_gc() argument 583 *gc_data_count = 2 * intern->heap->count; in spl_pqueue_object_get_gc()
|
H A D | spl_dllist.c | 473 static HashTable *spl_dllist_object_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /*… in spl_dllist_object_get_gc() argument 484 zend_get_gc_buffer_use(gc_buffer, gc_data, gc_data_count); in spl_dllist_object_get_gc()
|
H A D | spl_array.c | 805 static HashTable *spl_array_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /* {{{ */ in spl_array_get_gc() argument 809 *gc_data_count = 1; in spl_array_get_gc()
|
/PHP-8.3/ext/snmp/ |
H A D | snmp.c | 1781 static HashTable *php_snmp_get_gc(zend_object *object, zval **gc_data, int *gc_data_count) /* {{{ */ in php_snmp_get_gc() argument 1784 *gc_data_count = 0; in php_snmp_get_gc()
|
/PHP-8.3/ext/zip/ |
H A D | php_zip.c | 986 static HashTable *php_zip_get_gc(zend_object *object, zval **gc_data, int *gc_data_count) /* {{{ */ in php_zip_get_gc() argument 989 *gc_data_count = 0; in php_zip_get_gc()
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.c | 277 static HashTable *reflection_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /* {{{ */ in reflection_get_gc() argument 281 *gc_data_count = 1; in reflection_get_gc()
|
Completed in 48 milliseconds