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