Home
last modified time | relevance | path

Searched refs:ZEND_MAP_PTR (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_map_ptr.h34 # define ZEND_MAP_PTR(ptr) \ macro
37 type * ZEND_MAP_PTR(name)
39 (*(ZEND_MAP_PTR(ptr)))
41 (*(ZEND_MAP_PTR(ptr))) = (val); \
44 ZEND_MAP_PTR(ptr) = (val); \
50 # define ZEND_MAP_PTR(ptr) \ macro
53 type * ZEND_MAP_PTR(name)
55 (((uintptr_t)ZEND_MAP_PTR(ptr)) & 1L)
63 (void*)(*(ZEND_MAP_PTR(ptr))))
68 *(ZEND_MAP_PTR(ptr)) = (val); \
[all …]
H A Dzend_opcode.c155 if (UNEXPECTED(ZEND_MAP_PTR(ce->static_members_table) == &ce->default_static_members_table)) { in zend_cleanup_internal_class_data()
367 if (ZEND_MAP_PTR(ce->static_members_table) != &ce->default_static_members_table) { in destroy_zend_class()
434 && ZEND_MAP_PTR(op_array->run_time_cache)) { in destroy_op_array()
435 efree(ZEND_MAP_PTR(op_array->run_time_cache)); in destroy_op_array()
H A Dzend_closures.c195 efree(ZEND_MAP_PTR(my_function.op_array.run_time_cache)); in ZEND_METHOD()
H A Dzend_inheritance.c1280 if (!ZEND_MAP_PTR(ce->static_members_table)) { in zend_do_inheritance_ex()
H A Dzend_execute.c3696 if (!ZEND_MAP_PTR(op_array->run_time_cache)) { in i_init_code_execute_data()
H A Dzend_API.c3735 if (!ZEND_MAP_PTR(ce->static_members_table)) { in zend_declare_typed_property()
H A Dzend_compile.c1174 if (!ZEND_MAP_PTR(op_array->run_time_cache)) { in zend_do_delayed_early_binding()
/PHP-7.4/
H A DUPGRADING.INTERNALS144 ZEND_MAP_PTR... abstraction macros and, basically, uses additional level of
147 ZEND_MAP_PTR... macros.
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_util_funcs.c202 if (IN_ARENA(ZEND_MAP_PTR(new_entry->run_time_cache))) { in zend_hash_clone_methods()
203 …ZEND_MAP_PTR_INIT(new_entry->run_time_cache, ARENA_REALLOC(ZEND_MAP_PTR(new_entry->run_time_cache)… in zend_hash_clone_methods()
H A Dzend_file_cache.c425 SERIALIZE_PTR(ZEND_MAP_PTR(op_array->run_time_cache));
1140 if (ZEND_MAP_PTR(op_array->run_time_cache)) {
1143 UNSERIALIZE_PTR(ZEND_MAP_PTR(op_array->run_time_cache));

Completed in 89 milliseconds