--TEST-- Test stripos() function : error conditions --FILE-- --EXPECTF-- *** Testing stripos() function: error conditions *** -- Offset beyond the end of the string -- Warning: stripos(): Offset not contained in string in %s on line %d bool(false) -- Offset before the start of the string -- Warning: stripos(): Offset not contained in string in %s on line %d bool(false) *** Done ***