Skip to content

Commit

Permalink
Merge branch '9.6' into 10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Apr 18, 2024
2 parents c726f0d + 2f5cc67 commit a66d142
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion tests/end-to-end/_files/phpt-env.expected.txt

This file was deleted.

8 changes: 3 additions & 5 deletions tests/end-to-end/phpt/phpt-env.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ if (extension_loaded('xdebug')) {
FOO=bar
--FILE--
<?php declare(strict_types=1);
if (isset($_SERVER['FOO'])) {
\var_dump($_SERVER['FOO']);
}
--EXPECTF_EXTERNAL--
../_files/phpt-env.expected.txt
print $_SERVER['FOO'];
--EXPECT--
bar

0 comments on commit a66d142

Please sign in to comment.