Home
last modified time | relevance | path

Searched refs:catch (Results 26 – 50 of 1180) sorted by relevance

12345678910>>...48

/PHP-7.4/Zend/tests/try/
H A Dcatch_finally_006.phpt2 Try catch finally (re-throw exception in catch block)
8 } catch (Exception $e) {
20 } catch (Exception $e) {
H A Dcatch_finally_005.phpt2 Try catch finally (with multi-returns and exception)
8 } catch (PdoException $e) {
10 } catch (Exception $e) {
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_getMethod_002.phpt16 } catch (Exception $e) {
21 } catch (Exception $e) {
26 } catch (Exception $e) {
31 } catch (Exception $e) {
36 } catch (Exception $e) {
41 } catch (Exception $e) {
46 } catch (Exception $e) {
51 } catch (Exception $e) {
H A DReflectionClass_getProperty_002.phpt16 } catch (exception $e) {
21 } catch (exception $e) {
26 } catch (exception $e) {
31 } catch (exception $e) {
36 } catch (exception $e) {
41 } catch (exception $e) {
46 } catch (exception $e) {
51 } catch (exception $e) {
H A DReflectionFunction_construct.001.phpt12 } catch (TypeError $re) {
17 } catch (ReflectionException $e) {
22 } catch (TypeError $re) {
27 } catch (TypeError $re) {
32 } catch (TypeError $re) {
H A DReflectionClass_setStaticPropertyValue_002.phpt15 } catch (Exception $e) {
20 } catch (Exception $e) {
25 } catch (Exception $e) {
30 } catch (Exception $e) {
35 } catch (Exception $e) {
40 } catch (Exception $e) {
/PHP-7.4/ext/ffi/tests/
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) {
/PHP-7.4/ext/intl/tests/
H A Dcalendar_get_getActualMaximum_Minumum_error2.phpt22 } catch (Error $ex) {
27 } catch (Error $ex) {
32 } catch (Error $ex) {
38 } catch (Error $ex) {
43 } catch (Error $ex) {
48 } catch (Error $ex) {
54 } catch (Error $ex) {
59 } catch (Error $ex) {
64 } catch (Error $ex) {
70 } catch (Error $ex) {
[all …]
/PHP-7.4/Zend/tests/weakrefs/
H A Dweakrefs_003.phpt9 } catch (Error $ex) {
15 } catch (Error $ex) {
21 } catch (Error $ex) {
27 } catch (Error $ex) {
33 } catch (Error $ex) {
/PHP-7.4/ext/phar/tests/zip/
H A Dcorrupt_008.phpt9 } catch (Exception $e) {
14 } catch (Exception $e) {
19 } catch (Exception $e) {
24 } catch (Exception $e) {
29 } catch (Exception $e) {
34 } catch (Exception $e) {
39 } catch (Exception $e) {
44 } catch (Exception $e) {
49 } catch (Exception $e) {
54 } catch (Exception $e) {
[all …]
/PHP-7.4/Zend/tests/
H A Dexception_001.phpt11 } catch (Exception $e) {
15 } catch (Exception $e) {
19 } catch (Exception $e) {
23 } catch (Exception $e) {
H A Dindirect_call_string_002.phpt25 } catch (Error $e) {
33 } catch (Error $e) {
41 } catch (Error $e) {
49 } catch (Error $e) {
57 } catch (Error $e) {
65 } catch (Error $e) {
73 } catch (Error $e) {
H A Djump16.phpt2 jump 16: goto into try/catch
11 } catch (Exception $e) {
19 } catch (Exception $e) {
H A Dbug70089.phpt12 } catch (Error $e) {
17 } catch (Error $e) {
23 } catch (Error $e) {
29 } catch (Error $e) {
H A Dbug73338.phpt6 try { call_user_func(new class { function __destruct () { throw new Error; } }); } catch (Error $e)…
10 try { var_dump(new stdClass, call_user_func("fail")); } catch (Error $e) {}
12 try { (function() { call_user_func("fail"); })(); } catch (Error $e) {}
14 …ic function foo() {} function __destruct () { throw new Error; } }, "foo"](); } catch (Error $e) {}
H A Dundef_index_to_exception.phpt13 } catch (Exception $e) {
20 } catch (Exception $e) {
28 } catch (Exception $e) {
33 } catch (Exception $e) {
/PHP-7.4/tests/classes/
H A Dtype_hinting_004.phpt16 } catch (Error $ex) {
21 } catch (Error $ex) {
26 } catch (Error $ex) {
31 } catch (Error $ex) {
36 } catch (Error $ex) {
41 } catch (Error $ex) {
65 } catch (Error $ex) {
70 } catch (Error $ex) {
75 } catch (Error $ex) {
80 } catch (Error $ex) {
[all …]
/PHP-7.4/ext/spl/tests/
H A Diterator_056.phpt24 } catch (TypeError $e) {
30 } catch (TypeError $e) {
36 } catch (TypeError $e) {
42 } catch (TypeError $e) {
48 } catch (TypeError $e) {
53 } catch (TypeError $e) {
H A Dheap_004.phpt20 } catch(Exception $e) {
27 } catch(Exception $e) {
33 } catch(Exception $e) {
38 } catch(Exception $e) {
47 } catch(Exception $e) {
52 } catch(Exception $e) {
H A Dpqueue_002.phpt20 } catch(Exception $e) {
27 } catch(Exception $e) {
33 } catch(Exception $e) {
38 } catch(Exception $e) {
47 } catch(Exception $e) {
52 } catch(Exception $e) {
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_108.phpt2 Variable assignment in catch must respect typed references
17 } catch (Exception $ref) {
20 } catch (TypeError $e) {
29 } catch (Exception $ref) {
32 } catch (TypeError $e) {
/PHP-7.4/ext/dom/tests/
H A Ddom_create_element.phpt13 } catch (Exception $e) {
22 } catch (Exception $e) {
31 } catch (Exception $e) {
40 } catch (Exception $e) {
49 } catch (Exception $e) {
58 } catch (Exception $e) {
67 } catch (Exception $e) {
76 } catch (Exception $e) {
85 } catch (Exception $e) {
94 } catch (Exception $e) {
[all …]
/PHP-7.4/ext/sodium/tests/
H A Dcrypto_kdf.phpt10 } catch (SodiumException $ex) {
15 } catch (SodiumException $ex) {
20 } catch (SodiumException $ex) {
25 } catch (SodiumException $ex) {
30 } catch (SodiumException $ex) {
/PHP-7.4/Zend/tests/typehints/
H A Dor_null.phpt12 } catch (\TypeError $e) {
24 } catch (\TypeError $e) {
30 } catch (\TypeError $e) {
36 } catch (\TypeError $e) {
42 } catch (\TypeError $e) {
48 } catch (\TypeError $e) {
56 } catch (\TypeError $e) {
64 } catch (\TypeError $e) {
72 } catch (\TypeError $e) {
82 } catch (\TypeError $e) {
[all …]

Completed in 27 milliseconds

12345678910>>...48