summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/tests/004.phpt')
-rw-r--r--sapi/cli/tests/004.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/sapi/cli/tests/004.phpt b/sapi/cli/tests/004.phpt
index 378515d464..3123d0dc77 100644
--- a/sapi/cli/tests/004.phpt
+++ b/sapi/cli/tests/004.phpt
@@ -1,8 +1,8 @@
--TEST--
show information about function
--SKIPIF--
-<?php
-include "skipif.inc";
+<?php
+include "skipif.inc";
if (!extension_loaded("reflection")) {
die("skip reflection extension required");
}
@@ -18,7 +18,7 @@ var_dump(`$php -n --rf phpinfo`);
echo "Done\n";
?>
---EXPECTF--
+--EXPECTF--
string(45) "Exception: Function unknown() does not exist
"
string(42) "Exception: Function echo() does not exist