Home
last modified time | relevance | path

Searched refs:ZEND_MAP_PTR_NEW (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_map_ptr.h46 # define ZEND_MAP_PTR_NEW(ptr) do { \ macro
79 # define ZEND_MAP_PTR_NEW(ptr) do { \ macro
H A Dzend_inheritance.c96 ZEND_MAP_PTR_NEW(new_function->op_array.static_variables_ptr); in zend_duplicate_user_function()
1351 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_do_inheritance_ex()
H A Dzend_compile.c1040 ZEND_MAP_PTR_NEW(op_array->run_time_cache); in function_add_ref()
1041 ZEND_MAP_PTR_NEW(op_array->static_variables_ptr); in function_add_ref()
6921 ZEND_MAP_PTR_NEW(op_array->run_time_cache); in zend_compile_func_decl()
6922 ZEND_MAP_PTR_NEW(op_array->static_variables_ptr); in zend_compile_func_decl()
7375 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_compile_class_decl()
H A Dzend_API.c3776 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_declare_typed_property()
/PHP-8.0/ext/opcache/
H A Dzend_persist.c634 ZEND_MAP_PTR_NEW(op_array->run_time_cache); in zend_persist_op_array()
636 ZEND_MAP_PTR_NEW(op_array->static_variables_ptr); in zend_persist_op_array()
703 ZEND_MAP_PTR_NEW(op_array->run_time_cache); in zend_persist_class_method()
705 ZEND_MAP_PTR_NEW(op_array->static_variables_ptr); in zend_persist_class_method()
839 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_persist_class_entry()
H A Dzend_file_cache.c1242 ZEND_MAP_PTR_NEW(op_array->static_variables_ptr);
1246 ZEND_MAP_PTR_NEW(op_array->run_time_cache);
1255 ZEND_MAP_PTR_NEW(op_array->run_time_cache);
1611 ZEND_MAP_PTR_NEW(ce->static_members_table);

Completed in 62 milliseconds