We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 719c74e + cd483f1 commit 0887c5eCopy full SHA for 0887c5e
sapi/phpdbg/tests/gh12962.phpt
@@ -7,7 +7,7 @@ if (!getenv('TEST_PHPDBG_EXECUTABLE')) die("SKIP: No TEST_PHPDBG_EXECUTABLE spec
7
--FILE--
8
<?php
9
putenv('PHP_INI_SCAN_DIR='.__DIR__."/gh12962");
10
-passthru($_ENV['TEST_PHPDBG_EXECUTABLE'] . " -q");
+passthru(getenv('TEST_PHPDBG_EXECUTABLE') . " -q");
11
?>
12
--EXPECT--
13
Executed .phpdbginit
0 commit comments