Searched defs:Exception (Results 1 – 3 of 3) sorted by relevance
/PHP-8.1/Zend/ |
H A D | zend_exceptions.c | 294 ZEND_COLD ZEND_METHOD(Exception, __clone) in ZEND_METHOD() argument 302 ZEND_METHOD(Exception, __construct) in ZEND_METHOD() argument 339 ZEND_METHOD(Exception, __wakeup) in ZEND_METHOD() argument 405 ZEND_METHOD(Exception, getFile) in ZEND_METHOD() argument 417 ZEND_METHOD(Exception, getLine) in ZEND_METHOD() argument 429 ZEND_METHOD(Exception, getMessage) in ZEND_METHOD() argument 441 ZEND_METHOD(Exception, getCode) in ZEND_METHOD() argument 454 ZEND_METHOD(Exception, getTrace) in ZEND_METHOD() argument 615 ZEND_METHOD(Exception, getTraceAsString) in ZEND_METHOD() argument 635 ZEND_METHOD(Exception, getPrevious) in ZEND_METHOD() argument [all …]
|
H A D | zend_exceptions.stub.php | 23 class Exception implements Throwable class
|
/PHP-8.1/ext/ffi/ |
H A D | ffi.stub.php | 102 class Exception extends \Error { class
|
Completed in 17 milliseconds