--TEST-- Test file() function : variation - various absolute and relative paths --CREDITS-- Dave Kelsey --SKIPIF-- --FILE-- --EXPECTF-- *** Testing file() : variation *** -- Iteration 1 -- array(1) { [0]=> string(13) "contents read" } -- Iteration 2 -- array(1) { [0]=> string(13) "contents read" } -- Iteration 3 -- array(1) { [0]=> string(13) "contents read" } -- Iteration 4 -- array(1) { [0]=> string(13) "contents read" } -- Iteration 5 -- Warning: file(%sfileVar8.dir\fileVar8Sub\..\\\fileVar8Sub\\..\\..\fileVar8Sub\FileGetContentsVar7.tmp): failed to open stream: No such file or directory in %s on line %d bool(false) -- Iteration 6 -- Warning: file(%sfileVar8.dir\fileVar8Sub\BADDIR\FileGetContentsVar7.tmp): failed to open stream: No such file or directory in %s on line %d bool(false) -- Iteration 7 -- array(1) { [0]=> string(13) "contents read" } -- Iteration 8 -- array(1) { [0]=> string(13) "contents read" } -- Iteration 9 -- array(1) { [0]=> string(13) "contents read" } -- Iteration 10 -- array(1) { [0]=> string(13) "contents read" } -- Iteration 11 -- Warning: file(BADDIR\FileGetContentsVar7.tmp): failed to open stream: No such file or directory in %s on line %d bool(false) -- Iteration 12 -- array(1) { [0]=> string(13) "contents read" } *** Done ***