Skip to content

Commit f5e5878

Browse files
committed
Merge branch 'PHP-5.5'
2 parents 5678ada + b1a6a17 commit f5e5878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/cli/tests/bug64529.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (substr(PHP_OS, 0, 3) == "WIN") {
77
}
88
exec('which expect', $output, $ret);
99
if ($ret) {
10-
die "skip no expect installed";
10+
die("skip no expect installed");
1111
}
1212
?>
1313
--FILE--

0 commit comments

Comments
 (0)