Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_map_ptr.h49 # define ZEND_MAP_PTR_GET(ptr) \ macro
H A Dzend_extensions.c299 if (!ZEND_USER_CODE(zif->type) && ZEND_MAP_PTR_GET(zif->run_time_cache) == NULL) in zend_init_internal_run_time_cache()
307 if (!ZEND_USER_CODE(zif->type) && ZEND_MAP_PTR_GET(zif->run_time_cache) == NULL) in zend_init_internal_run_time_cache()
H A Dzend_closures.c594 HashTable *static_variables = ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr); in zend_closure_get_debug_info()
670 ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr) : NULL; in zend_closure_get_gc()
742 HashTable *ht = ZEND_MAP_PTR_GET(func->op_array.static_variables_ptr); in zend_create_closure_ex()
752 ptr = ZEND_MAP_PTR_GET(func->op_array.run_time_cache); in zend_create_closure_ex()
873 HashTable *static_variables = ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr); in zend_closure_bind_var()
881 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.c312 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_shutdown_executor_values()
364 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_shutdown_executor_values()
H A Dzend_compile.h744 ZEND_MAP_PTR_GET((op_array)->run_time_cache)
H A Dzend_opcode.c519 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_destroy_static_vars()
H A Dzend_API.h322 ((zval*)ZEND_MAP_PTR_GET((ce)->static_members_table))
H A Dzend_vm_def.h8859 ht = ZEND_MAP_PTR_GET(EX(func)->op_array.static_variables_ptr);
H A Dzend_vm_execute.h48716 ht = ZEND_MAP_PTR_GET(EX(func)->op_array.static_variables_ptr); in ZEND_BIND_STATIC_SPEC_CV_UNUSED_HANDLER()
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c749 static_variables = ZEND_MAP_PTR_GET(fptr->op_array.static_variables_ptr); in _function_closure_string()
1750 HashTable *static_variables = ZEND_MAP_PTR_GET(ops->static_variables_ptr); in ZEND_METHOD()
1959 ht = ZEND_MAP_PTR_GET(fptr->op_array.static_variables_ptr); in ZEND_METHOD()

Completed in 277 milliseconds