[GIT-PULLS] [php-src] PR #23192: zend_test: test ZPP specifiers
[email protected] (Girgias)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/23192 Author: Girgias Move ZPP tests from Zend/ to zend_test/ and add tests for the bool/int/float/number ZPP specifiers. We don't test ZPP in normal functional tests, but it should still be tested *somewhere*. Obviously there are many specifiers meaning: - string (including "path" which tests for null bytes) - the array variations - the object variations - resource - functions - enum - the different unions (`array|object`, `object|class-string`, `object|int`, `array|string`, `strint|int`)