summaryrefslogtreecommitdiff
path: root/ext/reflection/tests
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2010-11-21 12:28:10 +0000
committerJohannes Schlüter <johannes@php.net>2010-11-21 12:28:10 +0000
commitac4f3422bca61537a7db8015764a158515a7e0e7 (patch)
tree1851c0f993a4a45e940509a5ef7bdf23d317a275 /ext/reflection/tests
parent9ea04e1e46f0e4e01d5c96ddf46a738abeafb73c (diff)
downloadphp-git-ac4f3422bca61537a7db8015764a158515a7e0e7.tar.gz
- Improve test
Diffstat (limited to 'ext/reflection/tests')
-rw-r--r--ext/reflection/tests/bug52854.phpt8
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