Lines Matching refs:sprintf
94 …throw new ParseException(sprintf('Unexpected characters near "%s".', substr($value, $i)), self::$p…
122 …throw new DumpException(sprintf('Unable to dump PHP resources in a YAML file ("%s").', get_resourc…
129 return sprintf('!php/const %s::%s', \get_class($value), $value->name);
143 … $output[] = sprintf('%s: %s', self::dump($key, $flags), self::dump($val, $flags));
146 return sprintf('{ %s }', implode(', ', $output));
240 return sprintf('[%s]', implode(', ', $output));
246 $output[] = sprintf('%s: %s', self::dump($key, $flags), self::dump($val, $flags));
249 return sprintf('{ %s }', implode(', ', $output));
278 …throw new ParseException(sprintf('Unexpected end of line, expected one of "%s".', implode('', $del…
281 …throw new ParseException(sprintf('Unexpected characters (%s).', substr($scalar, $i)), self::$parse…
301 …throw new ParseException(sprintf('Malformed inline YAML string: "%s".', $scalar), self::$parsedLin…
306 …throw new ParseException(sprintf('The reserved indicator "%s" cannot start a plain scalar; you nee…
325 …throw new ParseException(sprintf('Malformed inline YAML string: "%s".', substr($scalar, $i)), self…
405 …throw new ParseException(sprintf('Malformed inline YAML string: "%s".', $sequence), self::$parsedL…
499 …throw new ParseException(sprintf('Duplicate key "%s" detected.', $key), self::$parsedLineNumber + …
518 …throw new ParseException(sprintf('Duplicate key "%s" detected.', $key), self::$parsedLineNumber + …
541 …throw new ParseException(sprintf('Duplicate key "%s" detected.', $key), self::$parsedLineNumber + …
551 …throw new ParseException(sprintf('Malformed inline YAML string: "%s".', $mapping), self::$parsedLi…
579 …throw new ParseException(sprintf('Reference "%s" does not exist.', $value), self::$parsedLineNumbe…
638 …throw new ParseException(sprintf('The constant "%s" is not defined.', $const), self::$parsedLineNu…
641 …throw new ParseException(sprintf('The string "%s" could not be parsed as a constant. Did you forge…
651 …throw new ParseException(sprintf('The string "%s" could not be parsed as it uses an unsupported bu…
747 …throw new ParseException(sprintf('The built-in tag "!%s" is not implemented.', $tag), self::$parse…
751 …throw new ParseException(sprintf('Missing value for tag "%s".', $tag), self::$parsedLineNumber + 1…
758 …throw new ParseException(sprintf('Tags support is not enabled. Enable the "Yaml::PARSE_CUSTOM_TAGS…
766 …throw new ParseException(sprintf('The normalized base64 encoded data (data without whitespace char…
770 …throw new ParseException(sprintf('The base64 encoded data (%s) contains invalid characters.', $par…