Typehinting merge #50

已合并
belliash 2019-04-17 11:27:52 +02:00 将 298 次代码提交从 typehinting合并至 master
仅显示提交 efbe191989 的更改 - 显示所有提交

8
TODO
查看文件

@@ -2,9 +2,11 @@ TODO list for typehinting branch.
Below list contains things that should be changed/fixed/implemented.
1. int[] $arr = {5, 5};
1. int[] $f; $f[] = 4; causes segmentation fault.
2. int[] $arr = {5, 5};
This syntax is unsupported yet. Should replace the array() function.
2. Class properties do not support strict data type hinting.
3. Class properties do not support strict data type hinting.
3. Closures and methods declaration / definition uses function keyword.
4. Closures and methods declaration / definition uses function keyword.