summaryrefslogtreecommitdiff
path: root/Zend/tests/neg_num_string.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Fix T_NUM_STRING negationNikita Popov2016-12-111-0/+47
T_NUM_STRING follows the rules of symtable numeric string conversion. If the offset isn't an integer under those rules, it is treated as a string. This should apply to negated T_NUM_STRINGs as well.