summaryrefslogtreecommitdiff
path: root/Zend/tests/bug71695.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Reindent phpt filesNikita Popov2020-02-031-3/+3
|
* Fixed bug #71695 (Global variables are reserved before execution).Xinchen Hui2016-03-011-0/+17
Instead of slow down hash_merge, we may also check the array(whether it contains INDIRECT) outside of the loop, however, consisdering hash_merge is not widly used, I prefer fix this in the current way to keep the codes simple