Home
last modified time | relevance | path

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

/PHP-8.2/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.c193 ZEND_MAP_PTR_INIT(my_function->op_array.run_time_cache, ptr); in ZEND_METHOD()
739 ZEND_MAP_PTR_INIT(closure->func.op_array.static_variables_ptr, in zend_create_closure_ex()
748 ZEND_MAP_PTR_INIT(closure->func.op_array.static_variables_ptr, ht); in zend_create_closure_ex()
776 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.c415ZEND_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.c2738 ZEND_MAP_PTR_INIT(ce->mutable_data, NULL); in zend_lazy_class_load()
2773 ZEND_MAP_PTR_INIT(new_op_array->run_time_cache, NULL); in zend_lazy_class_load()
2774 ZEND_MAP_PTR_INIT(new_op_array->static_variables_ptr, NULL); in zend_lazy_class_load()
2803 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL); in zend_lazy_class_load()
H A Dzend_object_handlers.c1288 ZEND_MAP_PTR_INIT(func->run_time_cache, (void**)dummy); in zend_get_call_trampoline_func()
H A Dzend_compile.c1052 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL); in function_add_ref()
1053 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, NULL); in function_add_ref()
1865 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL); in zend_initialize_class_data()
1866 ZEND_MAP_PTR_INIT(ce->mutable_data, NULL); in zend_initialize_class_data()
H A Dzend_API.c2732ZEND_MAP_PTR_INIT(internal_function->run_time_cache, zend_arena_calloc(&CG(arena), 1, zend_interna… in ZEND_END_ARG_INFO()
H A Dzend_execute.c3978 ZEND_MAP_PTR_INIT(op_array->run_time_cache, ptr); in i_init_code_execute_data()
/PHP-8.2/ext/opcache/
H A Dzend_file_cache.c462 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, NULL);
463 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL);
883 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL);
884 ZEND_MAP_PTR_INIT(ce->mutable_data, NULL);
1314 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL);
1321 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, NULL);
1322 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL);
1716 ZEND_MAP_PTR_INIT(ce->mutable_data, NULL);
1717 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL);
H A Dzend_persist.c774 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL); in zend_persist_class_method()
775 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, NULL); in zend_persist_class_method()
870 ZEND_MAP_PTR_INIT(ce->mutable_data, NULL); in zend_persist_class_entry()
920 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL); in zend_persist_class_entry()
1356 ZEND_MAP_PTR_INIT(script->script.main_op_array.run_time_cache, NULL); in zend_accel_script_persist()
H A Dzend_accelerator_util_funcs.c341 ZEND_MAP_PTR_INIT(op_array->run_time_cache, run_time_cache); in zend_accel_do_delayed_early_binding()

Completed in 97 milliseconds