summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/bug38217.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/bug38217.phpt')
-rw-r--r--ext/reflection/tests/bug38217.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug38217.phpt b/ext/reflection/tests/bug38217.phpt
index 988f1c8953..e5af5e64ed 100644
--- a/ext/reflection/tests/bug38217.phpt
+++ b/ext/reflection/tests/bug38217.phpt
@@ -28,7 +28,7 @@ var_dump($class->newInstanceArgs(array('test')));
echo "Done\n";
?>
---EXPECTF--
+--EXPECTF--
object(Object)#%d (0) {
}
Exception: Too few arguments to function Object1::__construct(), 0 passed and exactly 1 expected