Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_map_ptr.h39 #define ZEND_MAP_PTR_INIT(ptr, val) do { \ macro
64 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()
762 ZEND_MAP_PTR_INIT(closure->func.op_array.static_variables_ptr, in zend_create_closure_ex()
771 ZEND_MAP_PTR_INIT(closure->func.op_array.static_variables_ptr, ht); in zend_create_closure_ex()
799 ZEND_MAP_PTR_INIT(closure->func.op_array.run_time_cache, ptr); in zend_create_closure_ex()
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()
427 ZEND_MAP_PTR_INIT(zif->run_time_cache, NULL); in zend_enum_register_func()
H A Dzend_opcode.c83 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, NULL); in init_op_array()
94 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL); in init_op_array()
H A Dzend_inheritance.c3287 ZEND_MAP_PTR_INIT(new_op_array->run_time_cache, NULL); in zend_lazy_method_load()
3288 ZEND_MAP_PTR_INIT(new_op_array->static_variables_ptr, NULL); in zend_lazy_method_load()
3306 ZEND_MAP_PTR_INIT(ce->mutable_data, NULL); in zend_lazy_class_load()
3360 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL); in zend_lazy_class_load()
H A Dzend_object_handlers.c1613 ZEND_MAP_PTR_INIT(func->run_time_cache, (void**)dummy); in zend_get_call_trampoline_func()
H A Dzend_API.c2959ZEND_MAP_PTR_INIT(internal_function->run_time_cache, zend_arena_calloc(&CG(arena), 1, zend_interna… in zend_register_functions()
2964 ZEND_MAP_PTR_INIT(internal_function->run_time_cache, NULL); in zend_register_functions()
H A Dzend_compile.c1258 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL); in function_add_ref()
1259 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, NULL); in function_add_ref()
2066 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL); in zend_initialize_class_data()
2067 ZEND_MAP_PTR_INIT(ce->mutable_data, NULL); in zend_initialize_class_data()
H A Dzend_execute.c4295 ZEND_MAP_PTR_INIT(op_array->run_time_cache, ptr); in i_init_code_execute_data()
/php-src/ext/opcache/
H A Dzend_file_cache.c466 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, NULL);
467 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL);
905 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL);
906 ZEND_MAP_PTR_INIT(ce->mutable_data, NULL);
1341 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL);
1348 ZEND_MAP_PTR_INIT(op_array->static_variables_ptr, NULL);
1349 ZEND_MAP_PTR_INIT(op_array->run_time_cache, NULL);
1758 ZEND_MAP_PTR_INIT(ce->mutable_data, NULL);
1759 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()
905 ZEND_MAP_PTR_INIT(ce->mutable_data, NULL); in zend_persist_class_entry()
956 ZEND_MAP_PTR_INIT(ce->static_members_table, NULL); in zend_persist_class_entry()
1400 ZEND_MAP_PTR_INIT(script->script.main_op_array.run_time_cache, NULL); in zend_accel_script_persist()
H A Dzend_accelerator_util_funcs.c344 ZEND_MAP_PTR_INIT(op_array->run_time_cache, run_time_cache); in zend_accel_do_delayed_early_binding()

Completed in 165 milliseconds