From 777d61c2031fe77cf074a412dc56abf2bead5369 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Wed, 3 Mar 2010 19:12:04 +0000 Subject: [PATCH] Mask resource numbers --- ext/oci8/tests/fetch_object_2.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/oci8/tests/fetch_object_2.phpt b/ext/oci8/tests/fetch_object_2.phpt index 342503d911..b078ebb1d3 100644 --- a/ext/oci8/tests/fetch_object_2.phpt +++ b/ext/oci8/tests/fetch_object_2.phpt @@ -87,7 +87,7 @@ object(stdClass)#%d (3) { [%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 @@ object(stdClass)#%d (3) { [%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 @@ object(stdClass)#%d (3) { [%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" -- 2.40.0