summaryrefslogtreecommitdiff
path: root/tests/lang/bug26182.phpt
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-11-26 08:47:58 +0000
committerMarcus Boerger <helly@php.net>2003-11-26 08:47:58 +0000
commit7780cbc9f339bf0abfca5544dbd1cfeb08f68c77 (patch)
tree1999c5d848069a0d150db9bdefd04c277d9e4bdf /tests/lang/bug26182.phpt
parentf40ecad640a329f00fd74b3b7a5b261428235189 (diff)
downloadphp-git-7780cbc9f339bf0abfca5544dbd1cfeb08f68c77.tar.gz
In PHP5 this will create an implicit public property
Diffstat (limited to 'tests/lang/bug26182.phpt')
-rw-r--r--tests/lang/bug26182.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lang/bug26182.phpt b/tests/lang/bug26182.phpt
index acd65c0eea..ec711d40c9 100644
--- a/tests/lang/bug26182.phpt
+++ b/tests/lang/bug26182.phpt
@@ -22,4 +22,5 @@ print_r($t);
--EXPECT--
a Object
(
+ [x] =>
)