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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user