From 02889a1980340caaa4f2450c834da87fb675f848 Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Fri, 10 Jun 2005 18:06:44 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'php_5_0_1b1'. --- ext/sqlite/tests/sqlite_003.phpt | 52 ---------------------------------------- 1 file changed, 52 deletions(-) delete mode 100755 ext/sqlite/tests/sqlite_003.phpt (limited to 'ext/sqlite/tests/sqlite_003.phpt') diff --git a/ext/sqlite/tests/sqlite_003.phpt b/ext/sqlite/tests/sqlite_003.phpt deleted file mode 100755 index adb891b726..0000000000 --- a/ext/sqlite/tests/sqlite_003.phpt +++ /dev/null @@ -1,52 +0,0 @@ ---TEST-- -sqlite: Simple insert/select, different result represenatation ---INI-- -sqlite.assoc_case=0 ---SKIPIF-- - ---FILE-- - ---EXPECT-- -array(6) { - [0]=> - string(10) "2002-01-02" - ["c1"]=> - string(10) "2002-01-02" - [1]=> - string(8) "12:49:00" - ["c2"]=> - string(8) "12:49:00" - [2]=> - NULL - ["c3"]=> - NULL -} -array(3) { - [0]=> - string(10) "2002-01-02" - [1]=> - string(8) "12:49:00" - [2]=> - NULL -} -array(3) { - ["c1"]=> - string(10) "2002-01-02" - ["c2"]=> - string(8) "12:49:00" - ["c3"]=> - NULL -} -- cgit v1.2.1