Re: [PHP-DEV] Funky Note. From: Stanislav Malyshev (stas <email protected>)
Date: 11/02/00

AL>> the documentation is wrong!
AL>>
AL>> return &$foo;
AL>>
AL>> is nonsense

It's also parse error. PHP has no "&" operation actually, it has =&
operation and foo(&$var) parameter definition.

-- 
Stanislav Malyshev, Zend Products Engineer   
stas <email protected>  http://www.zend.com/ +972-3-6139665 ext.106

-- 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>