]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Mon, 7 May 2007 08:25:12 +0000 (08:25 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 7 May 2007 08:25:12 +0000 (08:25 +0000)
ext/oci8/tests/bug27303.phpt

index 191cdffe6773e1d01094bbc036ec0d097704f32b..8ba087bc1aed3e40669dfd3ccdc6f8b38786bec3 100644 (file)
@@ -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);