--TEST-- Test is_file() function: usage variations - diff. path notations (Bug #42027) --FILE-- getMessage(), "\n"; } clearstatcache(); $count++; } echo "\n*** Done ***"; ?> --CLEAN-- --EXPECT-- *** Testing is_file() with different notations of file names *** - Iteration 1 - bool(true) - Iteration 2 - bool(false) - Iteration 3 - bool(true) - Iteration 4 - bool(true) - Iteration 5 - bool(false) - Iteration 6 - bool(false) - Iteration 7 - is_file(): Argument #1 ($filename) must be a valid path, string given - Iteration 8 - is_file(): Argument #1 ($filename) must be a valid path, string given *** Done ***