Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/yaml/
H A DYaml.php33 public const PARSE_CONSTANT = 256; define in Symfony\\Component\\Yaml\\Yaml
H A DCHANGELOG.md165 Yaml::parse('!php/const:PHP_INT_MAX', Yaml::PARSE_CONSTANT);
H A DInline.php42 self::$constantSupport = (bool) (Yaml::PARSE_CONSTANT & $flags);
/template/strap/vendor/symfony/yaml/Command/
H A DLintCommand.php147 $this->getParser()->parse($content, Yaml::PARSE_CONSTANT | $flags);