Searched defs:gc_data (Results 1 – 7 of 7) sorted by relevance
/PHP-8.1/ext/spl/ |
H A D | spl_heap.c | 562 static HashTable *spl_heap_object_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /* {… in spl_heap_object_get_gc() 572 static HashTable *spl_pqueue_object_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /*… in spl_pqueue_object_get_gc()
|
H A D | spl_dllist.c | 476 static HashTable *spl_dllist_object_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /*… in spl_dllist_object_get_gc()
|
H A D | spl_array.c | 840 static HashTable *spl_array_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /* {{{ */ in spl_array_get_gc()
|
/PHP-8.1/ext/pdo/ |
H A D | pdo_dbh.c | 1322 static HashTable *dbh_get_gc(zend_object *object, zval **gc_data, int *gc_count) in dbh_get_gc()
|
/PHP-8.1/ext/snmp/ |
H A D | snmp.c | 1783 static HashTable *php_snmp_get_gc(zend_object *object, zval **gc_data, int *gc_data_count) /* {{{ */ in php_snmp_get_gc()
|
/PHP-8.1/ext/zip/ |
H A D | php_zip.c | 974 static HashTable *php_zip_get_gc(zend_object *object, zval **gc_data, int *gc_data_count) /* {{{ */ in php_zip_get_gc()
|
/PHP-8.1/ext/reflection/ |
H A D | php_reflection.c | 274 static HashTable *reflection_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /* {{{ */ in reflection_get_gc()
|
Completed in 59 milliseconds