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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: waldschrott at kiffen dot de
New email:
PHP Version: OS:

 

 [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

Pull Requests

History

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

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 15:01:31 2025 UTC