File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 29
29
xx
30
30
xxx
31
31
32
- Warning: Use of undefined constant FOO - assumed 'FOO' (this will throw an Error in a future version of PHP) in php shell code on line %d
32
+ Warning: Uncaught Error: Undefined constant 'FOO' in php shell code:1
33
+ Stack trace:
34
+ #0 {main}
35
+ thrown in php shell code on line 1
33
36
FOOL1
34
37
FOO42
Original file line number Diff line number Diff line change 40
40
php > FOO
41
41
php > ;
42
42
43
- Warning: Use of undefined constant FOO - assumed 'FOO' (this will throw an Error in a future version of PHP) in php shell code on line %d
43
+ Warning: Uncaught Error: Undefined constant 'FOO' in php shell code:1
44
+ Stack trace:
45
+ #0 {main}
46
+ thrown in php shell code on line 1
44
47
php > echo <<<FOO
45
48
<<< > FOOL
46
49
<<< > FOO
You can’t perform that action at this time.
0 commit comments