printf('text %s text', $var); echo callMe('text %s text', $var); ]]>
echo sprintf('text %s text', $var); echo vsprintf('text %s text', [$var]); ]]>