summaryrefslogtreecommitdiff
path: root/Zend/tests/bug72918.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Fix CRLF line-endings in testsNikita Popov2016-11-201-22/+22
| | | | Also fix a single instance of CRLF in ibase_query.c.
* Implement #72918: negative offset inside a quoted string leads to parse errorChristoph M. Becker2016-10-141-0/+22
We allow negative numeric offsets for the simple syntax inside double-quoted and heredoc strings.