Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_map_ptr.h46 # define ZEND_MAP_PTR_NEW(ptr) do { \ macro
74 # define ZEND_MAP_PTR_NEW(ptr) do { \ macro
H A Dzend_inheritance.c92 ZEND_MAP_PTR_NEW(new_function->op_array.static_variables_ptr); in zend_duplicate_user_function()
1283 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_do_inheritance_ex()
H A Dzend_compile.c1006 ZEND_MAP_PTR_NEW(op_array->run_time_cache); in function_add_ref()
1007 ZEND_MAP_PTR_NEW(op_array->static_variables_ptr); in function_add_ref()
5994 ZEND_MAP_PTR_NEW(op_array->run_time_cache); in zend_compile_func_decl()
5995 ZEND_MAP_PTR_NEW(op_array->static_variables_ptr); in zend_compile_func_decl()
6439 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_compile_class_decl()
H A Dzend_API.c3738 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_declare_typed_property()
/PHP-7.4/ext/opcache/
H A Dzend_persist.c549 ZEND_MAP_PTR_NEW(op_array->run_time_cache); in zend_persist_op_array()
551 ZEND_MAP_PTR_NEW(op_array->static_variables_ptr); in zend_persist_op_array()
610 ZEND_MAP_PTR_NEW(op_array->run_time_cache); in zend_persist_class_method()
612 ZEND_MAP_PTR_NEW(op_array->static_variables_ptr); in zend_persist_class_method()
750 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_persist_class_entry()
H A Dzend_file_cache.c1133 ZEND_MAP_PTR_NEW(op_array->static_variables_ptr);
1137 ZEND_MAP_PTR_NEW(op_array->run_time_cache);
1146 ZEND_MAP_PTR_NEW(op_array->run_time_cache);
1496 ZEND_MAP_PTR_NEW(ce->static_members_table);

Completed in 57 milliseconds