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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 06 17:01:33 2025 UTC