Searched defs:Exception (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/Zend/ |
H A D | zend_exceptions.c | 284 ZEND_COLD ZEND_METHOD(Exception, __clone) in ZEND_METHOD() argument 292 ZEND_METHOD(Exception, __construct) in ZEND_METHOD() argument 329 ZEND_METHOD(Exception, __wakeup) in ZEND_METHOD() argument 398 ZEND_METHOD(Exception, getFile) in ZEND_METHOD() argument 410 ZEND_METHOD(Exception, getLine) in ZEND_METHOD() argument 422 ZEND_METHOD(Exception, getMessage) in ZEND_METHOD() argument 434 ZEND_METHOD(Exception, getCode) in ZEND_METHOD() argument 447 ZEND_METHOD(Exception, getTrace) in ZEND_METHOD() argument 604 ZEND_METHOD(Exception, getTraceAsString) in ZEND_METHOD() argument 644 ZEND_METHOD(Exception, getPrevious) in ZEND_METHOD() argument [all …]
|
H A D | zend_exceptions.stub.php | 23 class Exception implements Throwable class
|
/PHP-8.0/ext/ffi/ |
H A D | ffi.stub.php | 78 class Exception extends \Error { class
|
Completed in 11 milliseconds