From: SVN Migration Date: Wed, 25 Jun 2003 16:59:25 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. X-Git-Tag: php-4.3.3RC2~250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a15aee0e0d1098a8ceb15ef06f189a38a45d3f1;p=php This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- diff --git a/ext/sqlite/tests/sqlite_019.phpt b/ext/sqlite/tests/sqlite_019.phpt new file mode 100755 index 0000000000..b67d5d2899 --- /dev/null +++ b/ext/sqlite/tests/sqlite_019.phpt @@ -0,0 +1,46 @@ +--TEST-- +sqlite: single query +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +string(1) "5" +string(1) "4" +string(5) "5data" +array(4) { + [0]=> + string(1) "1" + [1]=> + string(1) "2" + [2]=> + string(1) "3" + [3]=> + string(1) "4" +} + +Warning: sqlite_single_query(): no such table: test in %s on line %d +bool(false) +NULL +array(1) { + [0]=> + string(1) "5" +}