[PHP-DEV] Bug #4884 Updated: array merging(concat) with + From: sander <email protected>
Date: 08/28/01

ID: 4884
Updated by: sander
Reported By: waldschrott <email protected>
Old Status: Open
Status: Closed
Bug Type: Feature/Change Request
Operating System: all
PHP Version: 4.0.0 Release
New Comment:

Why not use $array[]=error_returning_func(); ????

Previous Comments:
------------------------------------------------------------------------

[2000-06-08 01:22:40] waldschrott <email protected>

if one array is not initialized eg. $array+=error_returning_func();
I think $array should be converted to $array=array() automatically if the other one is initialized...

------------------------------------------------------------------------

Edit this bug report at http://bugs.php.net/?id=4884&edit=1

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