Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_map_ptr.h51 # define ZEND_MAP_PTR_GET(ptr) \ macro
H A Dzend_extensions.c337 if (!ZEND_USER_CODE(zif->type) && ZEND_MAP_PTR_GET(zif->run_time_cache) == NULL) in zend_init_internal_run_time_cache()
345 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_execute_API.c314 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_shutdown_executor_values()
366 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_shutdown_executor_values()
H A Dzend_compile.h776 ZEND_MAP_PTR_GET((op_array)->run_time_cache)
H A Dzend_opcode.c539 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.h8983 ht = ZEND_MAP_PTR_GET(EX(func)->op_array.static_variables_ptr);
9033 ht = ZEND_MAP_PTR_GET(EX(func)->op_array.static_variables_ptr);
H A Dzend_vm_execute.h40643 ht = ZEND_MAP_PTR_GET(EX(func)->op_array.static_variables_ptr); in ZEND_BIND_STATIC_SPEC_CV_HANDLER()
40693 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.c786 static_variables = ZEND_MAP_PTR_GET(fptr->op_array.static_variables_ptr); in _function_closure_string()
1793 HashTable *static_variables = ZEND_MAP_PTR_GET(ops->static_variables_ptr); in ZEND_METHOD()
2008 ht = ZEND_MAP_PTR_GET(fptr->op_array.static_variables_ptr); in ZEND_METHOD()

Completed in 220 milliseconds