mirror of
https://github.com/php/php-src.git
synced 2026-04-28 18:53:33 +02:00
56c98cb077
Changes done with Coccinelle:
@@
bool b;
@@
- b = 0
+ b = false
@@
bool b;
@@
- b = 1
+ b = true
70 KiB
70 KiB