Searched refs:dba_exists (Results 1 – 15 of 15) sorted by relevance
/PHP-7.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 | 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_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 | 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-7.0/ext/spl/examples/ |
H A D | dbaarray.inc | 81 return dba_exists($name, $this->db);
|
/PHP-7.0/ext/dba/ |
H A D | php_dba.h | 140 PHP_FUNCTION(dba_exists);
|
H A D | dba.c | 138 PHP_FE(dba_exists, arginfo_dba_exists) 999 PHP_FUNCTION(dba_exists) in PHP_FUNCTION() argument
|
Completed in 23 milliseconds