Lines Matching defs:exception
73 void zend_exception_set_previous(zend_object *exception, zend_object *add_previous) /* {{{ */ in zend_exception_set_previous()
141 ZEND_API ZEND_COLD void zend_throw_exception_internal(zval *exception) /* {{{ */ in zend_throw_exception_internal()
262 ZEND_COLD ZEND_METHOD(exception, __clone) in ZEND_METHOD() argument
271 ZEND_METHOD(exception, __construct) in ZEND_METHOD() argument
320 ZEND_METHOD(exception, __wakeup) in ZEND_METHOD() argument
407 ZEND_METHOD(exception, getFile) in ZEND_METHOD() argument
421 ZEND_METHOD(exception, getLine) in ZEND_METHOD() argument
435 ZEND_METHOD(exception, getMessage) in ZEND_METHOD() argument
449 ZEND_METHOD(exception, getCode) in ZEND_METHOD() argument
463 ZEND_METHOD(exception, getTrace) in ZEND_METHOD() argument
620 ZEND_METHOD(exception, getTraceAsString) in ZEND_METHOD() argument
658 ZEND_METHOD(exception, getPrevious) in ZEND_METHOD() argument
669 ZEND_METHOD(exception, __toString) in ZEND_METHOD() argument
671 zval trace, *exception; in ZEND_METHOD() local
982 zval exception, rv; in zend_exception_error() local
1049 ZEND_API ZEND_COLD void zend_throw_exception_object(zval *exception) /* {{{ */ in zend_throw_exception_object()