jani            Mon Nov  5 17:24:00 2007 UTC

  Modified files:              
    /php-src/ext/standard/tests/file    tempnam_variation3.phpt 
  Log:
  - Fix another wrong expected result
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/tempnam_variation3.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/standard/tests/file/tempnam_variation3.phpt
diff -u php-src/ext/standard/tests/file/tempnam_variation3.phpt:1.3 
php-src/ext/standard/tests/file/tempnam_variation3.phpt:1.4
--- php-src/ext/standard/tests/file/tempnam_variation3.phpt:1.3 Fri Aug 10 
12:10:19 2007
+++ php-src/ext/standard/tests/file/tempnam_variation3.phpt     Mon Nov  5 
17:24:00 2007
@@ -78,7 +78,10 @@
 File permissions are => 100600
 -- Iteration 7 --
 
-Notice: Array to string conversion in %s on line %d
+Warning: tempnam() expects parameter 2 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 --
@@ -111,9 +114,10 @@
 File permissions are => 100600
 -- Iteration 7 --
 
-Notice: Array to string conversion in %s on line %d
-File name is => %s
-File permissions are => 100600
+Warning: tempnam() expects parameter 2 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
 -- Iteration 8 --
 File name is => %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