--TEST-- Test strrpos() function : usage variations - checking binary safe with 'haystack' argument --FILE-- --EXPECTF-- *** Test strrpos() function: binary safe *** int(5) int(5) int(0) bool(false) int(11) int(11) int(2) bool(false) int(5) int(5) int(0) bool(false) int(5) bool(false) *** Done ***