From: Christopher Jones Date: Wed, 3 Mar 2010 19:12:04 +0000 (+0000) Subject: Mask resource numbers X-Git-Tag: php-5.4.0alpha1~243 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=777d61c2031fe77cf074a412dc56abf2bead5369;p=php Mask resource numbers --- 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"