summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2026-04-09 17:11:49 +0200
committerUrban Müller2026-04-09 17:11:49 +0200
commit3df9c247a8ef416c7ae5876ffc9a239c7ad6b342 (patch)
tree5c9f91db1fad273515818177284f747a928fe65d
parent182998553e8b012205699e4c4b8ccb7ad1903777 (diff)
downloaditools-master.tar.gz
itools-master.tar.bz2
itools-master.zip
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index d5d98dd..79edbca 100644
--- a/it.class
+++ b/it.class
@@ -1110,7 +1110,7 @@ static function date($format = "", $stamp = null)
return date($formatstring, intval($stamp));
}
-# Internal: Convert expression or funcname or function literal to callable
+# Internal: Convert expression or funcname or function literal to callable which receives $v or if multi params $k, $v
static function createfunc($code)
{
if ($code instanceof Closure && (new ReflectionFunction($code))->getNumberOfRequiredParameters() == 1 ||