Date: 04/29/00
- Next message: andy <email protected>: "[PHP-DEV] PHP 4.0 Bug #4281: cannot use a referenced argument with defaulting"
- Previous message: andreas <email protected>: "[PHP-DEV] Bug #4283: include_path error with PHP4 RC1 Roxen module"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: andy <email protected>
Operating system: Linux 2.2.14
PHP version: 4.0 Beta 4
PHP Bug Type: Scripting Engine problem
Bug description: cannot return a created reference.
A function cannot return a reference to a created object.
Bug or intentionally missing feature? You decide...
example:
function blah() {
$stuff = "some really really big string";
return &$stuff;
}
... parser error.
-- 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: andy <email protected>: "[PHP-DEV] PHP 4.0 Bug #4281: cannot use a referenced argument with defaulting"
- Previous message: andreas <email protected>: "[PHP-DEV] Bug #4283: include_path error with PHP4 RC1 Roxen module"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

