Home
last modified time | relevance | path

Searched refs:ZEND_MAP_PTR_GET (Results 1 – 11 of 11) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_map_ptr.h38 # define ZEND_MAP_PTR_GET(ptr) \ macro
60 # define ZEND_MAP_PTR_GET(ptr) \ macro
H A Dzend_closures.c545 ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr); in zend_closure_get_debug_info()
609 ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr) : NULL; in zend_closure_get_gc()
714 if (!ZEND_MAP_PTR_GET(closure->func.op_array.run_time_cache) in zend_create_closure()
720 if (!ZEND_MAP_PTR_GET(func->op_array.run_time_cache) in zend_create_closure()
795 HashTable *static_variables = ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr); in zend_closure_bind_var()
803 HashTable *static_variables = ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr); in zend_closure_bind_var_ex()
H A Dzend_execute_API.c288 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in shutdown_executor()
307 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in shutdown_executor()
H A Dzend_compile.h698 ZEND_MAP_PTR_GET((op_array)->run_time_cache)
H A Dzend_opcode.c425 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in destroy_op_array()
H A Dzend_inheritance.c82 if (ZEND_MAP_PTR_GET(func->op_array.static_variables_ptr)) { in zend_duplicate_user_function()
84 new_function->op_array.static_variables = ZEND_MAP_PTR_GET(func->op_array.static_variables_ptr); in zend_duplicate_user_function()
H A Dzend_API.h233 ((zval*)ZEND_MAP_PTR_GET((ce)->static_members_table))
H A Dzend_vm_def.h8433 ht = ZEND_MAP_PTR_GET(EX(func)->op_array.static_variables_ptr);
H A Dzend_vm_execute.h46587 ht = ZEND_MAP_PTR_GET(EX(func)->op_array.static_variables_ptr); in ZEND_BIND_STATIC_SPEC_CV_UNUSED_HANDLER()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c4445 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in accel_preload()
4480 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in accel_preload()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c703 static_variables = ZEND_MAP_PTR_GET(fptr->op_array.static_variables_ptr); in _function_closure_string()
1792 ht = ZEND_MAP_PTR_GET(fptr->op_array.static_variables_ptr); in ZEND_METHOD()

Completed in 216 milliseconds