Lines Matching defs:exception
71 void zend_exception_set_previous(zend_object *exception, zend_object *add_previous) in zend_exception_set_previous()
132 ZEND_API ZEND_COLD void zend_throw_exception_internal(zval *exception) /* {{{ */ in zend_throw_exception_internal()
247 ZEND_COLD ZEND_METHOD(exception, __clone) in ZEND_METHOD() argument
256 ZEND_METHOD(exception, __construct) in ZEND_METHOD() argument
301 ZEND_METHOD(exception, __wakeup) in ZEND_METHOD() argument
380 ZEND_METHOD(exception, getFile) in ZEND_METHOD() argument
392 ZEND_METHOD(exception, getLine) in ZEND_METHOD() argument
404 ZEND_METHOD(exception, getMessage) in ZEND_METHOD() argument
416 ZEND_METHOD(exception, getCode) in ZEND_METHOD() argument
428 ZEND_METHOD(exception, getTrace) in ZEND_METHOD() argument
642 ZEND_METHOD(exception, getTraceAsString) in ZEND_METHOD() argument
680 ZEND_METHOD(exception, getPrevious) in ZEND_METHOD() argument
715 ZEND_METHOD(exception, __toString) in ZEND_METHOD() argument
717 zval trace, *exception; in ZEND_METHOD() local
1015 zval exception, rv; in zend_exception_error() local
1081 ZEND_API ZEND_COLD void zend_throw_exception_object(zval *exception) /* {{{ */ in zend_throw_exception_object()