Result
Unfortunately, no history for this test is available.
Code
The first test, "echo", was:
for ($j = 0; $j < 100; $j++) echo 'some text';
The second test, "<?php ?>", was:
for ($j = 0; $j < 100; $j++) { ?>some text<?php }
Warning: Division by zero in /var/customers/webs/stc/benchmark/index.php on line 256
Performance comparison of PHP code alternatives.
Unfortunately, no history for this test is available.
The first test, "echo", was:
for ($j = 0; $j < 100; $j++) echo 'some text';
The second test, "<?php ?>", was:
for ($j = 0; $j < 100; $j++) { ?>some text<?php }