This is not a bug.
已通過所有檢查
The build was successful.

This commit is contained in:
Rafal Kupiec 2019-03-20 12:58:16 +01:00
父節點 4eba80b2ba
當前提交 166b1a2c41
簽署人: belliash
GPG 金鑰 ID: 4E829243E0CFE6B4

4
TODO
查看文件

@ -7,6 +7,4 @@ Below list contains things that should be changed/fixed/implemented.
2. Some builtin functions like isset() seems to be useless, if variable is not defined, interpreter will throw an error.
3. Accessing private attribute from parent class fails with 'Undefined class attribute' instead of error about visibility.
4. Interpreter does not check if all methods match their signatures from interfaces and virtual classes.
3. Interpreter does not check if all methods match their signatures from interfaces and virtual classes.