Searched refs:dba_exists (Results 1 – 15 of 15) sorted by relevance
/PHP-8.0/ext/dba/tests/ |
H A D | bug49125.phpt | 2 Bug #49125 (Error in dba_exists C code) 20 var_dump(dba_exists('foo', $db));
|
H A D | dba010.phpt | 26 echo dba_exists(array("","name0"), $db_file) ? "Y" : "N"; 28 echo dba_exists("[key$i]name$i", $db_file) ? "Y" : "N"; 30 echo dba_exists(array("key5","name5"), $db_file) ? "Y" : "N";
|
H A D | bug62490.phpt | 21 var_dump(dba_exists("a", $dba)); 25 var_dump(dba_exists("a", $dba));
|
H A D | bug65708.phpt | 22 dba_exists($key, $db);
|
H A D | dba_db4_optimize.phpt | 18 echo dba_exists("key$i", $db_file) ? "Y" : "N";
|
H A D | dba_db4_sync.phpt | 18 echo dba_exists("key$i", $db_file) ? "Y" : "N";
|
H A D | dba_optimize.phpt | 23 echo dba_exists("key$i", $db_file) ? "Y" : "N";
|
H A D | dba_sync.phpt | 23 echo dba_exists("key$i", $db_file) ? "Y" : "N";
|
H A D | dba005.phpt | 26 echo dba_exists("key$i", $db_file) ? "Y" : "N";
|
H A D | dba006.phpt | 28 echo dba_exists("key$i", $db_file) ? "Y" : "N";
|
H A D | dba_cdb_read.phpt | 26 echo dba_exists($i, $db_file) ? "Y" : "N";
|
H A D | dba_handler.inc | 29 echo dba_exists("key$i", $db_file) ? "Y" : "N";
|
/PHP-8.0/ext/dba/ |
H A D | dba_arginfo.h | 65 ZEND_FUNCTION(dba_exists); 83 ZEND_FE(dba_exists, arginfo_dba_exists)
|
H A D | dba.stub.php | 30 function dba_exists($key, $dba): bool {} function
|
H A D | dba.c | 941 PHP_FUNCTION(dba_exists) in PHP_FUNCTION() argument
|
Completed in 14 milliseconds