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
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:
29 + 14 = ?
Subscribe to this entry?

 
 [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: Fri Apr 19 09:01:27 2024 UTC