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