From: Antony Dovgal Date: Tue, 13 Dec 2005 21:43:16 +0000 (+0000) Subject: new test X-Git-Tag: RELEASE_1_0_4~393 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c78e5804a378a8ba529a959c9898f095e2e6f86;p=php new test --- diff --git a/ext/oci8/tests/cursor_bind.phpt b/ext/oci8/tests/cursor_bind.phpt new file mode 100644 index 0000000000..b89646b340 --- /dev/null +++ b/ext/oci8/tests/cursor_bind.phpt @@ -0,0 +1,97 @@ +--TEST-- +bind and fetch cursor from a statement +--FILE-- + +--EXPECT-- +array(2) { + [0]=> + string(1) "1" + [1]=> + string(1) "1" +} +array(2) { + [0]=> + string(1) "1" + [1]=> + string(1) "1" +} +array(2) { + [0]=> + string(1) "1" + [1]=> + string(1) "1" +} +bool(false) +Done