summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/008.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/tests/008.phpt')
-rw-r--r--sapi/cli/tests/008.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/cli/tests/008.phpt b/sapi/cli/tests/008.phpt
index fb8518535a..c3acf6b863 100644
--- a/sapi/cli/tests/008.phpt
+++ b/sapi/cli/tests/008.phpt
@@ -4,7 +4,7 @@ execute a file with -f
<?php
include "skipif.inc";
if (substr(PHP_OS, 0, 3) == 'WIN') {
- die ("skip not for Windows");
+ die ("skip not for Windows");
}
?>
--FILE--
@@ -17,7 +17,7 @@ $code ='
<?php
class test {
- private $pri;
+ private $pri;
}
var_dump(test::$pri);