php-src/ext/dba
Nikita Popov 97dd0eb98d Fix stub for dba_key_split()
This is an extremely weird function, but the behavior seems to be
intentional, and is quite clearly documented.

So we adjust the stub to also accept false|null as arguments. I
believe the implementation already correctly matches union type
semantics.
2020-10-22 14:50:52 +02:00
..
libcdb Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
libflatfile Remove proto comments from C files 2020-07-06 21:13:34 +02:00
libinifile Remove proto comments from C files 2020-07-06 21:13:34 +02:00
tests Fix stub for dba_key_split() 2020-10-22 14:50:52 +02:00
config.m4 Allow lookup of distro-packaged QDBM headers on Debian 2019-09-23 09:53:31 +02:00
config.w32 Switch to use ZTS cache 2019-03-12 14:15:47 +03:00
CREDITS Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
dba_arginfo.h Fix stub for dba_key_split() 2020-10-22 14:50:52 +02:00
dba_cdb.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dba_db1.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dba_db2.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dba_db3.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dba_db4.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dba_dbm.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dba_flatfile.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dba_gdbm.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dba_inifile.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dba_lmdb.c Merge branch 'PHP-7.4' 2020-01-03 18:51:25 +01:00
dba_ndbm.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dba_qdbm.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dba_tcadb.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
dba.c Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
dba.stub.php Fix stub for dba_key_split() 2020-10-22 14:50:52 +02:00
install_cdb.sh Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
php_cdb.h
php_db1.h
php_db2.h
php_db3.h
php_db4.h
php_dba.h Generate function entries from stubs for a couple of extensions 2020-04-04 20:41:48 +02:00
php_dbm.h
php_flatfile.h
php_gdbm.h
php_inifile.h
php_lmdb.h implement support for LMDB in ext/dba 2017-05-28 18:33:12 +02:00
php_ndbm.h
php_qdbm.h
php_tcadb.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00