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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
9 + 20 = ?
Subscribe to this entry?

 
 [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: Tue Mar 19 05:01:29 2024 UTC