Searched refs:ZEND_MAP_PTR_SET (Results 1 – 11 of 11) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_map_ptr.h | 55 # define ZEND_MAP_PTR_SET(ptr, val) do { \ macro
|
H A D | zend_extensions.c | 322 ZEND_MAP_PTR_SET(zif->run_time_cache, (void *)ptr); in zend_init_internal_run_time_cache() 330 ZEND_MAP_PTR_SET(zif->run_time_cache, (void *)ptr); in zend_init_internal_run_time_cache()
|
H A D | zend_closures.c | 758 ZEND_MAP_PTR_SET(func->op_array.static_variables_ptr, ht); in zend_create_closure_ex() 779 ZEND_MAP_PTR_SET(func->op_array.run_time_cache, ptr); in zend_create_closure_ex()
|
H A D | zend_opcode.c | 178 ZEND_MAP_PTR_SET(ce->static_members_table, NULL); in zend_cleanup_internal_class_data() 533 ZEND_MAP_PTR_SET(op_array->static_variables_ptr, NULL); in zend_destroy_static_vars()
|
H A D | zend_execute_API.c | 316 ZEND_MAP_PTR_SET(op_array->static_variables_ptr, NULL); in zend_shutdown_executor_values() 368 ZEND_MAP_PTR_SET(op_array->static_variables_ptr, NULL); in zend_shutdown_executor_values()
|
H A D | zend_object_handlers.c | 1570 …ZEND_MAP_PTR_SET(class_type->static_members_table, emalloc(sizeof(zval) * class_type->default_stat… in zend_class_init_statics()
|
H A D | zend_execute.c | 4041 ZEND_MAP_PTR_SET(op_array->run_time_cache, run_time_cache); in init_func_run_time_cache_i()
|
H A D | zend_vm_def.h | 8966 ZEND_MAP_PTR_SET(EX(func)->op_array.static_variables_ptr, ht);
|
H A D | zend_vm_execute.h | 40514 ZEND_MAP_PTR_SET(EX(func)->op_array.static_variables_ptr, ht); in ZEND_BIND_STATIC_SPEC_CV_HANDLER()
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_helpers.c | 36 ZEND_MAP_PTR_SET(op_array->run_time_cache, run_time_cache); in _zend_jit_init_func_run_time_cache() 48 ZEND_MAP_PTR_SET(op_array->run_time_cache, run_time_cache); in zend_jit_init_func_run_time_cache_helper()
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.c | 1971 ZEND_MAP_PTR_SET(fptr->op_array.static_variables_ptr, ht); in ZEND_METHOD()
|
Completed in 191 milliseconds