bjori                                    Sun, 05 Jun 2011 09:42:10 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=311826

Log:
touch() no longer attempts to create files on empty strings

Changed paths:
    U   php/php-src/branches/PHP_5_4/ext/standard/tests/file/005_variation2.phpt
    U   php/php-src/trunk/ext/standard/tests/file/005_variation2.phpt

Modified: 
php/php-src/branches/PHP_5_4/ext/standard/tests/file/005_variation2.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/standard/tests/file/005_variation2.phpt    
2011-06-05 09:35:49 UTC (rev 311825)
+++ php/php-src/branches/PHP_5_4/ext/standard/tests/file/005_variation2.phpt    
2011-06-05 09:42:10 UTC (rev 311826)
@@ -77,12 +77,6 @@
 *** Testing fileattime(), filemtime(), filectime() & touch() : usage 
variations ***

 *** testing touch ***
-
-Warning: touch(): Unable to create file  because No such file or directory in 
%s on line %d
-
-Warning: touch(): Unable to create file  because No such file or directory in 
%s on line %d
-
-Warning: touch(): Unable to create file  because No such file or directory in 
%s on line %d
 bool(false)
 bool(false)
 bool(false)

Modified: php/php-src/trunk/ext/standard/tests/file/005_variation2.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/file/005_variation2.phpt       
2011-06-05 09:35:49 UTC (rev 311825)
+++ php/php-src/trunk/ext/standard/tests/file/005_variation2.phpt       
2011-06-05 09:42:10 UTC (rev 311826)
@@ -77,12 +77,6 @@
 *** Testing fileattime(), filemtime(), filectime() & touch() : usage 
variations ***

 *** testing touch ***
-
-Warning: touch(): Unable to create file  because No such file or directory in 
%s on line %d
-
-Warning: touch(): Unable to create file  because No such file or directory in 
%s on line %d
-
-Warning: touch(): Unable to create file  because No such file or directory in 
%s on line %d
 bool(false)
 bool(false)
 bool(false)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to