mirror of
https://github.com/php/php-src.git
synced 2026-04-28 10:43:30 +02:00
dadb92ea35
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.
927 B
927 B