Home
last modified time | relevance | path

Searched refs:dba_handlers (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/dba/tests/
H A Ddba_handlers.phpt34 check(dba_handlers());
38 check(dba_handlers(false));
42 check(dba_handlers(0));
45 $h = dba_handlers(1);
H A Dskipif.inc2 if (!sizeof(dba_handlers())) die('skip no handlers installed');
4 $handlers = dba_handlers();
15 if (!in_array($handler, dba_handlers())) {
H A Ddba_db4_handlers.phpt34 check(dba_handlers());
37 $h = dba_handlers(1);
H A Dbug71514.phpt7 if (!in_array('inifile', dba_handlers())) die('skip inifile handler not available');
H A Dbug70825.phpt7 if (!in_array('inifile', dba_handlers())) die('skip inifile handler not available');
/php-src/ext/dba/
H A Ddba_arginfo.h76 ZEND_FUNCTION(dba_handlers);
93 ZEND_FE(dba_handlers, arginfo_dba_handlers)
H A Ddba.stub.php61 function dba_handlers(bool $full_info = false): array {} function
H A Ddba.c1258 PHP_FUNCTION(dba_handlers) in PHP_FUNCTION() argument
/php-src/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc4 if (dba_handlers() === []) {
7 if (dba_handlers() === ['cdb']) {
10 if (dba_handlers() === ['cdb_make']) {
16 $handlers = dba_handlers();
27 foreach (dba_handlers() as $handler) {

Completed in 25 milliseconds