Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_map_ptr.h38 # define ZEND_MAP_PTR_GET(ptr) \ macro
65 # define ZEND_MAP_PTR_GET(ptr) \ macro
H A Dzend_closures.c558 HashTable *static_variables = ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr); in zend_closure_get_debug_info()
637 ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr) : NULL; in zend_closure_get_gc()
712 if (!ZEND_MAP_PTR_GET(closure->func.op_array.run_time_cache) in zend_create_closure()
718 if (!ZEND_MAP_PTR_GET(func->op_array.run_time_cache) in zend_create_closure()
793 HashTable *static_variables = ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr); in zend_closure_bind_var()
801 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.c289 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in shutdown_executor()
306 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in shutdown_executor()
H A Dzend_compile.h707 ZEND_MAP_PTR_GET((op_array)->run_time_cache)
H A Dzend_opcode.c465 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in destroy_op_array()
H A Dzend_inheritance.c101 HashTable *static_properties_ptr = ZEND_MAP_PTR_GET(func->op_array.static_variables_ptr); in zend_duplicate_user_function()
H A Dzend_API.h279 ((zval*)ZEND_MAP_PTR_GET((ce)->static_members_table))
H A Dzend_vm_def.h8703 ht = ZEND_MAP_PTR_GET(EX(func)->op_array.static_variables_ptr);
H A Dzend_vm_execute.h47864 ht = ZEND_MAP_PTR_GET(EX(func)->op_array.static_variables_ptr); in ZEND_BIND_STATIC_SPEC_CV_UNUSED_HANDLER()
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c4559 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr);
4594 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr);
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c739 static_variables = ZEND_MAP_PTR_GET(fptr->op_array.static_variables_ptr); in _function_closure_string()
1824 ht = ZEND_MAP_PTR_GET(fptr->op_array.static_variables_ptr); in ZEND_METHOD()

Completed in 222 milliseconds