Home
last modified time | relevance | path

Searched refs:STRICT_IS_CALLABLE (Results 1 – 1 of 1) sorted by relevance

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php659 const STRICT_IS_CALLABLE = 'is_object(%s) && is_callable(%s)'; define in Mustache_Compiler
670 $tpl = $this->strictCallables ? self::STRICT_IS_CALLABLE : self::IS_CALLABLE;