Home
last modified time | relevance | path

Searched refs:table (Results 1 – 25 of 531) sorted by path

12345678910>>...22

/php-src/
H A D.gdbinit414 dumps a function table (HashTable)
/php-src/Zend/asm/
H A Dmake_x86_64_ms_pe_masm.asm89 ; generate function table entry in .pdata and unwind information in
/php-src/Zend/tests/
H A Dbug63976.phpt8 public $table = self::TABLE;
17 var_dump($bar->table);
H A Dbug76047.phpt22 $$arg = 1; // Trigger symbol table
H A Dgc_044.phpt2 GC of object property table (order variation)
H A Dobjects_033.phpt15 // result without shadow table materialization.
/php-src/Zend/tests/fibers/
H A Dgh9735-005.phpt21 // Force symbol table
H A Dgh9735-006.phpt13 // Force symbol table
24 // Force symbol table
H A Dgh9735-007.phpt15 // Force symbol table
24 // Force symbol table
/php-src/Zend/tests/match/
H A D017.phpt2 Test strict comparison with match expression jump table
/php-src/Zend/tests/use_const/
H A Dno_global_fallback.phpt2 non-existent imported constants should not be looked up in the global table
/php-src/Zend/tests/use_function/
H A Dno_global_fallback.phpt2 non-existent imported functions should not be looked up in the global table
H A Dno_global_fallback2.phpt2 non-existent imported functions should not be looked up in the global table
/php-src/Zend/
H A Dzend_closures.c683 static HashTable *zend_closure_get_gc(zend_object *obj, zval **table, int *n) /* {{{ */ in zend_closure_get_gc() argument
687 *table = Z_TYPE(closure->this_ptr) != IS_NULL ? &closure->this_ptr : NULL; in zend_closure_get_gc()
H A Dzend_fibers.c756 static HashTable *zend_fiber_object_gc(zend_object *object, zval **table, int *num) in zend_fiber_object_gc() argument
765 zend_get_gc_buffer_use(buf, table, num); in zend_fiber_object_gc()
787 zend_get_gc_buffer_use(buf, table, num); in zend_fiber_object_gc()
H A Dzend_gc.c789 zval *table; in gc_scan_black() local
795 zv = table; in gc_scan_black()
833 zv = table; in gc_scan_black()
870 zv = table; in gc_scan_black()
990 zval *table; in gc_mark_grey() local
996 zv = table; in gc_mark_grey()
1022 zv = table; in gc_mark_grey()
1046 zv = table; in gc_mark_grey()
1259 zv = table; in gc_scan()
1494 zv = table; in gc_collect_white()
[all …]
H A Dzend_gc.h153 zend_get_gc_buffer *gc_buffer, zval **table, int *n) { in zend_get_gc_buffer_use() argument
154 *table = gc_buffer->start; in zend_get_gc_buffer_use()
H A Dzend_generators.c350 static HashTable *zend_generator_get_gc(zend_object *object, zval **table, int *n) /* {{{ */ in zend_generator_get_gc() argument
359 *table = &generator->value; in zend_generator_get_gc()
369 *table = NULL; in zend_generator_get_gc()
396 zend_get_gc_buffer_use(gc_buffer, table, n); in zend_generator_get_gc()
1082 zend_object_iterator *iterator, zval **table, int *n) in zend_generator_iterator_get_gc() argument
1084 *table = &iterator->data; in zend_generator_iterator_get_gc()
H A Dzend_inheritance.c1446 zend_property_info **table, *prop; in zend_build_properties_info_table() local
1455 ce->properties_info_table = table = zend_arena_alloc(&CG(arena), size); in zend_build_properties_info_table()
1457 ce->properties_info_table = table = pemalloc(size, 1); in zend_build_properties_info_table()
1461 memset(table, 0, size); in zend_build_properties_info_table()
1466 table, parent_table, in zend_build_properties_info_table()
1478 table[OBJ_PROP_TO_NUM(prop->offset)] = prop; in zend_build_properties_info_table()
1527 …zval *table = pemalloc(sizeof(zval) * (ce->default_properties_count + parent_ce->default_propertie… in zend_do_inheritance_ex() local
1529 end = table + parent_ce->default_properties_count; in zend_do_inheritance_ex()
1531 ce->default_properties_table = table; in zend_do_inheritance_ex()
1581 end = table + parent_ce->default_static_members_count; in zend_do_inheritance_ex()
[all …]
H A Dzend_interfaces.c184 ZEND_API HashTable *zend_user_it_get_gc(zend_object_iterator *_iter, zval **table, int *n) in zend_user_it_get_gc() argument
188 *table = &iter->it.data; in zend_user_it_get_gc()
194 zend_get_gc_buffer_use(gc_buffer, table, n); in zend_user_it_get_gc()
H A Dzend_interfaces.h67 ZEND_API HashTable *zend_user_it_get_gc(zend_object_iterator *_iter, zval **table, int *n);
H A Dzend_iterators.c27 static HashTable *iter_wrapper_get_gc(zend_object *object, zval **table, int *n);
73 static HashTable *iter_wrapper_get_gc(zend_object *object, zval **table, int *n) { in iter_wrapper_get_gc() argument
76 return iter->funcs->get_gc(iter, table, n); in iter_wrapper_get_gc()
79 *table = NULL; in iter_wrapper_get_gc()
H A Dzend_iterators.h56 HashTable *(*get_gc)(zend_object_iterator *iter, zval **table, int *n);
H A Dzend_object_handlers.c135 ZEND_API HashTable *zend_std_get_gc(zend_object *zobj, zval **table, int *n) /* {{{ */ in zend_std_get_gc() argument
138 *table = NULL; in zend_std_get_gc()
143 *table = NULL; in zend_std_get_gc()
147 *table = zobj->properties_table; in zend_std_get_gc()
H A Dzend_object_handlers.h157 typedef HashTable *(*zend_object_get_gc_t)(zend_object *object, zval **table, int *n);
212 ZEND_API HashTable *zend_std_get_gc(zend_object *object, zval **table, int *n);

Completed in 84 milliseconds

12345678910>>...22