mirror of
https://github.com/php/php-src.git
synced 2026-04-23 07:58:20 +02:00
1b2aba285d
Separation can only possibly make sense for array parameters (or something that can contain arrays, like zval parameters). It never makes sense to separate a bool. The deref parameters are also of dubious utility, but leaving them for now.