summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/bug64529.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/tests/bug64529.phpt')
-rw-r--r--sapi/cli/tests/bug64529.phpt10
1 files changed, 5 insertions, 5 deletions
diff --git a/sapi/cli/tests/bug64529.phpt b/sapi/cli/tests/bug64529.phpt
index 7331b8303e..7350cd2046 100644
--- a/sapi/cli/tests/bug64529.phpt
+++ b/sapi/cli/tests/bug64529.phpt
@@ -3,14 +3,14 @@ Bug #64529 (Ran out of opcode space)
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == "WIN") {
- die("skip non windows test");
+ die("skip non windows test");
}
if (!extension_loaded("readline") || !readline_info("done")) {
- die("skip readline support required");
+ die("skip readline support required");
}
exec('which expect', $output, $ret);
if ($ret) {
- die("skip no expect installed");
+ die("skip no expect installed");
}
?>
--FILE--
@@ -20,7 +20,7 @@ $php_executable = getenv('TEST_PHP_EXECUTABLE');
$script = __DIR__ . "/expect.sh";
if (extension_loaded("readline")) {
- $expect_script = <<<SCRIPT
+ $expect_script = <<<SCRIPT
set php_executable [lindex \$argv 0]
@@ -38,7 +38,7 @@ exit
SCRIPT;
} else {
- $expect_script = <<<SCRIPT
+ $expect_script = <<<SCRIPT
set php_executable [lindex \$argv 0]