--- embedaddon/php/ext/standard/tests/file/is_dir_variation4.phpt 2012/02/21 23:48:03 1.1.1.1 +++ embedaddon/php/ext/standard/tests/file/is_dir_variation4.phpt 2012/05/29 12:34:44 1.1.1.2 @@ -77,9 +77,13 @@ bool(true) bool(false) -- Iteration 9 -- -bool(false) +Warning: is_dir() expects parameter 1 to be a valid path, string given in %s on line %d +NULL + -- Iteration 10 -- -bool(false) + +Warning: is_dir() expects parameter 1 to be a valid path, string given in %s on line %d +NULL *** Done ***