php-src/ext/dba/tests
Michael Orlitzky def271aaa7
ext/dba/tests/gh16390.phpt: skip if inifile is disabled
This test reads an ini "file" from a string, and expects a warning
about locking. But if inifile support is disabled, then you'll get

  Warning: dba_open(): Handler "inifile" is not available in
  /path/to/ext/dba/tests/gh16390.php on line 3

instead. We skip the test if inifile support is disabled.

Closes GH-17011.
2024-12-06 19:01:50 +01:00
..
setup Backport GH-14962 to stable versions 2024-11-26 21:24:48 +01:00
bug36436.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
bug38698.phpt Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
bug65708.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
bug70825.phpt Deprecate calling dba_fetch() with $dba at the 3rd parameter 2023-07-18 12:59:21 +02:00
bug71514.phpt Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
bug78808.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
clean.inc Reindent phpt files 2020-02-03 22:52:20 +01:00
dba007.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba009.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba015.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_array_keys.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_array_keys_errors.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_array_keys_inifile.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_array_keys_var_non_string.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_cdb.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_cdb_001.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_cdb_creation_matrix.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_cdb_make.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_cdb_read.phpt Deprecate calling dba_fetch() with $dba at the 3rd parameter 2023-07-18 12:59:21 +02:00
dba_db1.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db2.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db3.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db4_000.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db4_009.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db4_018.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db4_creation_matrix.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db4_handlers.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db4_optimize.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_db4_sync.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_dbm.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_fetch_legacy_signature.phpt Deprecate calling dba_fetch() with $dba at the 3rd parameter 2023-07-18 12:59:21 +02:00
dba_flags_arg.phpt Ammend DBA error message to use standard messaging 2022-07-26 00:25:39 +01:00
dba_flatfile.phpt Backport GH-14962 to stable versions 2024-11-26 21:24:48 +01:00
dba_flatfile_creation_matrix.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_gdbm.phpt Backport GH-14962 to stable versions 2024-11-26 21:24:48 +01:00
dba_gdbm_creation_matrix.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_handlers.phpt [skip ci] Add missing conflicts for dba test 2024-05-24 14:48:35 +02:00
dba_inifile.phpt Backport GH-14962 to stable versions 2024-11-26 21:24:48 +01:00
dba_inifile_creation_matrix.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_lmdb.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_lmdb_creation_matrix.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_lmdb_flags.phpt Add support to pass driver flags to DBA handlers 2022-07-23 18:38:27 +01:00
dba_lmdb_readonly.phpt Remove personalisation from write on readonly db DBA error message 2022-07-23 18:38:27 +01:00
dba_ndbm.phpt Backport GH-14962 to stable versions 2024-11-26 21:24:48 +01:00
dba_optimize.phpt Add conflict markers for dba tests 2022-08-04 16:23:26 +02:00
dba_qdbm.phpt Backport GH-14962 to stable versions 2024-11-26 21:24:48 +01:00
dba_qdbm_creation_matrix.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_split.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_sync.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
dba_tcadb.phpt Merge branch 'PHP-8.2' into PHP-8.3 2024-11-26 21:25:05 +01:00
dba_tcadb_creation_matrix.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
default_handler_ini.phpt Improve DBA test suite (#8904) 2022-07-28 19:36:04 +01:00
gh9155.phpt Add conflict markers for dba tests 2022-08-04 16:23:26 +02:00
gh16390.phpt ext/dba/tests/gh16390.phpt: skip if inifile is disabled 2024-12-06 19:01:50 +01:00
skipif.inc Port skipif.inc files to EXTENSIONS 2021-06-11 16:27:50 +02:00
test.cdb
test.inc Reindent phpt files 2020-02-03 22:52:20 +01:00
value_errors_open.phpt Add conflict markers for dba tests 2022-08-04 16:23:26 +02:00