diff options
Diffstat (limited to 'ext/reflection/tests/bug38217.phpt')
| -rw-r--r-- | ext/reflection/tests/bug38217.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug38217.phpt b/ext/reflection/tests/bug38217.phpt index b02c8210e5..46f2dc3e0e 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(ObjectOne)#%d (0) { } Exception: Too few arguments to function ObjectTwo::__construct(), 0 passed and exactly 1 expected |
