Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_map_ptr.h43 # define ZEND_MAP_PTR_INIT(ptr, val) do { \ macro
76 # define ZEND_MAP_PTR_INIT(ptr, val) do { \ macro
H A Dzend_closures.c171 ZEND_MAP_PTR_INIT(my_function.op_array.run_time_cache, ptr); in ZEND_METHOD()
708 ZEND_MAP_PTR_INIT(closure->func.op_array.static_variables_ptr, in zend_create_closure()
735 ZEND_MAP_PTR_INIT(closure->func.op_array.run_time_cache, ptr); in zend_create_closure()
H A Dzend_opcode.c80 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, &op_array->static_variables); in init_op_array()
88 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL); in init_op_array()
H A Dzend_inheritance.c98ZEND_MAP_PTR_INIT(new_function->op_array.static_variables_ptr, &new_function->op_array.static_vari… in zend_duplicate_user_function()
1354 ZEND_MAP_PTR_INIT(ce->static_members_table, &ce->default_static_members_table); in zend_do_inheritance_ex()
H A Dzend_compile.c1043 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, &op_array->static_variables); in function_add_ref()
1044 ZEND_MAP_PTR_INIT(op_array->run_time_cache, zend_arena_alloc(&CG(arena), sizeof(void*))); in function_add_ref()
1339 ZEND_MAP_PTR_INIT(op_array->run_time_cache, ptr); in zend_do_delayed_early_binding()
1830 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL); in zend_initialize_class_data()
1832 ZEND_MAP_PTR_INIT(ce->static_members_table, &ce->default_static_members_table); in zend_initialize_class_data()
6924 ZEND_MAP_PTR_INIT(op_array->run_time_cache, zend_arena_alloc(&CG(arena), sizeof(void*))); in zend_compile_func_decl()
H A Dzend_object_handlers.c1144 ZEND_MAP_PTR_INIT(func->run_time_cache, (void***)&dummy); in zend_get_call_trampoline_func()
H A Dzend_API.c3779 ZEND_MAP_PTR_INIT(ce->static_members_table, &ce->default_static_members_table); in zend_declare_typed_property()
H A Dzend_execute.c3740 ZEND_MAP_PTR_INIT(op_array->run_time_cache, ptr); in i_init_code_execute_data()
/PHP-8.0/ext/opcache/
H A Dzend_persist.c370 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, &op_array->static_variables); in zend_persist_op_array_ex()
452 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, &op_array->static_variables); in zend_persist_op_array_ex()
554 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL); in zend_persist_op_array_ex()
639 ZEND_MAP_PTR_INIT(op_array->run_time_cache, ZCG(arena_mem)); in zend_persist_op_array()
708 ZEND_MAP_PTR_INIT(op_array->run_time_cache, ZCG(arena_mem)); in zend_persist_class_method()
841 ZEND_MAP_PTR_INIT(ce->static_members_table, &ce->default_static_members_table); in zend_persist_class_entry()
844 ZEND_MAP_PTR_INIT(ce->static_members_table, &ce->default_static_members_table); in zend_persist_class_entry()
H A Dzend_accelerator_util_funcs.c207ZEND_MAP_PTR_INIT(new_entry->run_time_cache, ARENA_REALLOC(ZEND_MAP_PTR(new_entry->run_time_cache)… in zend_hash_clone_methods()
209 ZEND_MAP_PTR_INIT(new_entry->static_variables_ptr, &new_entry->static_variables); in zend_hash_clone_methods()
328 ZEND_MAP_PTR_INIT(ce->static_members_table, &ce->default_static_members_table); in zend_class_copy_ctor()
756 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, &op_array->static_variables); in zend_accel_load_script()
H A Dzend_file_cache.c468 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, &op_array->static_variables);
470 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL);
858 ZEND_MAP_PTR_INIT(ce->static_members_table, &ce->default_static_members_table);
1244 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, &op_array->static_variables);
1248 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, &op_array->static_variables);
1613 ZEND_MAP_PTR_INIT(ce->static_members_table, &ce->default_static_members_table);

Completed in 150 milliseconds