--TEST-- Test wrong number of arguments and wrong arg types for ob_start() --FILE-- --EXPECTF-- - Too many arguments Warning: ob_start() expects at most 3 parameters, 4 given in %s on line 17 NULL - Arg 1 wrong type bool(true) - Arg 2 wrong type Warning: ob_start() expects parameter 2 to be long, string given in %s on line 23 NULL - Arg 3 wrong type bool(true)