This repository has been archived on 2025-01-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
thrownewLogicException('You cannot compile a dumped container that was already compiled.');
}
publicfunctionisCompiled()
{
returntrue;
}
publicfunctionisFrozen()
{
@trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0. Use the isCompiled() method instead.',__METHOD__),E_USER_DEPRECATED);
returntrue;
}
/**
*Getsthepublic'test'sharedservice.
*
*@return\stdClass
*/
protectedfunctiongetTestService()
{
return$this->services['test']=new\stdClass(array('only dot'=>'.','concatenation as value'=>'.\'\'.','concatenation from the start value'=>'\'\'.','.'=>'dot as a key','.\'\'.'=>'concatenation as a key','\'\'.'=>'concatenation from the start key','optimize concatenation'=>'string1-string2','optimize concatenation with empty string'=>'string1string2','optimize concatenation from the start'=>'start','optimize concatenation at the end'=>'end','new line'=>'string with '."\n".'new line'));
@trigger_error(sprintf('Parameter names will be made case sensitive in Symfony 4.0. Using "%s" instead of "%s" is deprecated since Symfony 3.4.',$name,$normalizedName),E_USER_DEPRECATED);