php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6234 implode doesn?t works
Submitted: 2000-08-18 08:20 UTC Modified: 2000-08-18 08:32 UTC
From: orion at sarenet dot es Assigned:
Status: Closed Package: Other
PHP Version: 4.0.1pl2 OS: Red Hat 6.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: orion at sarenet dot es
New email:
PHP Version: OS:

 

 [2000-08-18 08:20 UTC] orion at sarenet dot es
my script has this line:
echo implode($result["rawdata"],"\n");

with PHP4.0.1pl2 the result is: Array
however PHP3 shows contents array correctly.

For PHP3 the result its the same in both ways:
	string implode (string glue, array pieces) 
or	string implode (array pieces, string glue)

but with PHP4 in none way. Ideas?

Thanks
J.Valle

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-18 08:32 UTC] sterling@php.net
I guess using the correct syntax would be out of the question??

string implode (string glue, array pieces)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 23:01:29 2024 UTC