Re: [PHP-DEV] comments in php From: Andi Gutmans (andi <email protected>)
Date: 01/13/01

As it is a compile first, execute later interpreter it will in practice not
slow down your code.
Of course if your script has only a very small amount of flat code (no
loops/function calls) and a huge amount of comments (tens of KB) then it
could theoretically make a difference but in reality it doesn't.

Andi

At 09:05 PM 1/13/2001 +0100, Moritz Petersen wrote:
>I am wondering, since php is an interpreted language, if it slows down the
>more comments are inside a sourcecode or not.
>
>thanx,
>
>mOrP
>
>
>--
>PHP Development Mailing List <http://www.php.net/>
>To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
>For additional commands, e-mail: php-dev-help <email protected>
>To contact the list administrators, e-mail: php-list-admin <email protected>

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>