Home
last modified time | relevance | path

Searched refs:e (Results 1651 – 1675 of 1772) sorted by last modified time

1...<<6162636465666768697071

/PHP-7.4/Zend/tests/
H A Dexception_014.phpt12 } catch (Error $e) {
13 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
H A Dexception_015.phpt8 } catch (Error $e) {
9 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
H A Dexception_016.phpt7 } catch (Error $e) {
8 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
H A Dexception_handler_002.phpt8 function foo($e) {
9 var_dump(get_class($e)." thrown!");
H A Dexception_handler_003.phpt12 function bar($e) {
13 var_dump(get_class($e)." thrown!");
H A Dexception_handler_005.phpt9 function foo($e) {
10 var_dump(__FUNCTION__."(): ".get_class($e)." thrown!");
13 function foo1($e) {
14 var_dump(__FUNCTION__."(): ".get_class($e)." thrown!");
H A Dexception_handler_006.phpt11 function foo($e) {
12 var_dump(__FUNCTION__."(): ".get_class($e)." thrown!");
15 function foo1($e) {
16 var_dump(__FUNCTION__."(): ".get_class($e)." thrown!");
H A Dexception_in_nested_rope.phpt11 } catch (Exception $e) {
H A Dfe_fetch_dtor_exception.phpt16 } catch (Exception $e) {
17 echo $e->getMessage(), "\n";
H A Dflexible-heredoc-nowdoc-lineno.phpt24 } catch (Exception $e) {
25 var_dump($e->getLine());
H A Dforeach_003.phpt33 } catch (Exception $e) {
34 echo $e->getMessage() . "\n";
41 } catch (Exception $e) {
42 echo $e->getMessage() . "\n";
48 } catch (Exception $e) {
49 echo $e->getMessage() . "\n";
H A Dforeach_004.phpt30 } catch (Exception $e) {
31 echo $e->getMessage() . "\n";
38 } catch (Exception $e) {
39 echo $e->getMessage() . "\n";
45 } catch (Exception $e) {
46 echo $e->getMessage() . "\n";
H A Dforeach_010.phpt5 $o = (object)['a'=>0, 'b'=>1, 'c'=>2, 'd'=>3, 'e'=>4, 'f'=>5, 'g'=>6, 'h'=>7];
H A Dforeach_empty_loop_leak.phpt17 } catch (Exception $e) {
H A Derror_reporting06.phpt21 } catch (Exception $e) {
H A Derror_reporting07.phpt21 } catch (Exception $e) {
H A Dexception_002.phpt13 } catch (Exception $e) {
H A Dexception_before_fatal.phpt13 } catch(Throwable $e) {
14 var_dump($e->getMessage());
19 } catch(Throwable $e) {
20 var_dump($e->getMessage());
25 } catch(Throwable $e) {
26 var_dump($e->getMessage());
31 } catch(Throwable $e) {
32 var_dump($e->getMessage());
37 } catch(Throwable $e) {
44 } catch(Throwable $e) {
[all …]
H A Dexception_during_property_assign_op.phpt15 } catch (Exception $e) {}
H A Dexception_from_toString.phpt17 catch (Exception $e) { echo $e->getMessage(), "\n"; }
19 catch (Exception $e) { echo $e->getMessage(), "\n"; }
21 catch (Exception $e) { echo $e->getMessage(), "\n"; }
24 catch (Exception $e) { echo $e->getMessage(), "\n"; }
26 catch (Exception $e) { echo $e->getMessage(), "\n"; }
28 catch (Exception $e) { echo $e->getMessage(), "\n"; }
32 catch (Exception $e) { echo $e->getMessage(), "\n"; }
35 catch (Exception $e) { echo $e->getMessage(), "\n"; }
39 catch (Exception $e) { echo $e->getMessage(), "\n"; }
41 catch (Exception $e) { echo $e->getMessage(), "\n"; }
[all …]
H A Dexception_handler_001.phpt8 function foo($e) {
9 var_dump(get_class($e)." thrown!");
H A Dexception_in_rope_end.phpt11 } catch (Exception $e) {
H A Dflexible-heredoc-nowdoc.phpt28 e
36 e
49 e
59 e\n
67 e
92 e
97 e
107 e
119 e
125 e
/PHP-7.4/Zend/tests/function_arguments/
H A Dargument_count_incorrect_userland.phpt8 } catch (\Error $e) {
9 echo get_class($e) . PHP_EOL;
10 echo $e->getMessage() . PHP_EOL;
16 } catch (\Error $e) {
17 echo get_class($e) . PHP_EOL;
18 echo $e->getMessage() . PHP_EOL;
25 } catch (\Error $e) {
26 echo get_class($e) . PHP_EOL;
27 echo $e->getMessage() . PHP_EOL;
32 } catch (\Error $e) {
[all …]
H A Dargument_count_incorrect_userland_strict.phpt9 } catch (\Error $e) {
10 echo get_class($e) . PHP_EOL;
11 echo $e->getMessage() . PHP_EOL;
17 } catch (\Error $e) {
18 echo get_class($e) . PHP_EOL;
26 } catch (\Error $e) {
27 echo get_class($e) . PHP_EOL;
33 } catch (\Error $e) {
34 echo get_class($e) . PHP_EOL;
40 } catch (\Error $e) {
[all …]

Completed in 38 milliseconds

1...<<6162636465666768697071