summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/013.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/tests/013.phpt')
-rw-r--r--sapi/cli/tests/013.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/sapi/cli/tests/013.phpt b/sapi/cli/tests/013.phpt
index 99bfe5e7bb..6d49789382 100644
--- a/sapi/cli/tests/013.phpt
+++ b/sapi/cli/tests/013.phpt
@@ -1,8 +1,8 @@
--TEST--
running PHP code before and after processing input lines with -B and -E
--SKIPIF--
-<?php
-include "skipif.inc";
+<?php
+include "skipif.inc";
if (substr(PHP_OS, 0, 3) == 'WIN') {
die ("skip not for Windows");
}
@@ -23,7 +23,7 @@ var_dump(`cat "$filename_txt" | "$php" -n -B 'var_dump("start");' -E 'var_dump("
echo "Done\n";
?>
---EXPECTF--
+--EXPECTF--
string(18) "string(5) "start"
"
string(16) "string(3) "end"