mirror of
https://github.com/php/php-src.git
synced 2026-04-25 00:48:25 +02:00
59cfc83f9a
Changes done with Coccinelle:
@@
bool b;
@@
- b = 0
+ b = false
@@
bool b;
@@
- b = 1
+ b = true