php-src/ext/sqlite3/tests
Christoph M. Becker 471eb0dd95 Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
  Fix #77051: Issue with re-binding on SQLite3
2018-11-29 02:18:56 +01:00
..
bug45798.phpt
bug47159.phpt
bug53463.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:32:30 +02:00
bug63921-32bit.phpt Give a reason why the test was skipped 2018-07-22 16:41:41 -03:00
bug63921-64bit.phpt Fix #73333: 2147483647 is fetched as string 2016-10-17 23:34:41 +02:00
bug66550.phpt
bug68760.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:32:30 +02:00
bug69972.phpt
bug70628.phpt
bug71049.phpt
bug72571.phpt
bug72668.phpt
bug73068.phpt
bug73333.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
bug76665.phpt Fix #76665: SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggle 2018-07-26 13:15:19 +02:00
bug77051.phpt Fix #77051: Issue with re-binding on SQLite3 2018-11-29 02:16:57 +01:00
new_db.inc
skipif.inc Give a reason why the test was skipped 2018-07-22 16:41:41 -03:00
sqlite3_01_open-mb.phpt
sqlite3_01_open.phpt
sqlite3_02_create.phpt
sqlite3_02_open.phpt remove support for string|unicode in tests 2018-02-22 08:11:30 +01:00
sqlite3_03_insert.phpt
sqlite3_04_update.phpt
sqlite3_05_delete.phpt
sqlite3_06_prepared_stmt.phpt
sqlite3_07_prepared_stmt.phpt
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
sqlite3_10_bound_value_name.phpt
sqlite3_11_numrows.phpt Give a reason why the test was skipped 2018-07-22 16:41:41 -03:00
sqlite3_12_unfinalized_stmt_cleanup.phpt
sqlite3_13_skip_all_cleanup.phpt
sqlite3_14_querysingle.phpt
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
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
sqlite3_21_security.phpt
sqlite3_22_loadextension.phpt
sqlite3_23_escape_string.phpt
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
sqlite3_27_reset_prepared_stmt_result.phpt
sqlite3_28_clear_bindings.phpt
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 Sync leading and final newlines in *.phpt sections 2018-10-15 04:32:30 +02:00
sqlite3_31_open.phpt remove support for string|unicode in tests 2018-02-22 08:11:30 +01:00
sqlite3_32_changes.phpt
sqlite3_32_createAggregate_paramCount.phpt
sqlite3_32_last_insert_rowid_param.phpt
sqlite3_33_createAggregate_notcallable.phpt
sqlite3_33_load_extension_param.phpt
sqlite3_33_reset.phpt
sqlite3_34_load_extension_ext_dir.phpt
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
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
sqlite3_busyTimeout.phpt Add and fix SKIPIF sections 2018-02-04 17:26:37 +01:00
sqlite3_close_error.phpt
sqlite3_close_with_params.phpt
sqlite3_enable_exceptions.phpt
sqlite3_exec_wrongparams.phpt
sqlite3_lasterrorcode_with_params.phpt
sqlite3_lasterrormsg_with_params.phpt
sqlite3_loadextension_with_wrong_param.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:32:30 +02:00
sqlite3_open_empty_string.phpt
sqlite3_openblob_wrongparams.phpt
sqlite3_prepare_001.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
sqlite3_prepare_faultystmt.phpt
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
sqlite3_prepared_stmt_clear_with_params.phpt
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
sqlite3result_fetcharray_with_two_params_fails.phpt
sqlite3result_numcolumns_error.phpt
sqlite3result_reset_with_params_fails.phpt
sqlite3stmt_paramCount_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
sqlite3stmt_paramCount_error.phpt
sqlite3stmt_reset_params.phpt
stream_test.inc