Searched refs:dba_exists (Results 1 – 13 of 13) sorted by relevance
/php-src/ext/dba/ |
H A D | dba_arginfo.h | 66 ZEND_FUNCTION(dba_exists); 83 ZEND_FE(dba_exists, arginfo_dba_exists)
|
H A D | dba.stub.php | 32 function dba_exists(string|array $key, Dba\Connection $dba): bool {} function
|
H A D | dba.c | 986 PHP_FUNCTION(dba_exists) in PHP_FUNCTION() argument
|
/php-src/ext/dba/tests/ |
H A D | bug65708.phpt | 23 dba_exists($key, $db);
|
H A D | dba_db4_optimize.phpt | 22 echo dba_exists("key$i", $db_file) ? "Y" : "N";
|
H A D | dba_db4_sync.phpt | 22 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_sync.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;
|
H A D | dba_db4_018.phpt | 49 dba_exists("key1", $db_file2);
|
H A D | dba015.phpt | 49 dba_exists("key1", $db_file2);
|
/php-src/ext/dba/tests/setup/ |
H A D | setup_dba_tests.inc | 130 echo "Key $i exists? ", dba_exists("key$i", $db_writer) ? 'Y' : 'N', \PHP_EOL; 290 echo "Key $i exists? ", dba_exists("key$i", $db_file) ? 'Y' : 'N', \PHP_EOL; 303 echo "Key $i exists? ", dba_exists("key$i", $db_file) ? 'Y' : 'N', \PHP_EOL;
|
Completed in 18 milliseconds