Home
last modified time | relevance | path

Searched refs:dba_firstkey (Results 1 – 13 of 13) sorted by relevance

/PHP-5.5/ext/dba/tests/
H A Dbug36436.phpt21 var_dump(dba_firstkey($db));
H A Ddba005.phpt18 $a = dba_firstkey($db_file);
H A Ddba_handler.inc21 $a = dba_firstkey($db_file);
69 $key = dba_firstkey($db_file);
H A Ddba006.phpt20 $a = dba_firstkey($db_file);
H A Ddba_optimize.phpt15 $a = dba_firstkey($db_file);
H A Ddba_sync.phpt15 $a = dba_firstkey($db_file);
H A Ddba010.phpt19 $a = dba_firstkey($db_file);
H A Ddba_cdb_read.phpt15 $a = dba_firstkey($db_file);
H A Ddba_cdb_001.phpt21 var_dump(dba_firstkey($db_file));
/PHP-5.5/ext/spl/examples/
H A Ddbareader.inc47 $this->key = dba_firstkey($this->db);
/PHP-5.5/ext/dba/
H A Dphp_dba.h134 PHP_FUNCTION(dba_firstkey);
H A DREADME39 As the functions dba_firstkey() and dba_nextkey() return string
H A Ddba.c142 PHP_FE(dba_firstkey, arginfo_dba_firstkey)
1076 PHP_FUNCTION(dba_firstkey) in PHP_FUNCTION() argument

Completed in 19 milliseconds