Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_map_ptr.h43 # define ZEND_MAP_PTR_INIT(ptr, val) do { \ macro
71 # define ZEND_MAP_PTR_INIT(ptr, val) do { \ macro
H A Dzend_closures.c168 ZEND_MAP_PTR_INIT(my_function.op_array.run_time_cache, ptr); in ZEND_METHOD()
710 ZEND_MAP_PTR_INIT(closure->func.op_array.static_variables_ptr, in zend_create_closure()
737 ZEND_MAP_PTR_INIT(closure->func.op_array.run_time_cache, ptr); in zend_create_closure()
H A Dzend_opcode.c79 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, &op_array->static_variables); in init_op_array()
87 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL); in init_op_array()
H A Dzend_inheritance.c94ZEND_MAP_PTR_INIT(new_function->op_array.static_variables_ptr, &new_function->op_array.static_vari… in zend_duplicate_user_function()
1286 ZEND_MAP_PTR_INIT(ce->static_members_table, &ce->default_static_members_table); in zend_do_inheritance_ex()
H A Dzend_compile.c1009 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, &op_array->static_variables); in function_add_ref()
1010 ZEND_MAP_PTR_INIT(op_array->run_time_cache, zend_arena_alloc(&CG(arena), sizeof(void*))); in function_add_ref()
1179 ZEND_MAP_PTR_INIT(op_array->run_time_cache, ptr); in zend_do_delayed_early_binding()
1661 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL); in zend_initialize_class_data()
1663 ZEND_MAP_PTR_INIT(ce->static_members_table, &ce->default_static_members_table); in zend_initialize_class_data()
5997 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.c1285 ZEND_MAP_PTR_INIT(func->run_time_cache, (void***)&dummy); in zend_get_call_trampoline_func()
H A Dzend_execute.c3701 ZEND_MAP_PTR_INIT(op_array->run_time_cache, ptr); in i_init_code_execute_data()
H A Dzend_API.c3741 ZEND_MAP_PTR_INIT(ce->static_members_table, &ce->default_static_members_table); in zend_declare_typed_property()
/PHP-7.4/ext/opcache/
H A Dzend_persist.c302 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, &op_array->static_variables); in zend_persist_op_array_ex()
369 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, &op_array->static_variables); in zend_persist_op_array_ex()
469 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL); in zend_persist_op_array_ex()
554 ZEND_MAP_PTR_INIT(op_array->run_time_cache, ZCG(arena_mem)); in zend_persist_op_array()
615 ZEND_MAP_PTR_INIT(op_array->run_time_cache, ZCG(arena_mem)); in zend_persist_class_method()
752 ZEND_MAP_PTR_INIT(ce->static_members_table, &ce->default_static_members_table); in zend_persist_class_entry()
755 ZEND_MAP_PTR_INIT(ce->static_members_table, &ce->default_static_members_table); in zend_persist_class_entry()
H A Dzend_accelerator_util_funcs.c203ZEND_MAP_PTR_INIT(new_entry->run_time_cache, ARENA_REALLOC(ZEND_MAP_PTR(new_entry->run_time_cache)… in zend_hash_clone_methods()
205 ZEND_MAP_PTR_INIT(new_entry->static_variables_ptr, &new_entry->static_variables); in zend_hash_clone_methods()
307 ZEND_MAP_PTR_INIT(ce->static_members_table, &ce->default_static_members_table); in zend_class_copy_ctor()
739 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, &op_array->static_variables); in zend_accel_load_script()
H A Dzend_file_cache.c421 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, &op_array->static_variables);
423 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL);
803 ZEND_MAP_PTR_INIT(ce->static_members_table, &ce->default_static_members_table);
1135 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, &op_array->static_variables);
1139 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, &op_array->static_variables);
1498 ZEND_MAP_PTR_INIT(ce->static_members_table, &ce->default_static_members_table);

Completed in 92 milliseconds