From b4c5f20c466967d9d1242425691c57569662960d Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Wed, 21 Jun 2017 15:47:32 +1000 Subject: [PATCH] Add IN bind case to bug74625.phpt --- ext/oci8/tests/bug74625.phpt | 61 +++++++++++++++++++++++++++++------- 1 file changed, 49 insertions(+), 12 deletions(-) diff --git a/ext/oci8/tests/bug74625.phpt b/ext/oci8/tests/bug74625.phpt index 7b6c3164ff..df9440e42a 100644 --- a/ext/oci8/tests/bug74625.phpt +++ b/ext/oci8/tests/bug74625.phpt @@ -3,26 +3,63 @@ Bug #74625 (Integer overflow in oci_bind_array_by_name) --SKIPIF-- --FILE-- ===DONE=== --EXPECTF-- -Array -( - [0] => -1 -) +array(5) { + [0]=> + int(-2) + [1]=> + int(-4) + [2]=> + int(-6) + [3]=> + int(-8) + [4]=> + int(-10) +} ===DONE=== -- 2.40.0