Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_map_ptr.h54 # define ZEND_MAP_PTR_GET(ptr) \ macro
H A Dzend_extensions.c342 if (!ZEND_USER_CODE(zif->type) && ZEND_MAP_PTR_GET(zif->run_time_cache) == NULL) { in zend_init_internal_run_time_cache()
349 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.c620 HashTable *static_variables = ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr); in zend_closure_get_debug_info()
692 ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr) : NULL; in zend_closure_get_gc()
765 HashTable *ht = ZEND_MAP_PTR_GET(func->op_array.static_variables_ptr); in zend_create_closure_ex()
775 ptr = ZEND_MAP_PTR_GET(func->op_array.run_time_cache); in zend_create_closure_ex()
903 HashTable *static_variables = ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr); in zend_closure_bind_var()
911 HashTable *static_variables = ZEND_MAP_PTR_GET(closure->func.op_array.static_variables_ptr); in zend_closure_bind_var_ex()
H A Dzend_observer.h108 …*handler = (zend_observer_fcall_begin_handler *)ZEND_MAP_PTR_GET(runtime_cache) + ZEND_OBSERVER_HA… in zend_observer_fcall_has_no_observers()
H A Dzend_execute_API.c315 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_shutdown_executor_values()
367 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_shutdown_executor_values()
386 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_shutdown_executor_values()
H A Dzend_compile.h826 ZEND_MAP_PTR_GET((op_array)->run_time_cache)
H A Dzend_opcode.c547 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_destroy_static_vars()
H A Dzend_API.h329 ((zval*)ZEND_MAP_PTR_GET((ce)->static_members_table))
H A Dzend_vm_def.h9015 ht = ZEND_MAP_PTR_GET(EX(func)->op_array.static_variables_ptr);
9065 ht = ZEND_MAP_PTR_GET(EX(func)->op_array.static_variables_ptr);
H A Dzend_vm_execute.h41646 ht = ZEND_MAP_PTR_GET(EX(func)->op_array.static_variables_ptr); in ZEND_BIND_STATIC_SPEC_CV_HANDLER()
41696 ht = ZEND_MAP_PTR_GET(EX(func)->op_array.static_variables_ptr); in ZEND_BIND_INIT_STATIC_OR_JMP_SPEC_CV_HANDLER()
/php-src/ext/reflection/
H A Dphp_reflection.c785 static_variables = ZEND_MAP_PTR_GET(fptr->op_array.static_variables_ptr); in _function_closure_string()
1805 HashTable *static_variables = ZEND_MAP_PTR_GET(ops->static_variables_ptr); in ZEND_METHOD()
2020 ht = ZEND_MAP_PTR_GET(fptr->op_array.static_variables_ptr); in ZEND_METHOD()

Completed in 357 milliseconds