Read carefully
The question here is not whether the PHP parser processes comments or not, and the question is not that omitting comments gives more performance to your script or not!
That "Does the PHP parser have a microstate when reading comments?"
Why am I asking?
Due to misconception about the Internet regarding this issue. Some programmers say “YES,” and some answer “NO.” Who should I dodge?
Edit: (Having received mostly comments and an answer requiring time to comment),
Look what i have here
<?php
echo microtime(), "<br />";
echo microtime(), "<br />";
echo microtime(), "<br />";
echo microtime(), "<br />";
?>
source
share