Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_map_ptr.h55 # define ZEND_MAP_PTR_SET(ptr, val) do { \ macro
H A Dzend_extensions.c322 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 Dzend_closures.c758 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 Dzend_opcode.c178 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 Dzend_execute_API.c316 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 Dzend_object_handlers.c1565ZEND_MAP_PTR_SET(class_type->static_members_table, emalloc(sizeof(zval) * class_type->default_stat… in zend_class_init_statics()
H A Dzend_execute.c4041 ZEND_MAP_PTR_SET(op_array->run_time_cache, run_time_cache); in init_func_run_time_cache_i()
H A Dzend_vm_def.h8966 ZEND_MAP_PTR_SET(EX(func)->op_array.static_variables_ptr, ht);
H A Dzend_vm_execute.h40514 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 Dzend_jit_helpers.c36 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 Dphp_reflection.c1965 ZEND_MAP_PTR_SET(fptr->op_array.static_variables_ptr, ht); in ZEND_METHOD()

Completed in 226 milliseconds