Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_map_ptr.h55 # define ZEND_MAP_PTR_SET(ptr, val) do { \ macro
H A Dzend_extensions.c301 ZEND_MAP_PTR_SET(zif->run_time_cache, (void *)ptr); in zend_init_internal_run_time_cache()
309 ZEND_MAP_PTR_SET(zif->run_time_cache, (void *)ptr); in zend_init_internal_run_time_cache()
H A Dzend_closures.c746 ZEND_MAP_PTR_SET(func->op_array.static_variables_ptr, ht); in zend_create_closure_ex()
767 ZEND_MAP_PTR_SET(func->op_array.run_time_cache, ptr); in zend_create_closure_ex()
H A Dzend_opcode.c178 ZEND_MAP_PTR_SET(ce->static_members_table, NULL); in zend_cleanup_internal_class_data()
522 ZEND_MAP_PTR_SET(op_array->static_variables_ptr, NULL); in zend_destroy_static_vars()
H A Dzend_execute_API.c315 ZEND_MAP_PTR_SET(op_array->static_variables_ptr, NULL); in zend_shutdown_executor_values()
367 ZEND_MAP_PTR_SET(op_array->static_variables_ptr, NULL); in zend_shutdown_executor_values()
H A Dzend_object_handlers.c1506ZEND_MAP_PTR_SET(class_type->static_members_table, emalloc(sizeof(zval) * class_type->default_stat… in zend_class_init_statics()
H A Dzend_execute.c3914 ZEND_MAP_PTR_SET(op_array->run_time_cache, run_time_cache); in init_func_run_time_cache_i()
H A Dzend_vm_def.h8862 ZEND_MAP_PTR_SET(EX(func)->op_array.static_variables_ptr, ht);
H A Dzend_vm_execute.h48719 ZEND_MAP_PTR_SET(EX(func)->op_array.static_variables_ptr, ht); in ZEND_BIND_STATIC_SPEC_CV_UNUSED_HANDLER()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_helpers.c46 ZEND_MAP_PTR_SET(op_array->run_time_cache, run_time_cache); in _zend_jit_init_func_run_time_cache()
58 ZEND_MAP_PTR_SET(op_array->run_time_cache, run_time_cache); in zend_jit_init_func_run_time_cache_helper()
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c1968 ZEND_MAP_PTR_SET(fptr->op_array.static_variables_ptr, ht); in ZEND_METHOD()

Completed in 234 milliseconds