--TEST-- Test strrpos() function : usage variations - checking bianry safe with 'needle' argument --FILE-- --EXPECTF-- *** Test strrpos() function: binary safe *** int(1) int(1) int(0) bool(false) int(12) int(12) bool(false) bool(false) bool(false) bool(false) int(0) bool(false) int(1) bool(false) *** Done ***