Edit report at https://bugs.php.net/bug.php?id=63408&edit=1

 ID:                 63408
 Updated by:         ahar...@php.net
 Reported by:        oxconcise at hotmail dot com
 Summary:            implode bug
-Status:             Open
+Status:             Not a bug
 Type:               Bug
 Package:            *General Issues
 Operating System:   Windows Vista
 PHP Version:        Irrelevant
 Block user comment: N
 Private report:     N

 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

You are presumably outputting HTML, and your browser is treating the first < as 
the start of a HTML tag.


Previous Comments:
------------------------------------------------------------------------
[2012-11-01 06:33:14] oxconcise at hotmail dot com

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);



------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=63408&edit=1

Reply via email to