--TEST-- Test floor() - error conditions - incorrect number of args --FILE-- ===Done=== --EXPECTF-- *** Testing floor() : error conditions *** -- Too many arguments -- Warning: floor() expects exactly 1 parameter, 2 given in %s on line %d NULL -- Too few arguments -- Warning: floor() expects exactly 1 parameter, 0 given in %s on line %d NULL ===Done===