--TEST-- Test file_get_contents() function : variation - various absolute and relative paths --CREDITS-- Dave Kelsey --FILE-- --EXPECTF-- *** Testing file_get_contents() : variation *** -- Iteration 1 -- string(%d) "contents read" -- Iteration 2 -- string(%d) "contents read" -- Iteration 3 -- string(%d) "contents read" -- Iteration 4 -- string(%d) "contents read" -- Iteration 5 -- Warning: file_get_contents(%sfileGetContentsVar7.dir/fileGetContentsVar7Sub/..///fileGetContentsVar7Sub//..//../fileGetContentsVar7Sub/FileGetContentsVar7.tmp): failed to open stream: No such file or directory in %s on line %d bool(false) -- Iteration 6 -- Warning: file_get_contents(%sfileGetContentsVar7.dir/fileGetContentsVar7Sub/BADDIR/FileGetContentsVar7.tmp): failed to open stream: No such file or directory in %s on line %d bool(false) -- Iteration 7 -- string(%d) "contents read" -- Iteration 8 -- string(%d) "contents read" -- Iteration 9 -- string(%d) "contents read" -- Iteration 10 -- string(%d) "contents read" -- Iteration 11 -- Warning: file_get_contents(BADDIR/FileGetContentsVar7.tmp): failed to open stream: No such file or directory in %s on line %d bool(false) *** Done ***