Home
last modified time | relevance | path

Searched refs:Throwable (Results 1 – 25 of 145) sorted by relevance

123456

/PHP-8.0/Zend/tests/
H A Dcompound_assign_failure.phpt37 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 Darginfo_zpp_mismatch.phpt25 } catch (Throwable) {
29 } catch (Throwable) {
33 } catch (Throwable) {
37 } catch (Throwable) {
41 } catch (Throwable) {
45 } catch (Throwable) {
49 } catch (Throwable) {
53 } catch (Throwable) {
57 } catch (Throwable) {
70 } catch (Throwable) {
H A Darginfo_zpp_mismatch_strict.phpt27 } catch (Throwable) {
31 } catch (Throwable) {
35 } catch (Throwable) {
39 } catch (Throwable) {
43 } catch (Throwable) {
47 } catch (Throwable) {
51 } catch (Throwable) {
55 } catch (Throwable) {
59 } catch (Throwable) {
72 } catch (Throwable) {
H A Dexception_before_fatal.phpt13 } 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 Dthrowable_003.phpt2 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 Dthis_in_isset.phpt8 } catch (Throwable $e) {
13 } catch (Throwable $e) {
18 } catch (Throwable $e) {
/PHP-8.0/Zend/
H A Dzend_exceptions.stub.php5 interface Throwable extends Stringable interface
18 public function getPrevious(): ?Throwable;
23 class Exception implements Throwable
27 public function __construct(string $message = "", int $code = 0, ?Throwable $previous = null) {}
43 final public function getPrevious(): ?Throwable {}
52 … int $severity = E_ERROR, ?string $filename = null, ?int $line = null, ?Throwable $previous = null…
57 class Error implements Throwable
63 public function __construct(string $message = "", int $code = 0, ?Throwable $previous = null) {}
90 final public function getPrevious(): ?Throwable {}
H A Dzend_exceptions_arginfo.h18 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_Throwable_getPrevious, 0, 0, Throwable, 1)
29 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, previous, Throwable, 1, "null")
56 ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(0, previous, Throwable, 1, "null")
100 …ZEND_ABSTRACT_ME_WITH_FLAGS(Throwable, getMessage, arginfo_class_Throwable_getMessage, ZEND_ACC_PU…
101 …ZEND_ABSTRACT_ME_WITH_FLAGS(Throwable, getCode, arginfo_class_Throwable_getCode, ZEND_ACC_PUBLIC|Z…
102 …ZEND_ABSTRACT_ME_WITH_FLAGS(Throwable, getFile, arginfo_class_Throwable_getFile, ZEND_ACC_PUBLIC|Z…
103 …ZEND_ABSTRACT_ME_WITH_FLAGS(Throwable, getLine, arginfo_class_Throwable_getLine, ZEND_ACC_PUBLIC|Z…
104 …ZEND_ABSTRACT_ME_WITH_FLAGS(Throwable, getTrace, arginfo_class_Throwable_getTrace, ZEND_ACC_PUBLIC…
105 …ZEND_ABSTRACT_ME_WITH_FLAGS(Throwable, getPrevious, arginfo_class_Throwable_getPrevious, ZEND_ACC_…
106 …ZEND_ABSTRACT_ME_WITH_FLAGS(Throwable, getTraceAsString, arginfo_class_Throwable_getTraceAsString,…
/PHP-8.0/sapi/cli/tests/
H A D005.phpt40 string(2194) "Class [ <internal:Core> class Exception implements Stringable, Throwable ] {
58 Property [ private ?Throwable $previous = NULL ]
74 Parameter #2 [ <optional> ?Throwable $previous = null ]
84 Method [ <internal:Core, prototype Throwable> final public method getMessage ] {
91 Method [ <internal:Core, prototype Throwable> final public method getCode ] {
97 Method [ <internal:Core, prototype Throwable> final public method getFile ] {
104 Method [ <internal:Core, prototype Throwable> final public method getLine ] {
111 Method [ <internal:Core, prototype Throwable> final public method getTrace ] {
118 Method [ <internal:Core, prototype Throwable> final public method getPrevious ] {
122 - Return [ ?Throwable ]
[all …]
/PHP-8.0/ext/ffi/tests/
H A D027.phpt12 } 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 D015.phpt12 } 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 D013.phpt16 } 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 D028.phpt12 } 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 D020.phpt14 } 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 Dbug77706.phpt8 } catch (Throwable $_) {
34 } catch (Throwable $e) {
40 } catch (Throwable $e) {
46 } catch (Throwable $e) {
52 } catch (Throwable $e) {
H A D016.phpt12 } catch (Throwable $e) {
18 } catch (Throwable $e) {
24 } catch (Throwable $e) {
H A D017.phpt11 } catch (Throwable $e) {
16 } catch (Throwable $e) {
21 } catch (Throwable $e) {
/PHP-8.0/Zend/tests/nullsafe_operator/
H A D002.phpt8 } catch (Throwable $e) {
14 } catch (Throwable $e) {
20 } catch (Throwable $e) {
26 } catch (Throwable $e) {
32 } catch (Throwable $e) {
/PHP-8.0/ext/spl/tests/
H A Dbug79987.phpt15 } catch (Throwable $e) {
20 } catch (Throwable $e) {
25 } catch (Throwable $e) {
30 } catch (Throwable $e) {
/PHP-8.0/ext/date/tests/
H A Dbug-gh8471.phpt10 } catch (Throwable $t) {
20 } catch (Throwable $t) {
30 } catch (Throwable $t) {
40 } catch (Throwable $t) {
/PHP-8.0/ext/standard/tests/array/
H A Darray_walk_error2.phpt22 } catch (Throwable $e) {
27 } catch (Throwable $e) {
34 } catch (Throwable $e) {
39 } catch (Throwable $e) {
46 } catch (Throwable $e) {
H A Darray_walk_recursive_error2.phpt22 } catch (Throwable $e) {
27 } catch (Throwable $e) {
34 } catch (Throwable $e) {
39 } catch (Throwable $e) {
46 } catch (Throwable $e) {
/PHP-8.0/ext/opcache/tests/jit/
H A Dshift_right_001.phpt22 } catch (Throwable $e) {
27 } catch (Throwable $e) {
32 } catch (Throwable $e) {
/PHP-8.0/Zend/tests/closures/
H A Dclosure_from_callable_error.phpt16 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.0/Zend/tests/type_declarations/
H A Dtyped_properties_044.phpt24 } catch (Throwable $e) {
30 } catch (Throwable $e) {
39 } catch (Throwable $e) {
45 } catch (Throwable $e) {

Completed in 25 milliseconds

123456