]> granicus.if.org Git - php/commitdiff
Fix test diff
authorChristopher Jones <sixd@php.net>
Wed, 25 Nov 2020 05:42:12 +0000 (16:42 +1100)
committerChristopher Jones <sixd@php.net>
Wed, 25 Nov 2020 05:42:12 +0000 (16:42 +1100)
ext/oci8/tests/conn_attr_4.phpt

index b2d3267ecedec9a231ebf203a9be16dd59ef956f..e4e457194d2c91a1545e567cd2c9e0f34a05428a 100644 (file)
@@ -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)