|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-06-21 18:14 UTC] andrey at cvs dot php dot net
[2000-03-06 11:09 UTC] hholzgra at cvs dot php dot net
[2013-12-04 12:06 UTC] krakjoe@php.net
[2020-02-07 06:08 UTC] phpdocbot@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Fri Jun 19 03:00:01 2026 UTC |
<? $s = split(":", "a:b:c", 2); print($s[1]); ?> output with PHP 3.0.8: b:c output with PHP 3.0.9: b According to the docu (and the code comments) the 3.0.8 behaviour is correct, and I've used it frequently in my code, so 3.0.9 breaks some of my programs. I'm sure others will be bitten by this too. Richard.