Home
last modified time | relevance | path

Searched refs:catch (Results 76 – 100 of 1180) sorted by relevance

12345678910>>...48

/PHP-7.4/ext/spl/tests/
H A Ddllist_006.phpt26 } catch (OutOfRangeException $e) {
32 } catch (OutOfRangeException $e) {
38 } catch (OutOfRangeException $e) {
44 } catch (OutOfRangeException $e) {
/PHP-7.4/sapi/phpdbg/tests/
H A Dexceptions_001.phpt14 00017: } catch (\Exception $e) {
32 } catch (\Exception $e) {
43 } catch (\Exception $e) {
45 } catch (\ParseError $e) {
/PHP-7.4/ext/opcache/tests/
H A Dinvalid_new_dce.phpt32 try { test1(); } catch (Error $e) { echo $e->getMessage(), "\n"; }
33 try { test2(); } catch (Error $e) { echo $e->getMessage(), "\n"; }
34 try { test3(); } catch (Error $e) { echo $e->getMessage(), "\n"; }
35 try { test4(); } catch (Error $e) { echo $e->getMessage(), "\n"; }
/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_constructor_error2.phpt19 } catch (TypeError $re) {
25 } catch (TypeError $re) {
33 } catch (ReflectionException $re) {
41 } catch (ReflectionException $re) {
48 } catch (TypeError $re) {
H A DReflectionMethod_constructor_error1.phpt19 } catch (Exception $e) {
25 } catch (Exception $e) {
31 } catch (Exception $e) {
37 } catch (Exception $e) {
43 } catch (Exception $e) {
49 } catch (Exception $e) {
55 } catch (Exception $e) {
61 } catch (Exception $e) {
H A Dbug77882.phpt18 } catch (Exception $e) {
24 } catch (Exception $e) {
30 } catch (Exception $e) {
/PHP-7.4/Zend/tests/
H A Dbug70124.phpt8 } catch (Error $e) {
17 } catch (Error $e) {
25 } catch (Error $e) {
31 } catch (Error $e) {
37 } catch (Error $e) {
H A Dbug69957.phpt10 } catch (DivisionByZeroError $t){
20 } catch (DivisionByZeroError $t){
29 } catch (DivisionByZeroError $t){
38 } catch (DivisionByZeroError $t){
47 } catch (DivisionByZeroError $t){
56 } catch (DivisionByZeroError $t){
H A Ddynamic_call_freeing.phpt9 } catch (Error $e) {
15 } catch (Error $e) {
20 } catch (Error $e) {
H A Dindirect_call_array_004.phpt26 catch (Exception $e) {
35 catch (Exception $e) {
48 catch (Exception $e) {
59 catch (Exception $e) {
/PHP-7.4/Zend/tests/function_arguments/
H A Dargument_count_incorrect_userland_strict.phpt9 } catch (\Error $e) {
17 } catch (\Error $e) {
26 } catch (\Error $e) {
33 } catch (\Error $e) {
40 } catch (\Error $e) {
/PHP-7.4/ext/phar/tests/
H A Dphar_offset_check.phpt22 } catch (Exception $e) {
28 } catch (Exception $e) {
34 } catch (Exception $e) {
42 } catch (Exception $e) {
50 } catch (Exception $e) {
58 } catch (Exception $e) {
H A Dpharfileinfo_construct.phpt15 } catch (Exception $e) {
22 } catch (TypeError $e) {
32 } catch (Exception $e) {
38 } catch (Exception $e) {
44 } catch (Exception $e) {
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_083.phpt20 } catch (TypeError $e) { var_dump($e->getMessage()); }
23 } catch (Error $e) { var_dump($e->getMessage()); }
28 } catch (TypeError $e) { var_dump($e->getMessage()); }
36 } catch (TypeError $e) { var_dump($e->getMessage()); }
39 } catch (Error $e) { var_dump($e->getMessage()); }
49 } catch (TypeError $e) { var_dump($e->getMessage()); }
54 } catch (TypeError $e) { var_dump($e->getMessage()); }
/PHP-7.4/Zend/tests/try/
H A Dtry_finally_023.phpt2 Loop var dtor throwing exception during return inside try/catch inside finally
21 } catch (Exception $e) {
28 } catch (Exception $e) {
H A Dtry_finally_017.phpt2 Exception during break 2 with multiple try/catch
21 } catch (Exception $e) {
27 } catch (Exception $e) {
H A Dtry_finally_024.phpt2 Exception in finally inside finally following try/catch containing throwing try/finally
15 } catch (Exception $e) {}
25 } catch (Exception $e) {
H A Dcatch_finally_003.phpt2 Try catch finally (with multi-returns)
13 } catch (Exception $e) {
26 } catch (Exception $e) {
/PHP-7.4/ext/standard/tests/random/
H A Drandom_int_error.phpt9 } catch (TypeError $e) {
15 } catch (TypeError $e) {
21 } catch (Error $e) {
/PHP-7.4/tests/classes/
H A Darray_access_013.phpt20 catch(Exception $e)
29 catch(Exception $e)
38 catch(Exception $e)
47 catch(Exception $e)
/PHP-7.4/ext/tidy/tests/
H A Duninitialized.phpt11 } catch (Error $e) {
16 } catch (Error $e) {
21 } catch (Error $e) {
/PHP-7.4/ext/intl/tests/
H A Dcalendar_isEquivalentTo_error.phpt22 } catch (Error $ex) {
27 } catch (Error $ex) {
32 } catch (Error $ex) {
38 } catch (Error $ex) {
43 } catch (Error $ex) {
48 } catch (Error $ex) {
H A Dbreakiter___construct_error.phpt16 } catch (IntlException $e) {
21 } catch (TypeError $e) {
26 } catch (TypeError $e) {
31 } catch (TypeError $e) {
36 } catch (IntlException $e) {
/PHP-7.4/ext/phar/tests/bug64931/
H A Dbug64931.phpt17 } catch (Exception $e) {
23 } catch (Exception $e) {
29 } catch (Exception $e) {
35 } catch (Exception $e) {
41 } catch (Exception $e) {
/PHP-7.4/Zend/tests/grammar/
H A Dsemi_reserved_006.phpt8 public function catch(){ echo __METHOD__, PHP_EOL; }
16 public static function catch(){ echo __METHOD__, PHP_EOL; }
32 catch insteadof namespace\TraitB;
49 (new Foo)->catch();
62 TraitA::catch

Completed in 44 milliseconds

12345678910>>...48