--- embedaddon/php/ext/standard/tests/file/file_variation2.phpt 2012/02/21 23:48:03 1.1.1.1 +++ embedaddon/php/ext/standard/tests/file/file_variation2.phpt 2012/05/29 12:34:44 1.1.1.2 @@ -145,19 +145,19 @@ Error: 2 - file(0.5): failed to open stream: No such f bool(false) --empty array-- -Error: 2 - file() expects parameter 1 to be string, array given, %s(%d) +Error: 2 - file() expects parameter 1 to be a valid path, array given, %s(%d) NULL --int indexed array-- -Error: 2 - file() expects parameter 1 to be string, array given, %s(%d) +Error: 2 - file() expects parameter 1 to be a valid path, array given, %s(%d) NULL --associative array-- -Error: 2 - file() expects parameter 1 to be string, array given, %s(%d) +Error: 2 - file() expects parameter 1 to be a valid path, array given, %s(%d) NULL --nested arrays-- -Error: 2 - file() expects parameter 1 to be string, array given, %s(%d) +Error: 2 - file() expects parameter 1 to be a valid path, array given, %s(%d) NULL --uppercase NULL-- @@ -197,7 +197,7 @@ Error: 2 - file(Class A object): failed to open stream bool(false) --instance of classWithoutToString-- -Error: 2 - file() expects parameter 1 to be string, object given, %s(%d) +Error: 2 - file() expects parameter 1 to be a valid path, object given, %s(%d) NULL --undefined var--