summaryrefslogtreecommitdiff
path: root/Zend/tests/bug38146.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Remove executable permission on phptXinchen Hui2012-10-101-0/+0
|
* - Fixed bug #35106 (nested foreach fails when array variable has a reference).Dmitry Stogov2007-01-101-2/+1
| | | | | | | - Fixed bug #36214 (__get method works properly only when conditional operator is used). - Fixed bug #39449 (Overloaded array properties do not work correctly). - Fixed bug #39990 (Cannot "foreach" over overloaded properties).
* Fixed bug #39775 ("Indirect modification ..." message is not shown)Dmitry Stogov2006-12-081-1/+2
| | | | | The fix breaks two SimpleXML tests those must be fixed
* Test for bug #38146 (Cannot use array returned from foo::__get('bar') in ↵Dmitry Stogov2006-07-241-0/+19
write context)