php-src/ext/sqlite3/tests
Christoph M. Becker b31f73b1c8 Merge branch 'PHP-7.4'
* PHP-7.4:
  Enclose INI values containing {TMP} in quotes
2020-03-09 22:53:23 +01:00
..
bug45798.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
bug47159.phpt
bug53463.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug63921-32bit.phpt Give a reason why the test was skipped 2018-07-22 16:41:41 -03:00
bug63921-64bit.phpt
bug66550.phpt Clean DONE tags from tests 2019-11-07 21:31:47 +01:00
bug68760.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
bug69972.phpt
bug70628.phpt
bug71049.phpt
bug72571.phpt
bug72668.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
bug73068.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug73333.phpt Clean DONE tags from tests 2019-11-07 21:31:47 +01:00
bug76665.phpt Clean DONE tags from tests 2019-11-07 21:31:47 +01:00
bug77051.phpt Use EXPECT when possible 2019-03-11 00:05:44 -03:00
bug79294.phpt Fix #79294: ::columnType() may fail after SQLite3Stmt::reset() 2020-02-21 13:36:29 +01:00
exception_from_toString.phpt Add missing SKIPIF (sqlite) 2019-09-04 08:39:15 +02:00
new_db.inc
skipif.inc Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_01_open-mb.phpt
sqlite3_01_open.phpt
sqlite3_02_create.phpt
sqlite3_02_open.phpt Use EXPECT instead of EXPECTF when possible 2018-09-16 15:39:18 -03:00
sqlite3_03_insert.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_04_update.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_05_delete.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_06_prepared_stmt.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_07_prepared_stmt.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_08_udf.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_09_blob_bound_param.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_10_bound_value_name.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
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 Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_13_skip_all_cleanup.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_14_querysingle.phpt
sqlite3_15_open_error-win.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_15_open_error.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_16_select_no_results.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_17_version.phpt
sqlite3_18_changes.phpt
sqlite3_19_columninfo.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_20_error.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_21_security.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_22_loadextension.phpt
sqlite3_23_escape_string.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_24_last_insert_rowid.phpt
sqlite3_25_create_aggregate.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_26_reset_prepared_stmt.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_27_reset_prepared_stmt_result.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_28_clear_bindings.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_29_createfunction.phpt Use EXPECT instead of EXPECTF when possible 2018-09-16 15:39:18 -03:00
sqlite3_30_blobopen.phpt Report errors from stream read and write operations 2019-07-22 17:17:28 +02:00
sqlite3_31_changes.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
sqlite3_31_open.phpt Use EXPECT instead of EXPECTF when possible 2018-09-16 15:39:18 -03:00
sqlite3_33_createAggregate_notcallable.phpt
sqlite3_33_load_extension_param.phpt Merge branch 'PHP-7.3' into PHP-7.4 2020-03-09 22:51:11 +01:00
sqlite3_33_reset.phpt Adjust tests for zpp TypeError change 2019-03-11 11:32:20 +01:00
sqlite3_34_load_extension_ext_dir.phpt Skip SQLite3::loadExtension tests if SQLITE_OMIT_LOAD_EXTENSION defined 2018-11-08 14:27:12 +01:00
sqlite3_35_stmt_readonly.phpt
sqlite3_36_create_collation.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_37_createfunction_flags.phpt
sqlite3_38_backup.phpt Implement SQLite3 backup API 2019-06-17 23:34:51 +02:00
sqlite3_38_extended_error.phpt Implement SQLite extended result code functionality 2019-07-02 13:03:35 +02:00
sqlite3_39_toggleExtended.phpt Implement SQLite extended result code functionality 2019-07-02 13:03:35 +02:00
sqlite3_40_setauthorizer.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_bind_bug68849.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_blob_bind_resource.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_bound_value_at_name.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_busyTimeout.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
sqlite3_defensive.phpt SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy against potential security flaws 2019-03-11 16:26:15 +01:00
sqlite3_enable_exceptions.phpt Adjust tests for zpp TypeError change 2019-03-11 11:32:20 +01:00
sqlite3_open_empty_string.phpt
sqlite3_prepare_001.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
sqlite3_prepare_faultystmt.phpt
sqlite3_prepare_with_empty_string.phpt
sqlite3stmt_getsql.phpt Use EXPECT when possible 2019-03-11 00:05:44 -03:00
sqlite3stmt_getsql_expanded.phpt Implement SQLite3Stmt::getSQL method, returning the original statement SQL, eventually expanded 2018-12-15 17:27:33 +01:00
sqlite3stmt_paramCount_basic.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
stream_test.inc Reindent phpt files 2020-02-03 22:52:20 +01:00