In PHP5 this will create an implicit public property

This commit is contained in:
Marcus Boerger 2003-11-26 08:47:58 +00:00
parent f40ecad640
commit 7780cbc9f3

View file

@ -22,4 +22,5 @@ print_r($t);
--EXPECT-- --EXPECT--
a Object a Object
( (
[x] =>
) )