--TEST-- Test stripos() function : error conditions --FILE-- --EXPECTF-- *** Testing stripos() function: error conditions *** -- With Zero arguments -- Warning: stripos() expects at least 2 parameters, 0 given in %s on line %d NULL -- With less than expected number of arguments -- Warning: stripos() expects at least 2 parameters, 1 given in %s on line %d NULL -- With more than expected number of arguments -- Warning: stripos() expects at most 3 parameters, 4 given in %s on line %d NULL -- 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 ***