diff options
| -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 || |