Home
last modified time | relevance | path

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

/PHP-8.2/ext/spl/
H A Dspl_heap.c555 static HashTable *spl_heap_object_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /* {… in spl_heap_object_get_gc() argument
558 *gc_data = (zval *) intern->heap->elements; in spl_heap_object_get_gc()
565 static HashTable *spl_pqueue_object_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /*… in spl_pqueue_object_get_gc() argument
568 *gc_data = (zval *) intern->heap->elements; in spl_pqueue_object_get_gc()
H A Dspl_dllist.c470 static HashTable *spl_dllist_object_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /*… in spl_dllist_object_get_gc() argument
481 zend_get_gc_buffer_use(gc_buffer, gc_data, gc_data_count); in spl_dllist_object_get_gc()
H A Dspl_array.c800 static HashTable *spl_array_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /* {{{ */ in spl_array_get_gc() argument
803 *gc_data = &intern->array; in spl_array_get_gc()
/PHP-8.2/ext/pdo/
H A Dpdo_dbh.c1400 static HashTable *dbh_get_gc(zend_object *object, zval **gc_data, int *gc_count) in dbh_get_gc() argument
1408 zend_get_gc_buffer_use(gc_buffer, gc_data, gc_count); in dbh_get_gc()
/PHP-8.2/ext/snmp/
H A Dsnmp.c1775 static HashTable *php_snmp_get_gc(zend_object *object, zval **gc_data, int *gc_data_count) /* {{{ */ in php_snmp_get_gc() argument
1777 *gc_data = NULL; in php_snmp_get_gc()
/PHP-8.2/ext/zip/
H A Dphp_zip.c986 static HashTable *php_zip_get_gc(zend_object *object, zval **gc_data, int *gc_data_count) /* {{{ */ in php_zip_get_gc() argument
988 *gc_data = NULL; in php_zip_get_gc()
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c271 static HashTable *reflection_get_gc(zend_object *obj, zval **gc_data, int *gc_data_count) /* {{{ */ in reflection_get_gc() argument
274 *gc_data = &intern->obj; in reflection_get_gc()

Completed in 69 milliseconds