Home
last modified time | relevance | path

Searched refs:e (Results 1726 – 1750 of 1772) sorted by path

1...<<6162636465666768697071

/PHP-7.4/tests/classes/
H A Dautoload_017.phpt14 } catch (ReflectionException $e) {
15 echo $e->getMessage();
H A Dbug75765.phpt8 } catch (Error $e) {
11 throw $e;
H A Dctor_failure.phpt23 catch (Exception $e)
25 echo 'Caught ' . get_class($e) . '(' . $e->getMessage() . ")\n";
H A Ddestructor_and_exceptions.phpt23 catch(Exception $e)
25 echo "Caught: " . $e->getMessage() . "\n";
43 catch(Exception $e)
45 echo "Caught Exception: " . $e->getMessage() . "\n";
47 catch(FatalException $e)
49 echo "Caught FatalException: " . $e->getMessage() . "\n";
H A Diterators_007.phpt28 catch(Exception $e)
30 echo "Caught in " . $e->getMessage() . "()\n";
H A Dserialize_001.phpt41 catch(Exception $e)
43 echo 'Exception: ' . $e->getMessage() . "\n";
H A Dstatic_properties_003_error4.phpt13 } catch (Error $e) {
14 echo $e, "\n";
H A Dtostring_001.phpt32 } catch (Error $e) {
33 echo $e->getMessage(), "\n";
73 } catch (Error $e) {
74 echo $e->getMessage(), "\n";
H A Dtostring_003.phpt25 catch(Exception $e)
27 var_dump($e->getMessage());
H A Dtostring_004.phpt17 } catch (Error $e) {
18 echo $e->getMessage(), "\n";
25 } catch (Error $e) {
26 echo $e->getMessage(), "\n";
40 } catch (Error $e) {
41 echo $e->getMessage(), "\n";
48 } catch (Error $e) {
49 echo $e->getMessage(), "\n";
/PHP-7.4/tests/lang/
H A D024.phpt9 * right now, each test focuses in one aspect only (e.g. variable aliasing, arithemtic operator,
H A D038.phpt28 catch (Exception $e)
30 $trace = $e->getTrace();
H A D039.phpt32 catch (Catchable $e)
36 catch (Exception $e)
H A Dbug22592.phpt32 $e = $result[1] = $result[6];
34 var_dump($a, $b, $c, $d, $e);
H A Dbug23279.phpt10 function redirect_on_error($e) {
H A Dbug24640.phpt17 test(1.7e+300);
18 test(1.7e-300);
19 test(1.7e+79);
20 test(1.7e-79);
21 test(1.7e+80);
22 test(1.7e-80);
23 test(1.7e+81);
24 test(1.7e-81);
25 test(1.7e+319);
26 test(1.7e-319);
[all …]
H A Dcomments.phpt15 echo "e este, # hein?";
24 e este, # hein?
H A Dengine_assignExecutionOrder_002.phpt22 // the f++++ makes f into 2, so $e 0 and 1 should both be 30
23 $e = array(0,0);
29 list($e[$f++],$e[$f++]) = $g[2];
31 var_dump($e);
H A DforeachLoop.001.phpt19 foreach (array("d","e","f") as $v) {
22 foreach (array("d","e","f") as $k => $v) {
52 string(1) "e"
57 string(1) "e"
H A DforeachLoopIteratorAggregate.002.phpt36 } catch (Exception $e) {
37 echo $e->getLine() . ": " . $e->getMessage() ."\n";
H A DforeachLoopObjects.001.phpt11 private $e = "Original e";
H A DforeachLoopObjects.002.phpt11 private $e = "Original e";
66 private $e = "Overridden e";
189 ["e":"C":private]=>
214 ["e":"C":private]=>
235 ["e":"E":private]=>
241 ["e":"C":private]=>
264 ["e":"C":private]=>
289 ["e":"C":private]=>
310 ["e":"E":private]=>
316 ["e":"C":private]=>
[all …]
H A DforeachLoopObjects.003.phpt11 private $e = "Original e";
101 ["e":"C":private]=>
102 string(10) "Original e"
115 ["e":"C":private]=>
116 string(10) "Original e"
129 ["e":"C":private]=>
130 string(10) "Original e"
155 ["e":"C":private]=>
205 ["e":"C":private]=>
238 ["e":"C":private]=>
[all …]
H A DforeachLoopObjects.004.phpt11 public $e = "Original e";
44 string(10) "Original e"
52 ["e"]=>
53 string(10) "Original e"
H A DforeachLoopObjects.005.phpt11 public $e = "Original e";
50 string(10) "Original e"
58 ["e"]=>
59 string(10) "Original e"
67 string(10) "Original e"
75 ["e"]=>
76 string(10) "Original e"

Completed in 41 milliseconds

1...<<6162636465666768697071