Skip to content

Commit 2f5cc67

Browse files
Merge branch '8.5' into 9.6
2 parents 789a100 + 15741a8 commit 2f5cc67

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

tests/end-to-end/_files/phpt-env.expected.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/end-to-end/phpt/phpt-env.phpt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ if (extension_loaded('xdebug')) {
99
FOO=bar
1010
--FILE--
1111
<?php declare(strict_types=1);
12-
if (isset($_SERVER['FOO'])) {
13-
\var_dump($_SERVER['FOO']);
14-
}
15-
--EXPECTF_EXTERNAL--
16-
../_files/phpt-env.expected.txt
12+
print $_SERVER['FOO'];
13+
--EXPECT--
14+
bar

0 commit comments

Comments
 (0)