summaryrefslogtreecommitdiff
path: root/ext/oci8
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2020-11-25 16:42:12 +1100
committerChristopher Jones <sixd@php.net>2020-11-25 16:42:12 +1100
commit37f96d990c1152de7cb0ab1ad4d7d001420aa716 (patch)
tree9d04819618e5f839f41e664b413d32e187bced2c /ext/oci8
parentcb399d0410e66275fef6e1e9c86cf1b11e790fe3 (diff)
downloadphp-git-37f96d990c1152de7cb0ab1ad4d7d001420aa716.tar.gz
Fix test diff
Diffstat (limited to 'ext/oci8')
-rw-r--r--ext/oci8/tests/conn_attr_4.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/oci8/tests/conn_attr_4.phpt b/ext/oci8/tests/conn_attr_4.phpt
index b2d3267ece..e4e457194d 100644
--- a/ext/oci8/tests/conn_attr_4.phpt
+++ b/ext/oci8/tests/conn_attr_4.phpt
@@ -90,13 +90,13 @@ echo "Done\n";
**Test Negative cases************
Invalid Connection resource 1
-string(89) "oci_set_action(): Argument #1 ($connection) must be of type resource, null given"
+string(%d) "oci_set_action(): Argument #1 ($connection) must be of type resource, null given"
Invalid Connection resource 2
-string(96) "oci_set_client_info(): Argument #1 ($connection) must be of type resource, string given"
+string(%d) "oci_set_client_info(): Argument #1 ($connection) must be of type resource, string given"
Invalid Action value
-string(78) "oci_set_action(): Argument #2 ($action) must be of type string, resource given"
+string(%d) "oci_set_action(): Argument #2 ($action) must be of type string, resource given"
Set Values multiple times
bool(true)