Searched refs:PARSE_CONSTANT (Results 1 – 6 of 6) sorted by last modified time
123 $this->getParser()->parse($content, Yaml::PARSE_CONSTANT | $flags);
47 self::$constantSupport = (bool) (Yaml::PARSE_CONSTANT & $flags);
33 const PARSE_CONSTANT = 256; define in Symfony\\Component\\Yaml\\Yaml
112 Yaml::parse('!php/const:PHP_INT_MAX', Yaml::PARSE_CONSTANT);
1877 $this->assertSame($expected, $this->parser->parse($yaml, Yaml::PARSE_CONSTANT));
50 $actual = Inline::parse($yaml, Yaml::PARSE_CONSTANT);58 ['!php/const Symfony\Component\Yaml\Yaml::PARSE_CONSTANT', Yaml::PARSE_CONSTANT],72 Inline::parse('!php/const WRONG_CONSTANT', Yaml::PARSE_CONSTANT);