php-src/ext/sqlite3/tests
2018-02-22 08:11:30 +01:00
..
bug45798.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
bug47159.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
bug53463.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
bug63921-32bit.phpt Fix #73333: 2147483647 is fetched as string 2016-10-17 23:34:41 +02:00
bug63921-64bit.phpt Fix #73333: 2147483647 is fetched as string 2016-10-17 23:34:41 +02:00
bug66550.phpt
bug68760.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug69972.phpt
bug70628.phpt Fix #70628: Clearing bindings on an SQLite3 statement doesn't work 2016-06-27 17:06:27 +02:00
bug71049.phpt
bug72571.phpt Fixed bug #72571 (SQLite3::bindValue, SQLite3::bindParam crash) 2016-07-11 11:51:19 +08:00
bug72668.phpt Further fixes wrt. bug #72668 2016-07-25 17:03:10 +02:00
bug73068.phpt add test for bug #73068 2016-09-13 15:28:28 +02:00
bug73333.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
new_db.inc
skipif.inc
sqlite3_01_open-mb.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_01_open.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_02_create.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_02_open.phpt remove support for string|unicode in tests 2018-02-22 08:11:30 +01:00
sqlite3_03_insert.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_04_update.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_05_delete.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_06_prepared_stmt.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_07_prepared_stmt.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_08_udf.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
sqlite3_09_blob_bound_param.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_10_bound_value_name.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_11_numrows.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
sqlite3_12_unfinalized_stmt_cleanup.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_13_skip_all_cleanup.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_14_querysingle.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_15_open_error-win.phpt
sqlite3_15_open_error.phpt
sqlite3_16_select_no_results.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
sqlite3_17_version.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_18_changes.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
sqlite3_19_columninfo.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
sqlite3_20_error.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_21_security.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_22_loadextension.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_23_escape_string.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_24_last_insert_rowid.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
sqlite3_25_create_aggregate.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
sqlite3_26_reset_prepared_stmt.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_27_reset_prepared_stmt_result.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_28_clear_bindings.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_29_createfunction.phpt remove support for string|unicode in tests 2018-02-22 08:11:30 +01:00
sqlite3_30_blobopen.phpt Change flags to use SQLITE3_OPEN_READ* constants instead of a fake-boolean, add tests on errors 2017-06-08 11:25:00 +12:00
sqlite3_31_changes.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
sqlite3_31_open.phpt remove support for string|unicode in tests 2018-02-22 08:11:30 +01:00
sqlite3_32_changes.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_32_createAggregate_paramCount.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_32_last_insert_rowid_param.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_33_createAggregate_notcallable.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_33_load_extension_param.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_33_reset.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_34_load_extension_ext_dir.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_35_stmt_readonly.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
sqlite3_36_create_collation.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_37_createfunction_flags.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
sqlite3_bind_bug68849.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
sqlite3_blob_bind_resource.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_busyTimeout.phpt Add and fix SKIPIF sections 2018-02-04 17:26:37 +01:00
sqlite3_close_error.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_close_with_params.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_enable_exceptions.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_exec_wrongparams.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_lasterrorcode_with_params.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_lasterrormsg_with_params.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_loadextension_with_wrong_param.phpt Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
sqlite3_open_empty_string.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_openblob_wrongparams.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_prepare_001.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
sqlite3_prepare_faultystmt.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_prepare_with_empty_string.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
sqlite3_prepare_wrongparams.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_prepared_stmt_clear_with_params.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3_query_error.phpt Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
sqlite3_querysingle_error.phpt Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
sqlite3_version_noparam.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3result_fetcharray_with_two_params_fails.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3result_numcolumns_error.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3result_reset_with_params_fails.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3stmt_paramCount_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
sqlite3stmt_paramCount_error.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
sqlite3stmt_reset_params.phpt Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
stream_test.inc