Searched refs:PARSE_CONSTANT (Results 1 – 10 of 10) sorted by relevance
/plugin/findologicxmlexport/vendor/symfony/yaml/ |
H A D | Yaml.php | 33 const PARSE_CONSTANT = 256; define in Symfony\\Component\\Yaml\\Yaml
|
H A D | CHANGELOG.md | 112 Yaml::parse('!php/const:PHP_INT_MAX', Yaml::PARSE_CONSTANT);
|
H A D | Inline.php | 47 self::$constantSupport = (bool) (Yaml::PARSE_CONSTANT & $flags);
|
/plugin/combo/vendor/symfony/yaml/ |
H A D | Yaml.php | 33 public const PARSE_CONSTANT = 256; define in Symfony\\Component\\Yaml\\Yaml
|
H A D | CHANGELOG.md | 165 Yaml::parse('!php/const:PHP_INT_MAX', Yaml::PARSE_CONSTANT);
|
H A D | Inline.php | 42 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 D | InlineTest.php | 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);
|
H A D | ParserTest.php | 1877 $this->assertSame($expected, $this->parser->parse($yaml, Yaml::PARSE_CONSTANT));
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/ |
H A D | LintCommand.php | 123 $this->getParser()->parse($content, Yaml::PARSE_CONSTANT | $flags);
|
/plugin/combo/vendor/symfony/yaml/Command/ |
H A D | LintCommand.php | 147 $this->getParser()->parse($content, Yaml::PARSE_CONSTANT | $flags);
|