Home
last modified time | relevance | path

Searched refs:zend_handle_fetch_obj_flags (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_execute.c3114 static zend_never_inline bool zend_handle_fetch_obj_flags( in zend_handle_fetch_obj_flags() function
3218 zend_handle_fetch_obj_flags(result, ptr, NULL, prop_info, flags); in zend_fetch_property_address()
3269 if (UNEXPECTED(!zend_handle_fetch_obj_flags(result, ptr, NULL, prop_info, flags))) { in zend_fetch_property_address()
3274 if (UNEXPECTED(!zend_handle_fetch_obj_flags(result, ptr, Z_OBJ_P(container), NULL, flags))) { in zend_fetch_property_address()
3461 zend_handle_fetch_obj_flags(NULL, *retval, NULL, property_info, flags); in zend_fetch_static_property_address()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_helpers.c2006 static zend_never_inline bool zend_handle_fetch_obj_flags( in zend_handle_fetch_obj_flags() function
2093 if (UNEXPECTED(!zend_handle_fetch_obj_flags(result, retval, zobj, prop_info, flags))) { in zend_jit_fetch_obj_w_slow()

Completed in 39 milliseconds