summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2010-03-03 19:12:04 +0000
committerChristopher Jones <sixd@php.net>2010-03-03 19:12:04 +0000
commit2bb2f49b271628d98dde87767807fce56fe21594 (patch)
treedb58223961e32c33d5b1a88a0b837ce1fd895666
parent0d90525d07e1ade913300b8c8f6bcd96d77a1b4c (diff)
downloadphp-git-2bb2f49b271628d98dde87767807fce56fe21594.tar.gz
Mask resource numbers
-rw-r--r--ext/oci8/tests/fetch_object_2.phpt6
1 files 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"