mirror of
https://github.com/php/php-src.git
synced 2026-04-12 10:33:11 +02:00
These are typical boolean parameters, so we shouldn't advertize them as integers. For the `$reverse` parameter that even fixes expectations, because the `reverse` member is a bitfield of 1 bit, so assigning any even integer would not set it. Closes GH-6328.