diff options
| author | Urban Müller | 2026-04-09 17:11:49 +0200 |
|---|---|---|
| committer | Urban Müller | 2026-04-09 17:11:49 +0200 |
| commit | 3df9c247a8ef416c7ae5876ffc9a239c7ad6b342 (patch) | |
| tree | 5c9f91db1fad273515818177284f747a928fe65d | |
| parent | 182998553e8b012205699e4c4b8ccb7ad1903777 (diff) | |
| download | itools-master.tar.gz itools-master.tar.bz2 itools-master.zip | |
| -rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 || |