Rafal Kupiec 2019-09-09 20:02:34 +02:00
parent 7274d60ffc
commit 28e9199143

@ -1,6 +1,6 @@
The list of PHP weakness, that are still not resolved, but AerScript is going to fix: The list of PHP weakness, that are still not resolved, but AerScript is going to fix:
1. PHP returns NULL when trying to access non-existen array index. 1. ~~PHP returns NULL when trying to access non-existen array index~~.
2. PHP does not allow to create final abstract class, that might be useful as a container for only static methods and properties. 2. PHP does not allow to create final abstract class, that might be useful as a container for only static methods and properties.
3. Inconsistent library implements builtin functions with different naming conventions. Some use underscores between words, while others do not. 3. Inconsistent library implements builtin functions with different naming conventions. Some use underscores between words, while others do not.
4. PHP implements completely broken comparison operators (eg: "0" equals to 0, NULL is less than -1 but it also equals to 0) 4. PHP implements completely broken comparison operators (eg: "0" equals to 0, NULL is less than -1 but it also equals to 0)