summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/007.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/007.phpt')
-rw-r--r--ext/reflection/tests/007.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/reflection/tests/007.phpt b/ext/reflection/tests/007.phpt
index d9204171b5..49312a801a 100644
--- a/ext/reflection/tests/007.phpt
+++ b/ext/reflection/tests/007.phpt
@@ -29,7 +29,7 @@ function test($class)
{
echo "Exception: " . $e->getMessage() . "\n";
}
-
+
echo "====>newInstance(25)\n";
try
{
@@ -49,7 +49,7 @@ function test($class)
{
var_dump($e->getMessage());
}
-
+
echo "\n";
}