--TEST-- Test imagecolorallocate() function : error conditions --SKIPIF-- --FILE-- ===DONE=== --EXPECTF-- *** Testing imagecolorallocate() : error conditions *** -- Testing imagecolorallocate() function with more than expected no. of arguments -- Warning: imagecolorallocate() expects exactly 4 parameters, 5 given in %s on line %d NULL -- Testing imagecolorallocate() function with less than expected no. of arguments -- Warning: imagecolorallocate() expects exactly 4 parameters, 0 given in %s on line %d NULL Warning: imagecolorallocate() expects exactly 4 parameters, 3 given in %s on line %d NULL ===DONE===