Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_map_ptr.h40 #define ZEND_MAP_PTR_NEW(ptr) do { \ macro
H A Dzend_enum.c417 ZEND_MAP_PTR_NEW(zif->run_time_cache); in zend_enum_register_func()
H A Dzend_API.c2734 ZEND_MAP_PTR_NEW(internal_function->run_time_cache); in ZEND_END_ARG_INFO()
4249 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_declare_typed_property()
4555 ZEND_MAP_PTR_NEW(ce->mutable_data); in zend_declare_class_constant_ex()
H A Dzend_inheritance.c1580 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_do_inheritance_ex()
2736 ZEND_MAP_PTR_NEW(ce->mutable_data); in zend_lazy_class_load()
H A Dzend_compile.c7950 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_compile_class_decl()
7951 ZEND_MAP_PTR_NEW(ce->mutable_data); in zend_compile_class_decl()
/PHP-8.2/ext/opcache/
H A Dzend_persist.c687 ZEND_MAP_PTR_NEW(op_array->run_time_cache); in zend_persist_op_array()
689 ZEND_MAP_PTR_NEW(op_array->static_variables_ptr); in zend_persist_op_array()
734 ZEND_MAP_PTR_NEW(op_array->run_time_cache); in zend_persist_class_method()
769 ZEND_MAP_PTR_NEW(op_array->run_time_cache); in zend_persist_class_method()
771 ZEND_MAP_PTR_NEW(op_array->static_variables_ptr); in zend_persist_class_method()
868 ZEND_MAP_PTR_NEW(ce->mutable_data); in zend_persist_class_entry()
918 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_persist_class_entry()
1358 ZEND_MAP_PTR_NEW(script->script.main_op_array.static_variables_ptr); in zend_accel_script_persist()
H A Dzend_file_cache.c1311 ZEND_MAP_PTR_NEW(op_array->run_time_cache);
1317 ZEND_MAP_PTR_NEW(op_array->static_variables_ptr);
1709 ZEND_MAP_PTR_NEW(ce->mutable_data);
1711 ZEND_MAP_PTR_NEW(ce->static_members_table);

Completed in 76 milliseconds