php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13823 Trim function don't work
Submitted: 2001-10-25 10:07 UTC Modified: 2001-10-25 10:16 UTC
From: narcis2001 at k dot ro Assigned:
Status: Not a bug Package: Strings related
PHP Version: 4.0.6 OS: Windows ME
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: narcis2001 at k dot ro
New email:
PHP Version: OS:

 

 [2001-10-25 10:07 UTC] narcis2001 at k dot ro
<?
  $str="Hello word!";
  $str=Trim($str);
  echo $str;
?>

Hello word!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-25 10:16 UTC] derick@php.net
No bug here. trim is doing what it is supposed to do, trim whitespace.

Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 09:01:29 2024 UTC