php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #71552 string function implode does not allow left shift arrows
Submitted: 2016-02-09 03:57 UTC Modified: 2016-02-09 06:55 UTC
From: yuvaaji at gmail dot com Assigned:
Status: Not a bug Package: Output Control
PHP Version: 5.6.18 OS: Debian Ubuntu 15.10
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: yuvaaji at gmail dot com
New email:
PHP Version: OS:

 

 [2016-02-09 03:57 UTC] yuvaaji at gmail dot com
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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-02-09 06:55 UTC] requinix@php.net
-Status: Open +Status: Not a bug
 [2016-02-09 06:55 UTC] requinix@php.net
1. Do a View Source to see the actual output of your PHP code.
2. Use print_r() or var_dump() to see what $array actually contains.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Feb 14 22:01:29 2025 UTC