ID: 27513 Comment by: scottmacvicar at ntlworld dot com Reported By: asterisk at email dot it Status: Open Bug Type: Strings related Operating System: windows xp PHP Version: 4.3.4 New Comment:
http://www.php.net/strrpos Quote from that page --- Note: As of PHP 5.0.0 offset may be specified to begin searching an arbitrary number of characters into the string. Negative values will stop searching at an arbitrary point prior to the end of the string. --- Your using PHP4 hence the error Previous Comments: ------------------------------------------------------------------------ [2004-03-06 12:10:31] asterisk at email dot it Description: ------------ when is used 3rd parameter, the offset, the function produce a warning and don't return nothing Reproduce code: --------------- <?php // 01234567890123 $string = "test test test"; echo strrpos ( $string, 'e', 5); ?> Expected result: ---------------- 1 Actual result: -------------- Warning: Wrong parameter count for strrpos() in C:\WWW\strrpos.php on line 4 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27513&edit=1
