diff --git a/ext/oci8/tests/bug74625.phpt b/ext/oci8/tests/bug74625.phpt index 7b6c3164ff8f2..df9440e42af83 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===