1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 19:52:20 +02:00

Silence initialization warning

This commit is contained in:
Christopher Jones
2009-03-09 17:48:36 +00:00
parent c33f88ccb0
commit 0d4e215db4

View 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);