|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2008-04-09 13:47 UTC] felipe@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 07:00:01 2025 UTC | 
Description: ------------ An "Invalid Regular Expression" error message issued by spliti() refers to function split(). Reproduce code: --------------- <?php spliti('()', ''); ?> Expected result: ---------------- Warning: spliti(): Invalid Regular Expression in %s on line 2 Actual result: -------------- Warning: spliti(): Invalid Regular Expression to split() in %s on line 2