1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Files
archived-web-php/include
Ayesh Karunaratne d40890db1b Micro Optimizations - Round #2
* .gitignore: Remove redundant entry

* Minor optimizations with ternary operators

* Use `const` instead of `define()` where appropriate

`const` is quite faster because of the compile-time optimizations. Because the replaced statements are not declaring constant conditionally, it's safe to use `const` in all of these places.

Closes GH-608.
2022-07-03 20:33:22 +02:00
..
2022-07-03 12:24:14 +02:00
2022-06-28 14:56:29 +02:00
2022-06-10 12:45:10 +02:00
2022-07-03 12:24:14 +02:00
2022-07-03 12:24:14 +02:00
2021-11-26 16:48:58 +03:00
2022-07-03 12:24:14 +02:00
2018-10-17 12:37:26 +02:00
2022-07-03 12:24:14 +02:00
2022-07-03 20:33:22 +02:00
2022-06-09 20:53:54 +00:00
2022-07-03 12:24:14 +02:00
2022-07-03 12:24:14 +02:00
2022-07-03 20:33:22 +02:00
2022-06-09 20:53:54 +00:00