Searched refs:constant (Results 1 – 9 of 9) sorted by relevance
19 - [`PHP_FLOAT_*`](https://php.net/reserved.constants#constant.php-float-dig)20 - [`PHP_OS_FAMILY`](https://php.net/reserved.constants#constant.php-os-family)
193 public static function getInternationalFormatter($constant): int argument195 $constantNormalized = trim(strtolower($constant));218 … throw new ExceptionNotFound("The constant ($constant) is not a valid constant", self::CANONICAL);
1321 * @param string $constant The name of the constant1326 function twig_constant($constant, $object = null) argument1329 $constant = \get_class($object).'::'.$constant;1332 return \constant($constant);1338 * @param string $constant The name of the constant1343 function twig_constant_is_defined($constant, $object = null) argument1346 $constant = \get_class($object).'::'.$constant;1349 return \defined($constant);
10 - `FILTER_VALIDATE_BOOL` constant
35 pre .ruby .constant {
76 // constant102 // A string constant is formed by enclosing the string in single quotes ('). A single quote within …
635 return \constant($const);
284 * optimized parser performance by inlining the constant values
416 …* #175: Use the ``tpl_basedir()`` function instead of deprecated ``DOKU_TPL`` constant (thanks to …