sixd                                     Wed, 03 Mar 2010 19:12:04 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=295804

Log:
Mask resource numbers

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/oci8/tests/fetch_object_2.phpt
    U   php/php-src/trunk/ext/oci8/tests/fetch_object_2.phpt

Modified: php/php-src/branches/PHP_5_3/ext/oci8/tests/fetch_object_2.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/oci8/tests/fetch_object_2.phpt     
2010-03-03 18:54:25 UTC (rev 295803)
+++ php/php-src/branches/PHP_5_3/ext/oci8/tests/fetch_object_2.phpt     
2010-03-03 19:12:04 UTC (rev 295804)
@@ -87,7 +87,7 @@
   [%u|b%"COL2"]=>
   object(OCI-Lob)#%d (1) {
     [%u|b%"descriptor"]=>
-    resource(15) of type (oci8 descriptor)
+    resource(%d) of type (oci8 descriptor)
   }
   [%u|b%"COL3"]=>
   %unicode|string%(11) "1 more text"
@@ -98,7 +98,7 @@
   [%u|b%"COL2"]=>
   object(OCI-Lob)#%d (1) {
     [%u|b%"descriptor"]=>
-    resource(16) of type (oci8 descriptor)
+    resource(%d) of type (oci8 descriptor)
   }
   [%u|b%"COL3"]=>
   NULL
@@ -109,7 +109,7 @@
   [%u|b%"COL2"]=>
   object(OCI-Lob)#%d (1) {
     [%u|b%"descriptor"]=>
-    resource(17) of type (oci8 descriptor)
+    resource(%d) of type (oci8 descriptor)
   }
   [%u|b%"COL3"]=>
   %unicode|string%(11) "3 more text"

Modified: php/php-src/trunk/ext/oci8/tests/fetch_object_2.phpt
===================================================================
--- php/php-src/trunk/ext/oci8/tests/fetch_object_2.phpt        2010-03-03 
18:54:25 UTC (rev 295803)
+++ php/php-src/trunk/ext/oci8/tests/fetch_object_2.phpt        2010-03-03 
19:12:04 UTC (rev 295804)
@@ -87,7 +87,7 @@
   [%u|b%"COL2"]=>
   object(OCI-Lob)#%d (1) {
     [%u|b%"descriptor"]=>
-    resource(15) of type (oci8 descriptor)
+    resource(%d) of type (oci8 descriptor)
   }
   [%u|b%"COL3"]=>
   %unicode|string%(11) "1 more text"
@@ -98,7 +98,7 @@
   [%u|b%"COL2"]=>
   object(OCI-Lob)#%d (1) {
     [%u|b%"descriptor"]=>
-    resource(16) of type (oci8 descriptor)
+    resource(%d) of type (oci8 descriptor)
   }
   [%u|b%"COL3"]=>
   NULL
@@ -109,7 +109,7 @@
   [%u|b%"COL2"]=>
   object(OCI-Lob)#%d (1) {
     [%u|b%"descriptor"]=>
-    resource(17) of type (oci8 descriptor)
+    resource(%d) of type (oci8 descriptor)
   }
   [%u|b%"COL3"]=>
   %unicode|string%(11) "3 more text"

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

Reply via email to