Test: /Zend/tests/bug66015.phpt - Version 5.5.15-dev

Bug #66015 | Unexpected array indexing in class's static property | ||||
---|---|---|---|---|---|
Submitted: | 2013-11-01 00:53:11 | Modified: | 2014-04-10 21:31:24 | ||
From: | jmcustiel | Assigned: | bwoebi | ||
Status: | Closed | Package: | Arrays related | ||
PHP Version: | 5.4.21 | OS: | Win 7/Mac OS/Gnu-Linux(Ubuntu) |
There is 1 diff reported by users for this test.
Count | Diff |
---|---|
1 (100%)![]() |
002+ 0 => 'second',
003+ 1 => 'third',
002- 1 => 'first',
003- 2 => 'second',
004- 3 => 'third',
|