|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-11-20 07:38 UTC] zeev
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 19 23:00:01 2025 UTC |
When I use regex functions in the script like split or ereg, php script can't generate HTML. The browser write :document contains no data. The usage of the functions is correct. The bug is surely in the regex functions. This script don't write the '2' and not even the '1' if there's a split function in the script : echo "1"; $args = split (":","ab:DF:SD"); echo "2";