Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_execute.c3293 static zend_never_inline bool zend_handle_fetch_obj_flags( in zend_handle_fetch_obj_flags() function
3403 zend_handle_fetch_obj_flags(result, ptr, NULL, prop_info, flags); in zend_fetch_property_address()
3457 if (UNEXPECTED(!zend_handle_fetch_obj_flags(result, ptr, NULL, prop_info, flags))) { in zend_fetch_property_address()
3643 zend_handle_fetch_obj_flags(NULL, result, NULL, property_info, flags); in zend_fetch_static_property_address()
3678 zend_handle_fetch_obj_flags(NULL, result, NULL, property_info, flags); in zend_fetch_static_property()
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c2179 static zend_never_inline bool zend_handle_fetch_obj_flags( in zend_handle_fetch_obj_flags() function
2259 if (UNEXPECTED(!zend_handle_fetch_obj_flags(result, retval, zobj, prop_info, flags))) { in zend_jit_fetch_obj_w_slow()
H A Dzend_jit_ir.c15950 ir_ref if_ok = ir_IF(ir_CALL_5(IR_BOOL, ir_CONST_FUNC(zend_handle_fetch_obj_flags),

Completed in 74 milliseconds