Lines Matching refs:sprintf

103 …throw new ParseException(sprintf('Unexpected characters near "%s".', substr($value, $i)), self::$p…
129 …throw new DumpException(sprintf('Unable to dump PHP resources in a YAML file ("%s").', get_resourc…
148 … $output[] = sprintf('%s: %s', self::dump($key, $flags), self::dump($val, $flags));
151 return sprintf('{ %s }', implode(', ', $output));
247 return sprintf('[%s]', implode(', ', $output));
253 $output[] = sprintf('%s: %s', self::dump($key, $flags), self::dump($val, $flags));
256 return sprintf('{ %s }', implode(', ', $output));
275 …throw new ParseException(sprintf('Unexpected end of line, expected one of "%s".', implode('', $del…
278 …throw new ParseException(sprintf('Unexpected characters (%s).', substr($scalar, $i)), self::$parse…
296 …throw new ParseException(sprintf('Malformed inline YAML string: %s.', $scalar), self::$parsedLineN…
301 …throw new ParseException(sprintf('The reserved indicator "%s" cannot start a plain scalar; you nee…
320 …throw new ParseException(sprintf('Malformed inline YAML string: %s.', substr($scalar, $i)), self::…
396 …throw new ParseException(sprintf('Malformed inline YAML string: %s.', $sequence), self::$parsedLin…
484 …throw new ParseException(sprintf('Duplicate key "%s" detected.', $key), self::$parsedLineNumber + …
503 …throw new ParseException(sprintf('Duplicate key "%s" detected.', $key), self::$parsedLineNumber + …
521 …throw new ParseException(sprintf('Duplicate key "%s" detected.', $key), self::$parsedLineNumber + …
531 …throw new ParseException(sprintf('Malformed inline YAML string: %s.', $mapping), self::$parsedLine…
559 …throw new ParseException(sprintf('Reference "%s" does not exist.', $value), self::$parsedLineNumbe…
597 …throw new ParseException(sprintf('The constant "%s" is not defined.', $const), self::$parsedLineNu…
600 …throw new ParseException(sprintf('The string "%s" could not be parsed as a constant. Have you forg…
609 …throw new ParseException(sprintf('The string "%s" could not be parsed as it uses an unsupported bu…
682 …throw new ParseException(sprintf('The built-in tag "!%s" is not implemented.', $tag), self::$parse…
689 …throw new ParseException(sprintf('Tags support is not enabled. Enable the "Yaml::PARSE_CUSTOM_TAGS…
697 …throw new ParseException(sprintf('The normalized base64 encoded data (data without whitespace char…
701 …throw new ParseException(sprintf('The base64 encoded data (%s) contains invalid characters.', $par…