Lines Matching refs:sprintf

179 …throw new RuntimeError(sprintf('The template has no parent and no traits defining the "%s" block.'…
230 …throw new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("…
235 …@trigger_error(sprintf('Silent display of undefined block "%s" in template "%s" is deprecated sinc…
441 …throw new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("…
481 …throw new RuntimeError(sprintf('Variable "%s" does not exist.', $item), -1, $this->getSourceContex…
529 …$message = sprintf('Key "%s" in object with ArrayAccess of class "%s" does not exist.', $arrayItem…
531 …$message = sprintf('Impossible to access a key "%s" on an object of class "%s" that does not imple…
534 … $message = sprintf('Key "%s" does not exist as the array is empty.', $arrayItem);
536 …$message = sprintf('Key "%s" for array with keys "%s" does not exist.', $arrayItem, implode(', ', …
540 … $message = sprintf('Impossible to access a key ("%s") on a null variable.', $item);
542 …$message = sprintf('Impossible to access a key ("%s") on a %s variable ("%s").', $item, \gettype($…
545 … $message = sprintf('Impossible to access an attribute ("%s") on a null variable.', $item);
547 …$message = sprintf('Impossible to access an attribute ("%s") on a %s variable ("%s").', $item, \ge…
564 … $message = sprintf('Impossible to invoke a method ("%s") on a null variable.', $item);
566 $message = sprintf('Impossible to invoke a method ("%s") on an array.', $item);
568 …$message = sprintf('Impossible to invoke a method ("%s") on a %s variable ("%s").', $item, \gettyp…
656 …throw new RuntimeError(sprintf('Neither the property "%1$s" nor one of the methods "%1$s()", "get%…
685 …$message = sprintf('Calling "%s" on template "%s" from template "%s" is deprecated since version 1…
687 … $message .= sprintf(' Use block("%s"%s) instead).', $arguments[0], $self ? '' : ', template');
689 …$message .= sprintf(' Use "block("%s"%s) is defined" instead).', $arguments[0], $self ? '' : ', te…
691 $message .= sprintf(' Use include("%s") instead).', $object->getTemplateName());