Searched refs:gc_data (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/spl/ |
H A D | spl_heap.c | 538 static HashTable *spl_heap_object_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /* {… in spl_heap_object_get_gc() argument 541 *gc_data = (zval *) intern->heap->elements; in spl_heap_object_get_gc() 548 static HashTable *spl_pqueue_object_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /*… in spl_pqueue_object_get_gc() argument 551 *gc_data = (zval *) intern->heap->elements; in spl_pqueue_object_get_gc()
|
H A D | spl_dllist.c | 525 static HashTable *spl_dllist_object_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /*… in spl_dllist_object_get_gc() argument 536 zend_get_gc_buffer_use(gc_buffer, gc_data, gc_data_count); in spl_dllist_object_get_gc()
|
H A D | spl_array.c | 837 static HashTable *spl_array_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /* {{{ */ in spl_array_get_gc() argument 840 *gc_data = &intern->array; in spl_array_get_gc()
|
/PHP-8.0/ext/pdo/ |
H A D | pdo_dbh.c | 1296 static HashTable *dbh_get_gc(zend_object *object, zval **gc_data, int *gc_count) in dbh_get_gc() argument 1299 *gc_data = &dbh->def_stmt_ctor_args; in dbh_get_gc()
|
/PHP-8.0/ext/snmp/ |
H A D | snmp.c | 1763 static HashTable *php_snmp_get_gc(zend_object *object, zval **gc_data, int *gc_data_count) /* {{{ */ in php_snmp_get_gc() argument 1765 *gc_data = NULL; in php_snmp_get_gc()
|
/PHP-8.0/ext/zip/ |
H A D | php_zip.c | 965 static HashTable *php_zip_get_gc(zend_object *object, zval **gc_data, int *gc_data_count) /* {{{ */ in php_zip_get_gc() argument 967 *gc_data = NULL; in php_zip_get_gc()
|
/PHP-8.0/ext/reflection/ |
H A D | php_reflection.c | 276 static HashTable *reflection_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /* {{{ */ in reflection_get_gc() argument 279 *gc_data = &intern->obj; in reflection_get_gc()
|
Completed in 59 milliseconds