--TEST-- Test iconv_strrpos() function : basic functionality --SKIPIF-- --INI-- error_reporting=E_ALL & ~E_DEPRECATED --FILE-- --EXPECT-- *** Testing iconv_strrpos() : basic *** -- ASCII string 1 -- int(15) -- ASCII string 2 -- bool(false) -- Multibyte string 1 -- int(20) -- Multibyte string 2 -- bool(false) Done