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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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 Mar 28 20:01:28 2024 UTC