--TEST-- Test file_get_contents() function : error conditions --CREDITS-- Dave Kelsey --FILE-- --CLEAN-- --EXPECTF-- *** Testing error conditions *** -- Testing with Non-existing file -- Warning: file_get_contents(/no/such/file/or/dir): failed to open stream: No such file or directory in %s on line %d -- Testing No.of arguments less than expected -- Warning: file_get_contents() expects at least 1 parameter, 0 given in %s on line %d -- Testing No.of arguments greater than expected -- Warning: file_get_contents() expects at most 5 parameters, 6 given in %s on line %d -- Testing for invalid negative maxlen values -- Warning: file_get_contents(): length must be greater than or equal to zero in %s on line %d bool(false) *** Done ***