mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
* tree-wide: Replace `zval_is_true()` by `zend_is_true()` The former is a direct alias of the latter which is much more often used. * zend_operators: Remove `zval_is_true()`