1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext
Tim Düsterhus 24d91481ff hash: Use true / false instead of 1 / 0 when assigning to bool
Changes done with Coccinelle:

    @@
    bool b;
    @@

    - b = 0
    + b = false

    @@
    bool b;
    @@

    - b = 1
    + b = true
2025-09-24 18:51:40 +02:00
..
2025-09-22 15:43:47 +02:00
2025-09-23 16:42:31 +02:00
2025-09-14 17:29:57 +02:00
2025-09-07 18:19:21 +01:00
2025-09-24 16:50:46 +01:00
2025-07-29 14:00:37 +02:00
2025-09-03 08:42:33 +02:00
2025-08-15 08:08:16 +01:00
2025-09-09 19:36:00 +02:00
2025-09-14 16:40:47 +02:00
2025-09-13 10:15:52 +02:00
2025-09-06 14:06:10 +01:00
2025-08-16 19:28:11 +01:00
2025-07-20 17:20:53 +02:00
2025-09-10 23:48:22 +02:00
2025-06-21 18:03:50 +01:00