php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #4884 array merging(concat) with +
Submitted: 2000-06-08 01:22 UTC Modified: 2001-08-28 04:27 UTC
From: waldschrott at kiffen dot de Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0.0 Release OS: all
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
23 - 12 = ?
Subscribe to this entry?

 
 [2000-06-08 01:22 UTC] waldschrott at kiffen dot de
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...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-28 04:27 UTC] sander@php.net
Why not use $array[]=error_returning_func(); ????

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 30 22:01:28 2024 UTC