|
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-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 10:00:01 2025 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);