--TEST-- Test file_get_contents() function : variation - obscure filenames --CREDITS-- Dave Kelsey --SKIPIF-- --FILE-- --EXPECTF-- *** Testing file_get_contents() : variation *** -- Iteration 0 -- Warning: file_get_contents(-1): failed to open stream: No such file or directory in %s on line %d bool(false) -- Iteration 1 -- Warning: file_get_contents(1): failed to open stream: No such file or directory in %s on line %d bool(false) -- Iteration 2 -- Warning: file_get_contents(): Filename cannot be empty in %s on line %d bool(false) -- Iteration 3 -- Warning: file_get_contents(): Filename cannot be empty in %s on line %d bool(false) -- Iteration 4 -- Warning: file_get_contents(): Filename cannot be empty in %s on line %d bool(false) -- Iteration 5 -- Warning: file_get_contents( ): failed to open stream: No such file or directory in %s on line %d bool(false) -- Iteration 6 -- bool(false) -- Iteration 7 -- Warning: file_get_contents() expects parameter 1 to be string, array given in %s on line %d NULL -- Iteration 8 -- Warning: file_get_contents(/no/such/file/dir): failed to open stream: %s in %s on line %d bool(false) -- Iteration 9 -- Warning: file_get_contents(php/php): failed to open stream: No such file or directory in %s on line %d bool(false) *** Done ***