summaryrefslogtreecommitdiff
path: root/Zend/tests/isset_str_offset.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-09-161-1/+1
|
* Fixed bug #63217Rudi Theunissen2018-07-021-4/+22
| | | | | | Don't automatically convert literal string keys to integers on array access, as we may be dealing with an ArrayAccess object, rather than a plain array.
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-201-1/+1
| | | | EXPECTF logic in run-tests.php is considerable, so let's avoid it.
* Add support for negative string offsets (syntax)Francois Laupretre2016-03-091-0/+6
|
* Fix warning on non-numeric offsetsStanislav Malyshev2011-12-221-3/+1
|
* implement the solution for isset/string offsets, fix bug #60362Stanislav Malyshev2011-12-191-0/+91