|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-01-28 01:11 UTC] rasmus
[2011-08-29 13:53 UTC] bjori@php.net
-Package: Other
+Package: *General Issues
-Assigned To:
+Assigned To: bjori
[2013-07-18 07:55 UTC] adasdfdsd at ahoo dot com
[2013-12-31 18:53 UTC] bukka@php.net
[2016-02-26 16:57 UTC] willfitch@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 10 00:00:01 2025 UTC |
The following scriptet: <? $myarr=split(",",",something,that,starts,with,the,deliminator"); ?> returns: Warning: bad regular expression for split() in /www/splittest.php on line 2 and naturally doesn't assign anything to the $myarr array. I suppose really you'd expect either to assign an empty value to the first item in the array, or else to skip the leading deliminator altogether...