|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2016-02-09 06:55 UTC] requinix@php.net
-Status: Open
+Status: Not a bug
[2016-02-09 06:55 UTC] requinix@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jan 05 02:00:02 2026 UTC |
Description: ------------ implode('<<', $array) yields improper result. Result contains array from 2nd values. Test script: --------------- implode('<<', $array); Expected result: ---------------- Networking Concepts<<Principles and Concepts<<Information Technology Actual result: -------------- Networking Concepts< Array