Searched refs:Throwable (Results 1 – 25 of 177) sorted by relevance
12345678
/PHP-8.1/Zend/tests/ |
H A D | compound_assign_failure.phpt | 37 catch (Throwable $e) {} 42 catch (Throwable $e) {} 47 catch (Throwable $e) {} 52 catch (Throwable $e) {} 57 catch (Throwable $e) {} 62 catch (Throwable $e) {} 67 catch (Throwable $e) {} 72 catch (Throwable $e) {} 77 catch (Throwable $e) {} 82 catch (Throwable $e) {} [all …]
|
H A D | arginfo_zpp_mismatch.phpt | 26 } catch (Throwable) { 30 } catch (Throwable) { 34 } catch (Throwable) { 38 } catch (Throwable) { 42 } catch (Throwable) { 46 } catch (Throwable) { 50 } catch (Throwable) { 54 } catch (Throwable) { 58 } catch (Throwable) { 71 } catch (Throwable) {
|
H A D | arginfo_zpp_mismatch_strict.phpt | 28 } catch (Throwable) { 32 } catch (Throwable) { 36 } catch (Throwable) { 40 } catch (Throwable) { 44 } catch (Throwable) { 48 } catch (Throwable) { 52 } catch (Throwable) { 56 } catch (Throwable) { 60 } catch (Throwable) { 73 } catch (Throwable) {
|
H A D | exception_before_fatal.phpt | 13 } catch(Throwable $e) { 19 } catch(Throwable $e) { 25 } catch(Throwable $e) { 31 } catch(Throwable $e) { 37 } catch(Throwable $e) { 44 } catch(Throwable $e) { 53 } catch(Throwable $e) {
|
H A D | throwable_003.phpt | 2 Test user code implementing Throwable results in fatal error 7 class Failure implements Throwable {} 10 Fatal error: Class Failure cannot implement interface Throwable, extend Exception or Error instead …
|
H A D | this_in_isset.phpt | 8 } catch (Throwable $e) { 13 } catch (Throwable $e) { 18 } catch (Throwable $e) {
|
/PHP-8.1/Zend/ |
H A D | zend_exceptions.stub.php | 5 interface Throwable extends Stringable interface 18 public function getPrevious(): ?Throwable; 23 class Exception implements Throwable 39 private ?Throwable $previous = null; 43 public function __construct(string $message = "", int $code = 0, ?Throwable $previous = null) {} 59 final public function getPrevious(): ?Throwable {} 76 ?Throwable $previous = null 82 class Error implements Throwable 98 private ?Throwable $previous = null; 104 public function __construct(string $message = "", int $code = 0, ?Throwable $previous = null) {} [all …]
|
/PHP-8.1/sapi/cli/tests/ |
H A D | 005.phpt | 40 string(2232) "Class [ <internal:Core> class Exception implements Stringable, Throwable ] { 58 Property [ private ?Throwable $previous = NULL ] 74 Parameter #2 [ <optional> ?Throwable $previous = null ] 85 Method [ <internal:Core, prototype Throwable> final public method getMessage ] { 92 Method [ <internal:Core, prototype Throwable> final public method getCode ] { 98 Method [ <internal:Core, prototype Throwable> final public method getFile ] { 105 Method [ <internal:Core, prototype Throwable> final public method getLine ] { 112 Method [ <internal:Core, prototype Throwable> final public method getTrace ] { 119 Method [ <internal:Core, prototype Throwable> final public method getPrevious ] { 123 - Return [ ?Throwable ] [all …]
|
/PHP-8.1/ext/ffi/tests/ |
H A D | 027.phpt | 12 } catch (Throwable $e) { 18 } catch (Throwable $e) { 24 } catch (Throwable $e) { 30 } catch (Throwable $e) { 35 } catch (Throwable $e) { 40 } catch (Throwable $e) { 45 } catch (Throwable $e) { 51 } catch (Throwable $e) { 57 } catch (Throwable $e) { 63 } catch (Throwable $e) { [all …]
|
H A D | 015.phpt | 12 } catch (Throwable $e) { 18 } catch (Throwable $e) { 24 } catch (Throwable $e) { 30 } catch (Throwable $e) { 36 } catch (Throwable $e) { 42 } catch (Throwable $e) { 48 } catch (Throwable $e) { 54 } catch (Throwable $e) {
|
H A D | 013.phpt | 16 } catch (Throwable $e) { 22 } catch (Throwable $e) { 28 } catch (Throwable $e) { 34 } catch (Throwable $e) { 40 } catch (Throwable $e) { 46 } catch (Throwable $e) { 52 } catch (Throwable $e) {
|
H A D | 028.phpt | 12 } catch (Throwable $e) { 18 } catch (Throwable $e) { 24 } catch (Throwable $e) { 30 } catch (Throwable $e) { 36 } catch (Throwable $e) { 42 } catch (Throwable $e) {
|
H A D | 020.phpt | 14 } catch (Throwable $e) { 22 } catch (Throwable $e) { 29 } catch (Throwable $e) { 36 } catch (Throwable $e) { 43 } catch (Throwable $e) { 50 } catch (Throwable $e) { 58 } catch (Throwable $e) {
|
H A D | bug77706.phpt | 9 } catch (Throwable $_) { 35 } catch (Throwable $e) { 41 } catch (Throwable $e) { 47 } catch (Throwable $e) { 53 } catch (Throwable $e) {
|
H A D | 016.phpt | 12 } catch (Throwable $e) { 18 } catch (Throwable $e) { 24 } catch (Throwable $e) {
|
H A D | 017.phpt | 11 } catch (Throwable $e) { 16 } catch (Throwable $e) { 21 } catch (Throwable $e) {
|
/PHP-8.1/Zend/tests/nullsafe_operator/ |
H A D | 002.phpt | 8 } catch (Throwable $e) { 14 } catch (Throwable $e) { 20 } catch (Throwable $e) { 26 } catch (Throwable $e) { 32 } catch (Throwable $e) {
|
/PHP-8.1/ext/spl/tests/ |
H A D | bug79987.phpt | 15 } catch (Throwable $e) { 20 } catch (Throwable $e) { 25 } catch (Throwable $e) { 30 } catch (Throwable $e) {
|
/PHP-8.1/ext/date/tests/ |
H A D | bug-gh8471.phpt | 10 } catch (Throwable $t) { 20 } catch (Throwable $t) { 30 } catch (Throwable $t) { 40 } catch (Throwable $t) {
|
/PHP-8.1/ext/standard/tests/array/ |
H A D | array_walk_error2.phpt | 22 } catch (Throwable $e) { 27 } catch (Throwable $e) { 34 } catch (Throwable $e) { 39 } catch (Throwable $e) { 46 } catch (Throwable $e) {
|
H A D | array_walk_recursive_error2.phpt | 22 } catch (Throwable $e) { 27 } catch (Throwable $e) { 34 } catch (Throwable $e) { 39 } catch (Throwable $e) { 46 } catch (Throwable $e) {
|
/PHP-8.1/Zend/tests/closures/ |
H A D | closure_from_callable_error.phpt | 16 catch (\Throwable $t) { 29 catch (\Throwable $t) { 41 catch (\Throwable $t) { 53 catch (\Throwable $t) { 65 catch (\Throwable $t) { 77 catch (\Throwable $t) { 89 catch (\Throwable $t) { 101 catch (\Throwable $t) { 113 catch (\Throwable $t) { 125 catch (\Throwable $t) { [all …]
|
/PHP-8.1/ext/opcache/tests/jit/ |
H A D | shift_right_001.phpt | 22 } catch (Throwable $e) { 27 } catch (Throwable $e) { 32 } catch (Throwable $e) {
|
H A D | gh12748.phpt | 13 } catch (\Throwable $e) { 19 } catch (\Throwable $e) { 25 } catch (\Throwable $e) {
|
/PHP-8.1/Zend/tests/type_declarations/ |
H A D | typed_properties_044.phpt | 24 } catch (Throwable $e) { 30 } catch (Throwable $e) { 39 } catch (Throwable $e) { 45 } catch (Throwable $e) {
|
Completed in 31 milliseconds
12345678