php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16469 strip_tags problem in 4.3.0-dev
Submitted: 2002-04-07 03:36 UTC Modified: 2002-04-07 06:56 UTC
From: zozzi at cool dot sk Assigned:
Status: Closed Package: Strings related
PHP Version: 4.1.2 OS: linux
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: zozzi at cool dot sk
New email:
PHP Version: OS:

 

 [2002-04-07 03:36 UTC] zozzi at cool dot sk
in 4.3.0-dev
--------------------------------

$html_page = implode("",file("/some/file"));
$string = strip_tags($html_page,'<br>');

echo $string;

$string contains ">>>>>>>>>>>>>>>>>>>>>>>>>";


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-07 06:56 UTC] wez@php.net
This bug has been fixed in CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 01:01:30 2024 UTC