mirror of
https://github.com/php/php-src.git
synced 2026-04-23 16:08:35 +02:00
de738496c2
We must not check uninitialized values (i.e. `c.value`), and we have to use proper types for printf-style formats (i.e. `char *` instead of `zend_string *`).