We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7e8bd commit b04eb1dCopy full SHA for b04eb1d
ext/interbase/tests/004.phpt
@@ -32,6 +32,7 @@ InterBase: BLOB test
32
33
$bl_s = ibase_blob_import($link,$ftmp);
34
ibase_query($link, "INSERT INTO test4 (v_integer, v_blob) VALUES (1, ?)", $bl_s);
35
+ fclose($ftmp);
36
37
echo "test blob 1\n";
38
$q = ibase_query("SELECT v_blob FROM test4 WHERE v_integer = 1");
0 commit comments