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
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: 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

Pull Requests

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: Sat Dec 21 17:01:58 2024 UTC