felipe          Sun Oct 26 23:00:53 2008 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/tests/basic        bug46313.phpt 
  Log:
  - Fixed test
  
http://cvs.php.net/viewvc.cgi/php-src/tests/basic/bug46313.phpt?r1=1.1.4.2&r2=1.1.4.3&diff_format=u
Index: php-src/tests/basic/bug46313.phpt
diff -u php-src/tests/basic/bug46313.phpt:1.1.4.2 
php-src/tests/basic/bug46313.phpt:1.1.4.3
--- php-src/tests/basic/bug46313.phpt:1.1.4.2   Mon Oct 20 18:45:24 2008
+++ php-src/tests/basic/bug46313.phpt   Sun Oct 26 23:00:53 2008
@@ -36,7 +36,7 @@
     ["type"]=>
     string(16) "text/plain-file1"
     ["tmp_name"]=>
-    string(14) "%s"
+    string(%d) "%s"
     ["error"]=>
     int(0)
     ["size"]=>
@@ -49,7 +49,7 @@
     ["type"]=>
     string(16) "text/plain-file2"
     ["tmp_name"]=>
-    string(14) "%s"
+    string(%d) "%s"
     ["error"]=>
     int(0)
     ["size"]=>



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

Reply via email to