From e3122c9f89603153ec394fea8a1614d83ab1d9f5 Mon Sep 17 00:00:00 2001 From: belliash Date: Fri, 22 Mar 2019 16:51:25 +0100 Subject: [PATCH] Update TODO list. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index c27da62..f3cbc6d 100644 --- a/TODO +++ b/TODO @@ -2,7 +2,7 @@ TODO list for typehinting branch. Below list contains things that should be changed/fixed/implemented. -1. 'array()' keyword and builtin function is no longer needed and should be removed. +1. The debug_backtrace() does not show information about arrays type. 2. Some builtin functions like isset() seems to be useless, if variable is not defined, interpreter will throw an error.