summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/bug39576.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Don't allow separation in array functionsNikita Popov2020-07-071-0/+8
| | | | | | | | The only case here that might be *somewhat* sensible is the userdata argument of array_walk(), which could be used to keep persistent state between callback invokations -- with the WTF moment that the final result after the walk finishes will be unchanged. Nowdays, this is much better achieved using a closure with a use-by-reference.
* Reindent phpt filesNikita Popov2020-02-031-8/+8
|
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-1/+1
|
* Reclassify E_STRICT noticesNikita Popov2015-04-011-1/+1
| | | | | | | Per RFC https://wiki.php.net/rfc/reclassify_e_strict While reviewing this, found that there are still three E_STRICTs left in libraries - need to discuss those.
* MFH: fix #39576 (array_walk() doesn't separate userdata zval)Antony Dovgal2006-11-221-0/+52