bjori                                    Wed, 07 Sep 2011 10:41:38 +0000

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

Log:
The error message is different when built with zts

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

Modified: 
php/php-src/branches/PHP_5_4/ext/standard/tests/file/tempnam_variation7.phpt
===================================================================
--- 
php/php-src/branches/PHP_5_4/ext/standard/tests/file/tempnam_variation7.phpt    
    2011-09-07 10:40:12 UTC (rev 316328)
+++ 
php/php-src/branches/PHP_5_4/ext/standard/tests/file/tempnam_variation7.phpt    
    2011-09-07 10:41:38 UTC (rev 316329)
@@ -98,13 +98,13 @@
 Warning: tempnam() expects parameter 1 to be a valid path, string given in %s 
on line %d
 -- File is not created --

-Warning: unlink(): No such file or directory in %s on line %d
+Warning: unlink(): %s in %s on line %d
 -- Iteration 7 --

 Warning: tempnam() expects parameter 1 to be a valid path, array given in %s 
on line %d
 -- File is not created --

-Warning: unlink(): No such file or directory in %s on line %d
+Warning: unlink(): %s in %s on line %d
 -- Iteration 8 --
 File name is => %s/tempnam_variation3.tmp%s
 File permissions are => 100600

Modified: php/php-src/trunk/ext/standard/tests/file/tempnam_variation7.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/file/tempnam_variation7.phpt   
2011-09-07 10:40:12 UTC (rev 316328)
+++ php/php-src/trunk/ext/standard/tests/file/tempnam_variation7.phpt   
2011-09-07 10:41:38 UTC (rev 316329)
@@ -98,13 +98,13 @@
 Warning: tempnam() expects parameter 1 to be a valid path, string given in %s 
on line %d
 -- File is not created --

-Warning: unlink(): No such file or directory in %s on line %d
+Warning: unlink(): %s in %s on line %d
 -- Iteration 7 --

 Warning: tempnam() expects parameter 1 to be a valid path, array given in %s 
on line %d
 -- File is not created --

-Warning: unlink(): No such file or directory in %s on line %d
+Warning: unlink(): %s in %s on line %d
 -- Iteration 8 --
 File name is => %s/tempnam_variation3.tmp%s
 File permissions are => 100600

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

Reply via email to