Searched refs:PARSE_CONSTANT (Results 1 – 4 of 4) sorted by relevance
33 public const PARSE_CONSTANT = 256; define in Symfony\\Component\\Yaml\\Yaml
165 Yaml::parse('!php/const:PHP_INT_MAX', Yaml::PARSE_CONSTANT);
42 self::$constantSupport = (bool) (Yaml::PARSE_CONSTANT & $flags);
147 $this->getParser()->parse($content, Yaml::PARSE_CONSTANT | $flags);