From 3df9c247a8ef416c7ae5876ffc9a239c7ad6b342 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Thu, 9 Apr 2026 17:11:49 +0200 Subject: docs --- it.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it.class') 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 || -- cgit v1.2.3