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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Fri May 10 22:01:32 2024 UTC