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 5678ada + b1a6a17 commit f5e5878Copy full SHA for f5e5878
sapi/cli/tests/bug64529.phpt
@@ -7,7 +7,7 @@ if (substr(PHP_OS, 0, 3) == "WIN") {
7
}
8
exec('which expect', $output, $ret);
9
if ($ret) {
10
- die "skip no expect installed";
+ die("skip no expect installed");
11
12
?>
13
--FILE--
0 commit comments