Searched refs:dba_exists (Results 1 – 11 of 11) sorted by relevance
/PHP-8.3/ext/dba/ |
H A D | dba_arginfo.h | 67 ZEND_FUNCTION(dba_exists); 85 ZEND_FE(dba_exists, arginfo_dba_exists)
|
H A D | dba.stub.php | 25 function dba_exists(string|array $key, $dba): bool {} function
|
H A D | dba.c | 929 PHP_FUNCTION(dba_exists) in PHP_FUNCTION() argument
|
/PHP-8.3/ext/dba/tests/ |
H A D | bug65708.phpt | 23 dba_exists($key, $db);
|
H A D | dba_db4_sync.phpt | 22 echo dba_exists("key$i", $db_file) ? "Y" : "N";
|
H A D | dba_db4_optimize.phpt | 22 echo dba_exists("key$i", $db_file) ? "Y" : "N";
|
H A D | dba_sync.phpt | 27 echo dba_exists("key$i", $db_file) ? "Y" : "N";
|
H A D | dba_optimize.phpt | 27 echo dba_exists("key$i", $db_file) ? "Y" : "N";
|
H A D | dba_cdb_read.phpt | 30 echo dba_exists($i, $db_file) ? "Y" : "N";
|
H A D | dba_lmdb_flags.phpt | 47 echo "Key $i exists? ", dba_exists("key$i", $db_file) ? "Y" : "N", \PHP_EOL;
|
/PHP-8.3/ext/dba/tests/setup/ |
H A D | setup_dba_tests.inc | 115 echo "Key $i exists? ", dba_exists("key$i", $db_writer) ? 'Y' : 'N', \PHP_EOL; 275 echo "Key $i exists? ", dba_exists("key$i", $db_file) ? 'Y' : 'N', \PHP_EOL; 288 echo "Key $i exists? ", dba_exists("key$i", $db_file) ? 'Y' : 'N', \PHP_EOL;
|
Completed in 18 milliseconds