php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #37518 [chm] bug on function.ltrim.html
Submitted: 2006-05-19 11:33 UTC Modified: 2006-05-19 11:35 UTC
From: crocodiledan at mail dot ru Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: windows
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: crocodiledan at mail dot ru
New email:
PHP Version: OS:

 

 [2006-05-19 11:33 UTC] crocodiledan at mail dot ru
Description:
------------
I have found a bug on page function.ltrim.html
[chm date: 2006-02-09]...

User note by [Draugluin IZZAT bigfoot DIZZOT com] tells that ltrim can do things that it actually can't do. Please consider deleting that note.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-05-19 11:35 UTC] tony2001@php.net
php -r 'var_dump(ltrim(strrchr("name.txt","."),"."));'
string(3) "txt"

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 15:01:29 2024 UTC