--TEST-- Test array_fill() function : error conditions --FILE-- --EXPECTF-- *** Testing array_fill() : error conditions *** -- Testing array_fill() function with Zero arguments -- Warning: Wrong parameter count for array_fill() in %s on line %d NULL -- Testing array_fill() function with more than expected no. of arguments -- Warning: Wrong parameter count for array_fill() in %s on line %d NULL -- Testing array_fill() function with less than expected no. of arguments -- Warning: Wrong parameter count for array_fill() in %s on line %d NULL Warning: array_fill(): Number of elements must be positive in %s on line %d bool(false) Warning: array_fill(): Number of elements must be positive in %s on line %d bool(false) Done