Hi,
this article http://phplens.com/lens/php-book/optimizing-debugging-php.php
reads that pass-by-reference is slower than ordinary pass. Is it true?

[snip]
....
This is because (a) passing by reference is slower in PHP (this is probably
not intuitive to C programmers, but the Zend Engine has been tuned this way)
....
[/snip]

Thanks

Andrey Hristov


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to