diff options
| author | Johannes Schlüter <johannes@php.net> | 2010-11-21 12:28:10 +0000 |
|---|---|---|
| committer | Johannes Schlüter <johannes@php.net> | 2010-11-21 12:28:10 +0000 |
| commit | ac4f3422bca61537a7db8015764a158515a7e0e7 (patch) | |
| tree | 1851c0f993a4a45e940509a5ef7bdf23d317a275 /ext/reflection/tests | |
| parent | 9ea04e1e46f0e4e01d5c96ddf46a738abeafb73c (diff) | |
| download | php-git-ac4f3422bca61537a7db8015764a158515a7e0e7.tar.gz | |
- Improve test
Diffstat (limited to 'ext/reflection/tests')
| -rw-r--r-- | ext/reflection/tests/bug52854.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/reflection/tests/bug52854.phpt b/ext/reflection/tests/bug52854.phpt index 94f79d858b..255522de5d 100644 --- a/ext/reflection/tests/bug52854.phpt +++ b/ext/reflection/tests/bug52854.phpt @@ -17,12 +17,12 @@ try { } ?> --EXPECTF-- -object(Test)#2 (0) { +object(Test)#%d (0) { } -object(Test)#2 (0) { +object(Test)#%d (0) { } -object(Test)#2 (0) { +object(Test)#%d (0) { } -object(Test)#2 (0) { +object(Test)#%d (0) { } Class Test does not have a constructor, so you cannot pass any constructor arguments |
