tony2001                Fri Mar  2 09:12:13 2007 UTC

  Modified files:              
    /php-src/ext/oci8/tests     bug40415.phpt 
  Log:
  mask resource numbers
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/bug40415.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/oci8/tests/bug40415.phpt
diff -u php-src/ext/oci8/tests/bug40415.phpt:1.1 
php-src/ext/oci8/tests/bug40415.phpt:1.2
--- php-src/ext/oci8/tests/bug40415.phpt:1.1    Thu Mar  1 23:28:51 2007
+++ php-src/ext/oci8/tests/bug40415.phpt        Fri Mar  2 09:12:13 2007
@@ -258,11 +258,11 @@
   [u"CURSOR"]=>
   array(3) {
     [0]=>
-    resource(22) of type (oci8 statement)
+    resource(%d) of type (oci8 statement)
     [1]=>
-    resource(23) of type (oci8 statement)
+    resource(%d) of type (oci8 statement)
     [2]=>
-    resource(24) of type (oci8 statement)
+    resource(%d) of type (oci8 statement)
   }
 }
 Getting nested cursor

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

Reply via email to