php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #929 regex functions error
Submitted: 1998-11-19 13:41 UTC Modified: 1998-11-20 07:38 UTC
From: elvis at sch dot bme dot hu Assigned:
Status: Closed Package: Performance problem
PHP Version: 3.0.5 OS: RedHat Linux 5.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
42 - 15 = ?
Subscribe to this entry?

 
 [1998-11-19 13:41 UTC] elvis at sch dot bme dot hu
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";

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-11-20 07:38 UTC] zeev
See section 7.1 of the FAQ (http://www.php.net/FAQ.php3)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 01:01:28 2024 UTC