]> granicus.if.org Git - php/commitdiff
- sync with 5.3
authorPierre Joye <pajoye@php.net>
Tue, 7 Jul 2009 21:56:18 +0000 (21:56 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 7 Jul 2009 21:56:18 +0000 (21:56 +0000)
ext/standard/tests/file/touch_variation5-win32.phpt
ext/standard/tests/file/touch_variation6-win32.phpt

index 062d5d7d793d1b5c1bbcb38ae9d3b1fd91c8e34b..079093b1cc25d4587321f917ecc6499a7ef160e2 100644 (file)
@@ -162,10 +162,10 @@ PASSED: ./touchVar5.tmp/aSubDirOrFile - created
 PASSED: touchVar5.tmp/../touchVar5.tmp/aSubDirOrFile - created
 --- testing touchVar5.tmp/../BADDIR/aSubDirOrFile ---
 
-Warning: touch(): Unable to create file touchVar5.tmp/../BADDIR/aSubDirOrFile because No such file or directory in %s on line %d
+Warning: touch(): Unable to create file touchVar5.tmp/../BADDIR/aSubDirOrFile because %s in %s on line %d
 --- testing BADDIR/aSubDirOrFile ---
 
-Warning: touch(): Unable to create file BADDIR/aSubDirOrFile because No such file or directory in %s on line %d
+Warning: touch(): Unable to create file BADDIR/aSubDirOrFile because %s in %s on line %d
 --- testing %s/touchVar5.tmp/aSubDirOrFile ---
 PASSED: %s/touchVar5.tmp/aSubDirOrFile - created
 --- testing %s/./touchVar5.tmp/aSubDirOrFile ---
@@ -174,7 +174,7 @@ PASSED: %s/./touchVar5.tmp/aSubDirOrFile - created
 PASSED: %s/touchVar5.tmp/../touchVar5.tmp/aSubDirOrFile - created
 --- testing %s/BADDIR/aSubDirOrFile ---
 
-Warning: touch(): Unable to create file %s/BADDIR/aSubDirOrFile because No such file or directory in %s on line %d
+Warning: touch(): Unable to create file %s/BADDIR/aSubDirOrFile because %s in %s on line %d
 --- testing touchVar5.tmp/aSubDirOrFile/ ---
 
 Warning: touch(): Unable to create file touchVar5.tmp/aSubDirOrFile/ because Invalid argument in %s on line %d
index 3d0ee92326adbf26bc6befeee80a09c4187ea838..57433869c2be5d3cb89345360b426699cd87a8fc 100644 (file)
@@ -168,10 +168,10 @@ PASSED: .\touchVar5.tmp\aSubDirOrFile - created
 PASSED: touchVar5.tmp\..\touchVar5.tmp\aSubDirOrFile - created
 --- testing touchVar5.tmp\..\BADDIR\aSubDirOrFile ---
 
-Warning: touch(): Unable to create file touchVar5.tmp\..\BADDIR\aSubDirOrFile because No such file or directory in %s on line %d
+Warning: touch(): Unable to create file touchVar5.tmp\..\BADDIR\aSubDirOrFile because %s in %s on line %d
 --- testing BADDIR\aSubDirOrFile ---
 
-Warning: touch(): Unable to create file BADDIR\aSubDirOrFile because No such file or directory in %s on line %d
+Warning: touch(): Unable to create file BADDIR\aSubDirOrFile because %s in %s on line %d
 --- testing %s\touchVar5.tmp\aSubDirOrFile ---
 PASSED: %s\touchVar5.tmp\aSubDirOrFile - created
 --- testing %s\.\touchVar5.tmp\aSubDirOrFile ---
@@ -180,7 +180,7 @@ PASSED: %s\.\touchVar5.tmp\aSubDirOrFile - created
 PASSED: %s\touchVar5.tmp\..\touchVar5.tmp\aSubDirOrFile - created
 --- testing %s\BADDIR\aSubDirOrFile ---
 
-Warning: touch(): Unable to create file %s\BADDIR\aSubDirOrFile because No such file or directory in %s on line %d
+Warning: touch(): Unable to create file %s\BADDIR\aSubDirOrFile because %s in %s on line %d
 --- testing touchVar5.tmp\aSubDirOrFile\ ---
 
 Warning: touch(): Unable to create file touchVar5.tmp\aSubDirOrFile\ because Invalid argument in %s on line %d
@@ -191,8 +191,8 @@ Warning: touch(): Unable to create file %s\touchVar5.tmp\aSubDirOrFile\ because
 PASSED: touchVar5.tmp\\aSubDirOrFile - created
 --- testing %s\\touchVar5.tmp\\aSubDirOrFile ---
 PASSED: %s\\touchVar5.tmp\\aSubDirOrFile - created
---- testing %s/touchVar5.tmp/aSubDirOrFile ---
-PASSED: %s/touchVar5.tmp/aSubDirOrFile - created
+--- testing /%s/touchVar5.tmp/aSubDirOrFile ---
+PASSED: /%s/touchVar5.tmp/aSubDirOrFile - created
 
 *** testing existing files ***
 --- testing touchVar5.tmp\aSubDirOrFile ---
@@ -211,8 +211,8 @@ PASSED: %s\touchVar5.tmp\..\touchVar5.tmp\aSubDirOrFile - touched
 PASSED: touchVar5.tmp\\aSubDirOrFile - touched
 --- testing %s\\touchVar5.tmp\\aSubDirOrFile ---
 PASSED: %s\\touchVar5.tmp\\aSubDirOrFile - touched
---- testing %s/touchVar5.tmp/aSubDirOrFile ---
-PASSED: %s/touchVar5.tmp/aSubDirOrFile - touched
+--- testing /%s/touchVar5.tmp/aSubDirOrFile ---
+PASSED: /%s/touchVar5.tmp/aSubDirOrFile - touched
 
 *** testing existing directories ***
 --- testing touchVar5.tmp\aSubDirOrFile ---
@@ -235,7 +235,7 @@ PASSED: %s\touchVar5.tmp\aSubDirOrFile\ - touched
 PASSED: touchVar5.tmp\\aSubDirOrFile - touched
 --- testing %s\\touchVar5.tmp\\aSubDirOrFile ---
 PASSED: %s\\touchVar5.tmp\\aSubDirOrFile - touched
---- testing %s/touchVar5.tmp/aSubDirOrFile ---
-PASSED: %s/touchVar5.tmp/aSubDirOrFile - touched
+--- testing /%s/touchVar5.tmp/aSubDirOrFile ---
+PASSED: /%s/touchVar5.tmp/aSubDirOrFile - touched
 ===DONE===