jani            Mon Nov  5 17:28:58 2007 UTC

  Modified files:              
    /php-src/ext/standard/tests/file    tempnam_variation7.phpt 
  Log:
  - Fix another wrong expected result (this is a bug!)
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/tempnam_variation7.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/standard/tests/file/tempnam_variation7.phpt
diff -u php-src/ext/standard/tests/file/tempnam_variation7.phpt:1.3 
php-src/ext/standard/tests/file/tempnam_variation7.phpt:1.4
--- php-src/ext/standard/tests/file/tempnam_variation7.phpt:1.3 Fri Aug 10 
12:10:19 2007
+++ php-src/ext/standard/tests/file/tempnam_variation7.phpt     Mon Nov  5 
17:28:58 2007
@@ -79,7 +79,10 @@
 File permissions are => 100600
 -- Iteration 7 --
 
-Notice: Array to string conversion in %s on line %d
+Warning: tempnam() expects parameter 1 to be string, array given in %s on line 
%d
+-- File is not created --
+
+Warning: unlink(): No such file or directory in %s on line %d
 File name is => %s
 File permissions are => 100600
 -- Iteration 8 --
@@ -112,7 +115,10 @@
 File permissions are => 100600
 -- Iteration 7 --
 
-Notice: Array to string conversion in %s on line %d
+Warning: tempnam() expects parameter 1 to be string, array given in %s on line 
%d
+-- File is not created --
+
+Warning: unlink(): No such file or directory in %s on line %d
 File name is => %s
 File permissions are => 100600
 -- Iteration 8 --

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

Reply via email to