This also seems to be fixed already.
Všechny kontroly byly úspěšné
The build was successful.

Tento commit je obsažen v:
2019-03-29 19:59:17 +01:00
rodič f5960d57b1
revize a7137316f7

5
TODO
Zobrazit soubor

@@ -4,7 +4,4 @@ Below list contains things that should be changed/fixed/implemented.
1. The debug_backtrace() does not show information about arrays type. 1. The debug_backtrace() does not show information about arrays type.
2. Array get a type of mixed, if there are at least 2 different types of value specified, even they are compatible, eg. 2. References are completely broken.
{4, 5.5} will result in mixed instead of float.
3. References are completely broken.