Searched defs:Exception (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_exceptions.c | 298 ZEND_COLD ZEND_METHOD(Exception, __clone) in ZEND_METHOD() argument 306 ZEND_METHOD(Exception, __construct) in ZEND_METHOD() argument 343 ZEND_METHOD(Exception, __wakeup) in ZEND_METHOD() argument 409 ZEND_METHOD(Exception, getFile) in ZEND_METHOD() argument 421 ZEND_METHOD(Exception, getLine) in ZEND_METHOD() argument 433 ZEND_METHOD(Exception, getMessage) in ZEND_METHOD() argument 445 ZEND_METHOD(Exception, getCode) in ZEND_METHOD() argument 458 ZEND_METHOD(Exception, getTrace) in ZEND_METHOD() argument 619 ZEND_METHOD(Exception, getTraceAsString) in ZEND_METHOD() argument 640 ZEND_METHOD(Exception, getPrevious) in ZEND_METHOD() argument [all …]
|
H A D | zend_exceptions.stub.php | 25 class Exception implements Throwable class
|
/PHP-8.3/ext/ffi/ |
H A D | ffi.stub.php | 188 class Exception extends \Error { class
|
/PHP-8.3/ext/sodium/ |
H A D | libsodium.stub.php | 503 function sodium_crypto_aead_aes256gcm_decrypt(string $ciphertext, string $additional_data, string $… argument
|
Completed in 12 milliseconds