Home
last modified time | relevance | path

Searched refs:catch (Results 51 – 75 of 1180) sorted by relevance

12345678910>>...48

/PHP-7.4/ext/ffi/tests/
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) {
/PHP-7.4/Zend/tests/
H A Dbug69212.phpt15 } catch (Exception $e) {
20 } catch (Exception $e) {
27 } catch (Exception $e) {
34 } catch (Exception $e) {
H A Dexception_during_include_stat.phpt17 } catch (Exception $e) {
22 } catch (Exception $e) {
27 } catch (Exception $e) {
32 } catch (Exception $e) {
H A Dcall_to_deprecated_function_args.phpt12 } catch (Error $e) {
19 } catch (Error $e) {
26 } catch (Error $e) {
34 } catch (Error $e) {
H A Dtemporary_cleaning_002.phpt16 } catch (Exception $e) {
21 } catch (Exception $e) {
26 } catch (Exception $e) {
H A Dself_method_or_prop_outside_class.phpt10 } catch (Error $e) {
15 } catch (Error $e) {
20 } catch (Error $e) {
25 } catch (Error $e) {
H A Dbug33771.phpt2 Bug #33771 (error_reporting falls to 0 when @ was used inside try/catch block)
24 } catch (Exception $e) {}
30 } catch (Exception $e) {}
H A DErrorException_getSeverity.phpt17 } catch(ErrorException $e) {
29 } catch(ErrorException $e) {
41 } catch(ErrorException $e) {
53 } catch(ErrorException $e) {
65 } catch(ErrorException $e) {
77 } catch(ErrorException $e) {
89 } catch(ErrorException $e) {
101 } catch(ErrorException $e) {
113 } catch(ErrorException $e) {
125 } catch(ErrorException $e) {
[all …]
/PHP-7.4/ext/spl/tests/
H A DCallbackFilterIteratorTest-002.phpt13 } catch (TypeError $e) {
19 } catch (TypeError $e) {
25 } catch (TypeError $e) {
31 } catch (TypeError $e) {
40 } catch(Exception $e) {
/PHP-7.4/ext/reflection/tests/
H A DReflectionParameter_invalidMethodInConstructor.phpt9 } catch (ReflectionException $e) { echo $e->getMessage()."\n"; }
14 } catch (ReflectionException $e) { echo $e->getMessage ()."\n"; }
19 } catch (ReflectionException $e) { echo $e->getMessage ()."\n"; }
28 catch(TypeError $e) {
35 catch(ReflectionException $e) {
H A DReflectionReference_errors.phpt8 } catch (Error $e) {
14 } catch (TypeError $e) {
20 } catch (TypeError $e) {
27 } catch (ReflectionException $e) {
35 } catch (Exception $e) {
H A DReflectionClass_getStaticPropertyValue_002.phpt15 } catch (Exception $e) {
20 } catch (Exception $e) {
25 } catch (Exception $e) {
30 } catch (Exception $e) {
35 } catch (Exception $e) {
H A DReflectionMethod_setAccessible.phpt21 catch (ReflectionException $e) {
29 catch (ReflectionException $e) {
37 catch (ReflectionException $e) {
45 catch (ReflectionException $e) {
53 catch (ReflectionException $e) {
61 catch (ReflectionException $e) {
69 catch (ReflectionException $e) {
77 catch (ReflectionException $e) {
H A DReflectionClass_isSubclassOf_002.phpt14 } catch (Exception $e) {
19 } catch (Exception $e) {
24 } catch (Exception $e) {
29 } catch (Exception $e) {
34 } catch (Exception $e) {
H A DReflectionObject_isSubclassOf.002.phpt14 } catch (Exception $e) {
19 } catch (Exception $e) {
24 } catch (Exception $e) {
29 } catch (Exception $e) {
34 } catch (Exception $e) {
/PHP-7.4/Zend/tests/try/
H A Dtry_finally_025.phpt2 Throw in try of try/finally inside catch
9 } catch (Exception $e) {
19 } catch (Exception $e) {
H A Dtry_finally_026.phpt2 Throw in finally inside catch inside finally
12 } catch (Exception $e) {
23 } catch (Exception $e) {
/PHP-7.4/ext/dom/tests/
H A Dbug44648.phpt16 } catch (DOMException $e) {
22 } catch (DOMException $e) {
28 } catch (DOMException $e) {
34 } catch (DOMException $e) {
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_097.phpt17 } catch (TypeError $e) {
23 } catch (TypeError $e) {
31 } catch (TypeError $e) {
37 } catch (TypeError $e) {
48 } catch (TypeError $e) {
54 } catch (TypeError $e) {
62 } catch (TypeError $e) {
68 } catch (TypeError $e) {
/PHP-7.4/ext/phar/tests/
H A Dphar_convert_again.phpt35 } catch (Exception $e) {
52 } catch (Exception $e) {
57 } catch (Exception $e) {
62 } catch (Exception $e) {
73 } catch (Exception $e) {
78 } catch (Exception $e) {
83 } catch (Exception $e) {
88 } catch (Exception $e) {
93 } catch (Exception $e) {
98 } catch (Exception $e) {
[all …]
H A Dbadparameters.phpt21 } catch (TypeError $e) {
44 } catch (Exception $e) {
49 } catch (Exception $e) {
55 } catch (Exception $e) {
60 } catch (Exception $e) {
68 } catch (Exception $e) {
73 } catch (Exception $e) {
78 } catch (Exception $e) {
86 } catch (Exception $e) {
92 } catch (Exception $e) {
[all …]
/PHP-7.4/Zend/tests/generators/
H A Dget_return_errors.phpt16 } catch (Exception $e) {
29 } catch (Exception $e) {
35 } catch (Exception $e) {
49 } catch (Exception $e) {
61 } catch (Exception $e) {
68 } catch (Exception $e) {
/PHP-7.4/tests/classes/
H A Ddestructor_and_exceptions.phpt2 ZE2 catch exception thrown in destructor
23 catch(Exception $e)
43 catch(Exception $e)
47 catch(FatalException $e)
/PHP-7.4/ext/intl/tests/
H A Dcalendar_before_after_error.phpt22 } catch (Error $ex) {
27 } catch (Error $ex) {
33 } catch (Error $ex) {
38 } catch (Error $ex) {
44 } catch (Error $ex) {
49 } catch (Error $ex) {
55 } catch (Error $ex) {
60 } catch (Error $ex) {

Completed in 69 milliseconds

12345678910>>...48