stas            Thu Nov  1 17:52:20 2007 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/gmp/tests      006.phpt 
  Log:
  generalize resource names
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/gmp/tests/006.phpt?r1=1.1.2.2.2.1&r2=1.1.2.2.2.2&diff_format=u
Index: php-src/ext/gmp/tests/006.phpt
diff -u php-src/ext/gmp/tests/006.phpt:1.1.2.2.2.1 
php-src/ext/gmp/tests/006.phpt:1.1.2.2.2.2
--- php-src/ext/gmp/tests/006.phpt:1.1.2.2.2.1  Thu Nov  1 00:46:12 2007
+++ php-src/ext/gmp/tests/006.phpt      Thu Nov  1 17:52:20 2007
@@ -35,9 +35,9 @@
 
 Warning: gmp_sub(): Unable to convert variable to GMP - wrong type in %s on 
line %d
 bool(false)
-resource(5) of type (GMP integer)
+resource(%d) of type (GMP integer)
 string(2) "-1"
-resource(8) of type (GMP integer)
+resource(%d) of type (GMP integer)
 string(5) "10001"
 
 Warning: gmp_sub(): Unable to convert variable to GMP - wrong type in %s on 
line %d

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

Reply via email to