Home
last modified time | relevance | path

Searched refs:ZEND_MAP_PTR_INIT (Results 1 – 12 of 12) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_map_ptr.h37 #define ZEND_MAP_PTR_INIT(ptr, val) do { \ macro
59 ZEND_MAP_PTR_INIT(ptr, val); \
H A Dzend_closures.c198 ZEND_MAP_PTR_INIT(my_function->op_array.run_time_cache, ptr); in ZEND_METHOD()
751 ZEND_MAP_PTR_INIT(closure->func.op_array.static_variables_ptr, in zend_create_closure_ex()
760 ZEND_MAP_PTR_INIT(closure->func.op_array.static_variables_ptr, ht); in zend_create_closure_ex()
788 ZEND_MAP_PTR_INIT(closure->func.op_array.run_time_cache, ptr); in zend_create_closure_ex()
H A Dzend_opcode.c82 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, NULL); in init_op_array()
93 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL); in init_op_array()
H A Dzend_enum.c422ZEND_MAP_PTR_INIT(zif->run_time_cache, zend_arena_calloc(&CG(arena), 1, zend_internal_run_time_cac… in zend_enum_register_func()
H A Dzend_inheritance.c2896 ZEND_MAP_PTR_INIT(ce->mutable_data, NULL); in zend_lazy_class_load()
2931 ZEND_MAP_PTR_INIT(new_op_array->run_time_cache, NULL); in zend_lazy_class_load()
2932 ZEND_MAP_PTR_INIT(new_op_array->static_variables_ptr, NULL); in zend_lazy_class_load()
2961 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL); in zend_lazy_class_load()
H A Dzend_object_handlers.c1352 ZEND_MAP_PTR_INIT(func->run_time_cache, (void**)dummy); in zend_get_call_trampoline_func()
H A Dzend_compile.c1182 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL); in function_add_ref()
1183 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, NULL); in function_add_ref()
1989 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL); in zend_initialize_class_data()
1990 ZEND_MAP_PTR_INIT(ce->mutable_data, NULL); in zend_initialize_class_data()
H A Dzend_API.c2831ZEND_MAP_PTR_INIT(internal_function->run_time_cache, zend_arena_calloc(&CG(arena), 1, zend_interna… in zend_register_functions()
H A Dzend_execute.c4105 ZEND_MAP_PTR_INIT(op_array->run_time_cache, ptr); in i_init_code_execute_data()
/PHP-8.3/ext/opcache/
H A Dzend_file_cache.c463 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, NULL);
464 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL);
885 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL);
886 ZEND_MAP_PTR_INIT(ce->mutable_data, NULL);
1316 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL);
1323 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, NULL);
1324 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL);
1720 ZEND_MAP_PTR_INIT(ce->mutable_data, NULL);
1721 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL);
H A Dzend_persist.c778 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL); in zend_persist_class_method()
779 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, NULL); in zend_persist_class_method()
875 ZEND_MAP_PTR_INIT(ce->mutable_data, NULL); in zend_persist_class_entry()
926 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL); in zend_persist_class_entry()
1370 ZEND_MAP_PTR_INIT(script->script.main_op_array.run_time_cache, NULL); in zend_accel_script_persist()
H A Dzend_accelerator_util_funcs.c346 ZEND_MAP_PTR_INIT(op_array->run_time_cache, run_time_cache); in zend_accel_do_delayed_early_binding()

Completed in 142 milliseconds