[GIT-PULLS] [php-src] PR #23384: Zend: Add ZPP specifiers for array|float parameters
[email protected] (LamentXU123)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <8xRyPW6lLpZU0koG2aDOQBGU2w76wUuEBU5i7mjFaNg@main.internal.php.net> |
Pull Request: https://github.com/php/php-src/pull/23384 Author: LamentXU123 Add the following ZPP specifiers: * `Z_PARAM_ARRAY_HT_OR_DOUBLE()` * `Z_PARAM_ARRAY_HT_OR_DOUBLE_OR_NULL()` I basically just copy-paste the implementation from `Z_PARAM_ARRAY_HT_OR_LONG` and `Z_PARAM_ARRAY_HT_OR_DOUBLE_OR_NULL`. They are quite the same. Follow-up https://github.com/php/php-src/issues/23356#issuecomment-5332654479_ cc @Girgias