Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_map_ptr.h60 # define ZEND_MAP_PTR_SET(ptr, val) do { \ macro
H A Dzend_extensions.c343 ZEND_MAP_PTR_SET(zif->run_time_cache, (void *)ptr); in zend_init_internal_run_time_cache()
350 ZEND_MAP_PTR_SET(zif->run_time_cache, (void *)ptr); in zend_init_internal_run_time_cache()
H A Dzend_closures.c769 ZEND_MAP_PTR_SET(func->op_array.static_variables_ptr, ht); in zend_create_closure_ex()
790 ZEND_MAP_PTR_SET(func->op_array.run_time_cache, ptr); in zend_create_closure_ex()
H A Dzend_execute_API.c318 ZEND_MAP_PTR_SET(op_array->static_variables_ptr, NULL); in zend_shutdown_executor_values()
370 ZEND_MAP_PTR_SET(op_array->static_variables_ptr, NULL); in zend_shutdown_executor_values()
389 ZEND_MAP_PTR_SET(op_array->static_variables_ptr, NULL); in zend_shutdown_executor_values()
H A Dzend_opcode.c184 ZEND_MAP_PTR_SET(ce->static_members_table, NULL); in zend_cleanup_internal_class_data()
550 ZEND_MAP_PTR_SET(op_array->static_variables_ptr, NULL); in zend_destroy_static_vars()
H A Dzend_object_handlers.c1908ZEND_MAP_PTR_SET(class_type->static_members_table, emalloc(sizeof(zval) * class_type->default_stat… in zend_class_init_statics()
H A Dzend_execute.c4231 ZEND_MAP_PTR_SET(op_array->run_time_cache, run_time_cache); in init_func_run_time_cache_i()
H A Dzend_vm_def.h9018 ZEND_MAP_PTR_SET(EX(func)->op_array.static_variables_ptr, ht);
H A Dzend_vm_execute.h41649 ZEND_MAP_PTR_SET(EX(func)->op_array.static_variables_ptr, ht); in ZEND_BIND_STATIC_SPEC_CV_HANDLER()
/php-src/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-src/ext/reflection/
H A Dphp_reflection.c2023 ZEND_MAP_PTR_SET(fptr->op_array.static_variables_ptr, ht); in ZEND_METHOD()

Completed in 252 milliseconds