Searched refs:dba_exists (Results 1 – 14 of 14) sorted by relevance
/PHP-5.3/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 | 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-5.3/ext/spl/examples/ |
H A D | dbaarray.inc | 84 return dba_exists($name, $this->db);
|
/PHP-5.3/ext/dba/ |
H A D | php_dba.h | 139 PHP_FUNCTION(dba_exists);
|
H A D | dba.c | 137 PHP_FE(dba_exists, arginfo_dba_exists) 980 PHP_FUNCTION(dba_exists) in PHP_FUNCTION() argument
|
/PHP-5.3/ |
H A D | NEWS | 2487 - Fixed bug #49125 (Error in dba_exists C code). (jdornan at stanford dot edu)
|
Completed in 45 milliseconds