<!-- Redacted Previous Comment -->
It would appear I had an error in my code so i was doing a no-op and forgot to check.
It would appear Contary to previous testing, and reading previous blogs on the topic,
the following conclusions are actually ( tested ) untrue at least for all variants of the above code I can permute.
- UNTRUE: String interpolation is slower than string concatenation. (!)
- UNTRUE: SprintF is fastest.
In actual tests, Sprintf was the slowest and interpolation was fastest
PHP 5.2.6-pl7-gentoo (cli) (built: Sep 21 2008 13:43:03)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
with Xdebug v2.0.3, Copyright (c) 2002-2007, by Derick Rethans
It may be conditional to my setup, but its still odd. :/