Lines Matching defs:exception
74 void zend_exception_set_previous(zend_object *exception, zend_object *add_previous) /* {{{ */ in zend_exception_set_previous()
136 ZEND_API ZEND_COLD void zend_throw_exception_internal(zval *exception) /* {{{ */ in zend_throw_exception_internal()
256 ZEND_COLD ZEND_METHOD(exception, __clone) in ZEND_METHOD() argument
265 ZEND_METHOD(exception, __construct) in ZEND_METHOD() argument
314 ZEND_METHOD(exception, __wakeup) in ZEND_METHOD() argument
402 ZEND_METHOD(exception, getFile) in ZEND_METHOD() argument
416 ZEND_METHOD(exception, getLine) in ZEND_METHOD() argument
430 ZEND_METHOD(exception, getMessage) in ZEND_METHOD() argument
444 ZEND_METHOD(exception, getCode) in ZEND_METHOD() argument
458 ZEND_METHOD(exception, getTrace) in ZEND_METHOD() argument
615 ZEND_METHOD(exception, getTraceAsString) in ZEND_METHOD() argument
653 ZEND_METHOD(exception, getPrevious) in ZEND_METHOD() argument
664 ZEND_METHOD(exception, __toString) in ZEND_METHOD() argument
666 zval trace, *exception; in ZEND_METHOD() local
973 zval exception, rv; in zend_exception_error() local
1039 ZEND_API ZEND_COLD void zend_throw_exception_object(zval *exception) /* {{{ */ in zend_throw_exception_object()