mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
1695d3ed07
This assumes that `iterator_*` will now always throw or abort on failure. Also, move #include _arginfo.h directive to the top of the file - virtually all other files put it there, and developers may base code on basic_functions.c. Closes GH-4968