Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_map_ptr.h49 # define ZEND_MAP_PTR_GET(ptr) \ macro
H A Dzend_extensions.c320 if (!ZEND_USER_CODE(zif->type) && ZEND_MAP_PTR_GET(zif->run_time_cache) == NULL) in zend_init_internal_run_time_cache()
328 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.c609 HashTable *static_variables = ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr); in zend_closure_get_debug_info()
681 ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr) : NULL; in zend_closure_get_gc()
754 HashTable *ht = ZEND_MAP_PTR_GET(func->op_array.static_variables_ptr); in zend_create_closure_ex()
764 ptr = ZEND_MAP_PTR_GET(func->op_array.run_time_cache); in zend_create_closure_ex()
891 HashTable *static_variables = ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr); in zend_closure_bind_var()
899 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.c313 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_shutdown_executor_values()
365 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_shutdown_executor_values()
H A Dzend_compile.h752 ZEND_MAP_PTR_GET((op_array)->run_time_cache)
H A Dzend_opcode.c530 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_destroy_static_vars()
H A Dzend_API.h325 ((zval*)ZEND_MAP_PTR_GET((ce)->static_members_table))
H A Dzend_vm_def.h8963 ht = ZEND_MAP_PTR_GET(EX(func)->op_array.static_variables_ptr);
9013 ht = ZEND_MAP_PTR_GET(EX(func)->op_array.static_variables_ptr);
H A Dzend_vm_execute.h40511 ht = ZEND_MAP_PTR_GET(EX(func)->op_array.static_variables_ptr); in ZEND_BIND_STATIC_SPEC_CV_HANDLER()
40561 ht = ZEND_MAP_PTR_GET(EX(func)->op_array.static_variables_ptr); in ZEND_BIND_INIT_STATIC_OR_JMP_SPEC_CV_HANDLER()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c753 static_variables = ZEND_MAP_PTR_GET(fptr->op_array.static_variables_ptr); in _function_closure_string()
1754 HashTable *static_variables = ZEND_MAP_PTR_GET(ops->static_variables_ptr); in ZEND_METHOD()
1962 ht = ZEND_MAP_PTR_GET(fptr->op_array.static_variables_ptr); in ZEND_METHOD()

Completed in 192 milliseconds