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.
1 parent 5e2a586 commit cd483f1Copy full SHA for cd483f1
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