Benchmarking PHP 5.2.3 string manipulation

See the previous post for explanation.

Weirdly, in PHP 5.2.3 the results are completely different: heredoc parsing has got much faster, while sprintf and single quotes have got slower.

Php Strings Benchmark (No Interpolation)(2)

Php Strings Benchmark (Interpolation)(2)