Home
last modified time | relevance | path

Searched refs:catch (Results 1 – 25 of 1180) sorted by path

12345678910>>...48

/PHP-7.4/Zend/tests/
H A D001.phpt22 } catch (Throwable $e) {
31 } catch (Throwable $e) {
H A D002.phpt28 } catch (Throwable $e) {
36 } catch (Throwable $e) {
H A D003.phpt23 } catch (Throwable $e) {
31 } catch (Throwable $e) {
H A D030.phpt2 Overriding $this in catch and checking the object properties later.
14 } catch (Exception $this) {
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 …]
H A Dadd_002.phpt13 } catch (Error $e) {
H A Dadd_003.phpt13 } catch (Error $e) {
H A Dadd_004.phpt10 } catch (Error $e) {
H A Dadd_007.phpt12 } catch (Error $e) {
H A Danonymous_func_003.phpt9 } catch (Exception $e) {
H A Dassign_coalesce_002.phpt23 } catch (Exception $e) {
49 } catch (Exception $e) {
68 } catch (Exception $e) {
H A Dassign_to_obj_002.phpt8 } catch (Error $e) { echo $e->getMessage(), "\n"; }
H A Dbug19859.phpt2 Bug #19859 (__call() does not catch call_user_func_array() calls)
H A Dbug26166.phpt43 } catch (Error $e) {
59 } catch (Exception $e) {
/PHP-7.4/Zend/tests/arg_unpack/
H A Dnon_integer_keys.phpt15 } catch (Error $ex) {
H A Dstring_keys.phpt12 } catch (Error $ex) {
17 } catch (Error $ex) {
H A Dtraversable_throwing_exception.phpt24 } catch (Exception $e) { var_dump($e->getMessage()); }
28 } catch (Exception $e) { var_dump($e->getMessage()); }
/PHP-7.4/Zend/tests/array_unpack/
H A Dclasses.phpt22 } catch (Error $ex) {
H A Dnon_integer_keys.phpt12 } catch (Error $ex) {
H A Dstring_keys.phpt9 } catch (Error $ex) {
15 } catch (Error $ex) {
/PHP-7.4/Zend/tests/arrow_functions/
H A D006.phpt19 } catch (TypeError $e) {
27 } catch (TypeError $e) {
/PHP-7.4/Zend/tests/assert/
H A Dexpect_003.phpt10 } catch (AssertionError $ex) {
H A Dexpect_004.phpt10 } catch (AssertionError $ex) {
H A Dexpect_005.phpt11 } catch (AssertionError $ex) {
H A Dexpect_015.phpt113 } catch (MyException $e) {
115 } catch (Exception $e) {
264 } catch (MyException $e) {
266 } catch (Exception $e) {

Completed in 93 milliseconds

12345678910>>...48