--TEST-- Test mb_strrpos() function : usage variations - Pass different data types as $offset arg --SKIPIF-- --FILE-- --EXPECTF-- *** Testing mb_strrpos() : usage variations *** -- Iteration 1 -- int(8) -- Iteration 2 -- int(8) -- Iteration 3 -- Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -- Iteration 4 -- Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -- Iteration 5 -- bool(false) -- Iteration 6 -- bool(false) -- Iteration 7 -- Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d bool(false) -- Iteration 8 -- int(8) -- Iteration 9 -- int(8) -- Iteration 10 -- int(8) -- Iteration 11 -- int(8) -- Iteration 12 -- int(8) -- Iteration 13 -- int(8) -- Iteration 14 -- int(8) -- Iteration 15 -- int(8) -- Iteration 16 -- Notice: Object of class classA could not be converted to int in %s on line %d int(8) -- Iteration 17 -- int(8) -- Iteration 18 -- int(8) Done