Searched refs:ZEND_MAP_PTR (Results 1 – 9 of 9) 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); \47 ZEND_MAP_PTR(ptr) = zend_map_ptr_new(); \55 # define ZEND_MAP_PTR(ptr) \ macro58 type * ZEND_MAP_PTR(name)60 (((uintptr_t)ZEND_MAP_PTR(ptr)) & 1L)68 ((void**)(ZEND_MAP_PTR(ptr)))))[all …]
175 if (UNEXPECTED(ZEND_MAP_PTR(ce->static_members_table) == &ce->default_static_members_table)) { in zend_cleanup_internal_class_data()395 if (ZEND_MAP_PTR(ce->static_members_table) != &ce->default_static_members_table) { in destroy_zend_class()474 && ZEND_MAP_PTR(op_array->run_time_cache)) { in destroy_op_array()475 efree(ZEND_MAP_PTR(op_array->run_time_cache)); in destroy_op_array()
197 efree(ZEND_MAP_PTR(my_function.op_array.run_time_cache)); in ZEND_METHOD()
1348 if (!ZEND_MAP_PTR(ce->static_members_table)) { in zend_do_inheritance_ex()
3773 if (!ZEND_MAP_PTR(ce->static_members_table)) { in zend_declare_typed_property()
3735 if (!ZEND_MAP_PTR(op_array->run_time_cache)) { in i_init_code_execute_data()
1334 if (!ZEND_MAP_PTR(op_array->run_time_cache)) { in zend_do_delayed_early_binding()
206 if (IN_ARENA(ZEND_MAP_PTR(new_entry->run_time_cache))) { in zend_hash_clone_methods()207 …ZEND_MAP_PTR_INIT(new_entry->run_time_cache, ARENA_REALLOC(ZEND_MAP_PTR(new_entry->run_time_cache)… in zend_hash_clone_methods()
472 SERIALIZE_PTR(ZEND_MAP_PTR(op_array->run_time_cache));1249 if (ZEND_MAP_PTR(op_array->run_time_cache)) {1252 UNSERIALIZE_PTR(ZEND_MAP_PTR(op_array->run_time_cache));
Completed in 143 milliseconds