php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #60433 Wouldnt this be Strpos not StrRpos
Submitted: 2011-12-03 04:08 UTC Modified: 2011-12-03 04:18 UTC
From: rdavis at roving dot com Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: 5.3.8 OS:
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:
17 - 1 = ?
Subscribe to this entry?

 
 [2011-12-03 04:08 UTC] rdavis at roving dot com
Description:
------------
---
From manual page: http://www.php.net/function.strrpos#refsect1-function.strrpos-description
---



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-12-03 04:16 UTC] frozenfire@php.net
-Status: Open +Status: Bogus
 [2011-12-03 04:16 UTC] frozenfire@php.net
Hi there. There exists both a strpos and strrpos function. The former works from 
the beginning to end, and the latter works from end to beginning.

In the future, please don't submit bugs unless you're sure there's something 
hinky going on. ;)
 [2011-12-03 04:18 UTC] rdavis at roving dot com
My apologies, my zend studio was stating that strrpos didnt exist and upon running my file I got a fatal error I just assumed naturally :).  Have a good day!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 23:01:28 2024 UTC