string building with three embedded variables three tests: concatenation, embedding, sprintf() 300,000(!) invokations each Result (times in s): Array ( [concat: ] => 0.098298072814941 [embed: ] => 0.087308883666992 [sprintf:] => 0.074505090713501 )