Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DYaml.php33 const PARSE_CONSTANT = 256; define in Symfony\\Component\\Yaml\\Yaml
H A DCHANGELOG.md112 Yaml::parse('!php/const:PHP_INT_MAX', Yaml::PARSE_CONSTANT);
H A DInline.php47 self::$constantSupport = (bool) (Yaml::PARSE_CONSTANT & $flags);
/plugin/combo/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);
641 throw new ParseException(sprintf('The string "%s" could not be parsed as a constant. Did you forget to pass the "Yaml::PARSE_CONSTANT" flag to the parser?', $scalar), self::$parsedLineNumber + 1, $scalar, self::$parsedFilename);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DInlineTest.php50 $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);
H A DParserTest.php1877 $this->assertSame($expected, $this->parser->parse($yaml, Yaml::PARSE_CONSTANT));
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php123 $this->getParser()->parse($content, Yaml::PARSE_CONSTANT | $flags);
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php147 $this->getParser()->parse($content, Yaml::PARSE_CONSTANT | $flags);