|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-05-22 14:53 UTC] hholzgra at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jun 18 21:00:01 2026 UTC |
split() seems to be truncating data when using a limit argument, eg. <?php $x = split("-", "a-b-c-d", 2); print $x[1]; ?> this should produce "b", but it produces "b-c-d" instead. this is the installation of PHP 3.0.12 used on www.iserver.com's accounts. i believe bug #1570 is the same problem.