We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893bc0a commit e384585Copy full SHA for e384585
1 file changed
sapi/cli/tests/gh21901.phpt
@@ -7,7 +7,7 @@ $cmd = $php_escaped . ' -n -d foo=bar --ini';
7
echo shell_exec($cmd);
8
?>
9
--EXPECTF--
10
-Configuration File (php.ini) Path: "%S"
11
-Loaded Configuration File: "%S"
+Configuration File (php.ini) Path: %s
+Loaded Configuration File: %s
12
Scan for additional .ini files in: %s
13
Additional .ini files parsed: %s
0 commit comments