|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-11-01 06:38 UTC] aharvey@php.net
[2012-11-01 06:38 UTC] aharvey@php.net
-Status: Open
+Status: Not a bug
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sat Feb 07 13:00:02 2026 UTC |
Description: ------------ PHP 5.4.4 $b = array("one", "two", "three"); echo implode('<', $b); outputs "one" Test script: --------------- $b = array("one", "two", "three"); echo implode('<', $b);