From 7f4d7749e1587bd73b600c8e41036d6e85f2ce10 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 2 Mar 2007 09:12:13 +0000 Subject: [PATCH] mask resource numbers --- ext/oci8/tests/bug40415.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/oci8/tests/bug40415.phpt b/ext/oci8/tests/bug40415.phpt index 05cee22af9..369fac6258 100644 --- a/ext/oci8/tests/bug40415.phpt +++ b/ext/oci8/tests/bug40415.phpt @@ -258,11 +258,11 @@ array(2) { [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 -- 2.40.0