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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: elvis at sch dot bme dot hu
New email:
PHP Version: OS:

 

 [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: Thu Apr 25 03:01:29 2024 UTC