From: Antony Dovgal Date: Mon, 7 May 2007 08:25:12 +0000 (+0000) Subject: fix test X-Git-Tag: php-5.2.3RC1~145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0dbacb7153d2699e80576b2f8f96ec1905ff6f1;p=php fix test --- diff --git a/ext/oci8/tests/bug27303.phpt b/ext/oci8/tests/bug27303.phpt index 191cdffe67..8ba087bc1a 100644 --- a/ext/oci8/tests/bug27303.phpt +++ b/ext/oci8/tests/bug27303.phpt @@ -15,7 +15,7 @@ $create_st[] = "create table mytab (mydata varchar2(20), seqcol number)"; foreach ($create_st as $statement) { $stmt = oci_parse($c, $statement); - oci_execute($stmt); + @oci_execute($stmt); } define('MYLIMIT', 200);