[GIT-PULLS] [php-src] PR #23105: Zend: refactor fast ZPP to only use zend_expected_type
[email protected] (Girgias)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/23105 Author: Girgias Removing the usage of zpp_error and allowing 'slow' ZPP to reuse the error logic. Based on #23052 and #23104