Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_map_ptr.h40 #define ZEND_MAP_PTR_NEW(ptr) do { \ macro
H A Dzend_enum.c424 ZEND_MAP_PTR_NEW(zif->run_time_cache); in zend_enum_register_func()
H A Dzend_API.c2833 ZEND_MAP_PTR_NEW(internal_function->run_time_cache); in zend_register_functions()
4382 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_declare_typed_property()
4681 ZEND_MAP_PTR_NEW(ce->mutable_data); in zend_declare_typed_class_constant()
H A Dzend_inheritance.c1607 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_do_inheritance_ex()
2894 ZEND_MAP_PTR_NEW(ce->mutable_data); in zend_lazy_class_load()
H A Dzend_compile.c8122 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_compile_class_decl()
8123 ZEND_MAP_PTR_NEW(ce->mutable_data); in zend_compile_class_decl()
/PHP-8.3/ext/opcache/
H A Dzend_persist.c691 ZEND_MAP_PTR_NEW(op_array->run_time_cache); in zend_persist_op_array()
693 ZEND_MAP_PTR_NEW(op_array->static_variables_ptr); in zend_persist_op_array()
738 ZEND_MAP_PTR_NEW(op_array->run_time_cache); in zend_persist_class_method()
773 ZEND_MAP_PTR_NEW(op_array->run_time_cache); in zend_persist_class_method()
775 ZEND_MAP_PTR_NEW(op_array->static_variables_ptr); in zend_persist_class_method()
873 ZEND_MAP_PTR_NEW(ce->mutable_data); in zend_persist_class_entry()
924 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_persist_class_entry()
1372 ZEND_MAP_PTR_NEW(script->script.main_op_array.static_variables_ptr); in zend_accel_script_persist()
H A Dzend_file_cache.c1313 ZEND_MAP_PTR_NEW(op_array->run_time_cache);
1319 ZEND_MAP_PTR_NEW(op_array->static_variables_ptr);
1713 ZEND_MAP_PTR_NEW(ce->mutable_data);
1715 ZEND_MAP_PTR_NEW(ce->static_members_table);

Completed in 72 milliseconds