Searched refs:dba_handlers (Results 1 – 9 of 9) sorted by relevance
34 check(dba_handlers());38 check(dba_handlers(false));42 check(dba_handlers(0));45 $h = dba_handlers(1);
2 if (!sizeof(dba_handlers())) die('skip no handlers installed');4 $handlers = dba_handlers();15 if (!in_array($handler, dba_handlers())) {
34 check(dba_handlers());37 $h = dba_handlers(1);
7 if (!in_array('inifile', dba_handlers())) die('skip inifile handler not available');
77 ZEND_FUNCTION(dba_handlers);95 ZEND_FE(dba_handlers, arginfo_dba_handlers)
61 function dba_handlers(bool $full_info = false): array {} function
1193 PHP_FUNCTION(dba_handlers) in PHP_FUNCTION() argument
4 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 14 milliseconds