|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-11-15 13:33 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 28 18:00:01 2025 UTC |
Description: ------------ Strrpos (count last occurence) give wrong result. Only in 4.3.4 and maybe earlier. 5.00b2 is OK. But strpos (count ocurrence) is correct in all versions. Running Apache with php4apache.dll module on Win2K. Reproduce code: --------------- var_dump(strrpos("Admins;Users;","All Users")); Expected result: ---------------- boolean false Actual result: -------------- int 0;