Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php1601 * @param bool $checkDefined Whether to check if the constant is defined or not
1609 public static function constant($constant, $object = null, bool $checkDefined = false) argument
1613 return $checkDefined ? true : $object::class;
1620 if ($checkDefined) {
1631 return $checkDefined ? true : \constant($constant);