X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fsqlite%2Fsqlite001.phpt;h=552c1d8e8030580e01543360dbc78f04c25e28dc;hb=9cb932e13dc98db9d72ac37f6ed11cd76634d37b;hp=a5e131674cd0ca2e072b795a732f8c0ef60ac4f1;hpb=84ede02ee3a07d099b921fe965898282cc68902a;p=m6w6%2Fext-psi diff --git a/tests/sqlite/sqlite001.phpt b/tests/sqlite/sqlite001.phpt index a5e1316..552c1d8 100644 --- a/tests/sqlite/sqlite001.phpt +++ b/tests/sqlite/sqlite001.phpt @@ -52,6 +52,11 @@ if ($rc) { sqlite3\close($db); +$rc = sqlite3\exec($db, "SELECT *", "callback", new stdClass, $error); +if ($rc) { + printf("%s: '%s'\n", sqlite3\errstr($rc), $error); +} + ?> ===DONE=== --EXPECTF-- @@ -73,6 +78,7 @@ string(%d) "3.%d.%s" 2: data = three SQL logic error or missing database: 'no tables specified' +library routine called out of sequence: '' ===DONE=== --CLEAN--