summaryrefslogtreecommitdiff
path: root/Zend/tests/bug31098.phpt
Commit message (Expand)AuthorAgeFilesLines
* Implement 'Saner Numeric Strings' RFC:George Peter Banyard2020-07-291-8/+17
* Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-3/+3
* Fixed JIT failures on WindowsDmitry Stogov2020-06-221-6/+0
* Mark failing tests as XFAIL for nowChristoph M. Becker2020-06-201-0/+6
* Improve error messages for invalid property accessMáté Kocsis2020-05-181-1/+1
* Convert some notices to warningsNikita Popov2019-10-021-1/+1
* Req #74963 (Improved error message on fetching property of non-object)Xinchen Hui2017-07-311-2/+2
* Add support for negative string offsets (syntax)Francois Laupretre2016-03-091-1/+1
* implement the solution for isset/string offsets, fix bug #60362Stanislav Malyshev2011-12-191-5/+9
* Simplified string offset readingDmitry Stogov2010-07-161-2/+0
* {} to [] test fixesIlia Alshanetsky2005-11-161-3/+3
* Restore behavior of $str["str"]. (Now $str["str"] is equivalent to $str[0] ag...Dmitry Stogov2005-01-141-9/+5
* Fixed bug #31098 (isset false positive)Dmitry Stogov2005-01-121-2/+34
* - Test renamingMoriyoshi Koizumi2005-01-111-0/+25