Searched refs:is_handle_exception_set (Results 1 – 1 of 1) sorted by relevance
166 static zend_always_inline bool is_handle_exception_set(void) { in is_handle_exception_set() function197 ZEND_ASSERT(is_handle_exception_set() && "HANDLE_EXCEPTION not set?"); in zend_throw_exception_internal()226 if (is_handle_exception_set()) { in zend_throw_exception_internal()
Completed in 8 milliseconds