--TEST-- Test is_dir() function: usage variations - diff. path notations --FILE-- --CLEAN-- --EXPECTF-- *** Testing is_dir() with different notations of dir names *** -- Iteration 1 -- bool(true) -- Iteration 2 -- bool(true) -- Iteration 3 -- bool(true) -- Iteration 4 -- bool(true) -- Iteration 5 -- bool(true) -- Iteration 6 -- bool(true) -- Iteration 7 -- bool(true) -- Iteration 8 -- bool(false) -- Iteration 9 -- Warning: is_dir() expects parameter 1 to be a valid path, string given in %s on line %d NULL -- Iteration 10 -- Warning: is_dir() expects parameter 1 to be a valid path, string given in %s on line %d NULL *** Done ***