Searched refs:ZEND_MAP_PTR (Results 1 – 10 of 10) sorted by relevance
34 # define ZEND_MAP_PTR(ptr) \ macro37 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) \ macro53 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 …]
155 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()
195 efree(ZEND_MAP_PTR(my_function.op_array.run_time_cache)); in ZEND_METHOD()
1280 if (!ZEND_MAP_PTR(ce->static_members_table)) { in zend_do_inheritance_ex()
3696 if (!ZEND_MAP_PTR(op_array->run_time_cache)) { in i_init_code_execute_data()
3735 if (!ZEND_MAP_PTR(ce->static_members_table)) { in zend_declare_typed_property()
1174 if (!ZEND_MAP_PTR(op_array->run_time_cache)) { in zend_do_delayed_early_binding()
144 ZEND_MAP_PTR... abstraction macros and, basically, uses additional level of147 ZEND_MAP_PTR... macros.
202 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()
425 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 75 milliseconds