Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_map_ptr.h42 #define ZEND_MAP_PTR_NEW(ptr) do { \ macro
H A Dzend_inheritance.c1880 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_do_inheritance_ex()
3304 ZEND_MAP_PTR_NEW(ce->mutable_data); in zend_lazy_class_load()
H A Dzend_API.c4585 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_declare_typed_property()
4890 ZEND_MAP_PTR_NEW(ce->mutable_data); in zend_declare_typed_class_constant()
H A Dzend_compile.c9044 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_compile_class_decl()
9045 ZEND_MAP_PTR_NEW(ce->mutable_data); in zend_compile_class_decl()
/php-src/ext/opcache/
H A Dzend_persist.c692 ZEND_MAP_PTR_NEW(op_array->run_time_cache); in zend_persist_op_array()
694 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()
903 ZEND_MAP_PTR_NEW(ce->mutable_data); in zend_persist_class_entry()
954 ZEND_MAP_PTR_NEW(ce->static_members_table); in zend_persist_class_entry()
1402 ZEND_MAP_PTR_NEW(script->script.main_op_array.static_variables_ptr); in zend_accel_script_persist()
H A Dzend_file_cache.c1338 ZEND_MAP_PTR_NEW(op_array->run_time_cache);
1344 ZEND_MAP_PTR_NEW(op_array->static_variables_ptr);
1751 ZEND_MAP_PTR_NEW(ce->mutable_data);
1753 ZEND_MAP_PTR_NEW(ce->static_members_table);

Completed in 86 milliseconds