Searched refs:checkDefined (Results 1 – 1 of 1) sorted by relevance
1601 * @param bool $checkDefined Whether to check if the constant is defined or not1609 public static function constant($constant, $object = null, bool $checkDefined = false) argument1613 return $checkDefined ? true : $object::class;1620 if ($checkDefined) {1631 return $checkDefined ? true : \constant($constant);