Date: 11/02/00
- Next message: acmad_moti <email protected>: "[PHP-DEV] Bug #7590: Very Slow Loading compared to mySql; php-oracle rpm needed"
- Previous message: asross <email protected>: "[PHP-DEV] PHP 4.0 Bug #7589: libmysql.c make error"
- In reply to: André Langhorst: "Re: [PHP-DEV] Funky Note."
- Next in thread: André Langhorst: "Re: [PHP-DEV] Funky Note."
- Reply: André Langhorst: "Re: [PHP-DEV] Funky Note."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: acmad_moti <email protected>: "[PHP-DEV] Bug #7590: Very Slow Loading compared to mySql; php-oracle rpm needed"
- Previous message: asross <email protected>: "[PHP-DEV] PHP 4.0 Bug #7589: libmysql.c make error"
- In reply to: André Langhorst: "Re: [PHP-DEV] Funky Note."
- Next in thread: André Langhorst: "Re: [PHP-DEV] Funky Note."
- Reply: André Langhorst: "Re: [PHP-DEV] Funky Note."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

