From 37f96d990c1152de7cb0ab1ad4d7d001420aa716 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Wed, 25 Nov 2020 16:42:12 +1100 Subject: Fix test diff --- ext/oci8/tests/conn_attr_4.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/oci8') 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) -- cgit v1.2.1