Home
last modified time | relevance | path

Searched refs:REGEX_QUOTED_STRING (Results 1 – 2 of 2) sorted by relevance

/template/strap/vendor/symfony/yaml/
H A DInline.php27 …public const REGEX_QUOTED_STRING = '(?:"([^"\\\\]*+(?:\\\\.[^"\\\\]*+)*+)"|\'([^\']*+(?:\'\'[^\']*… define in Symfony\\Component\\Yaml\\Inline
324 if (!Parser::preg_match('/'.self::REGEX_QUOTED_STRING.'/Au', substr($scalar, $i), $match)) {
H A DParser.php199 …|| self::preg_match('#^(?P<key>'.Inline::REGEX_QUOTED_STRING.'|[^ \'"\{\[].*?) *\:(\s+(?P<value>.+…
218 …self::preg_match('#^(?P<key>(?:![^\s]++\s++)?(?:'.Inline::REGEX_QUOTED_STRING.'|(?:!?!php/const:)?…