Home
last modified time | relevance | path

Searched refs:dba_open (Results 26 – 36 of 36) sorted by relevance

12

/PHP-5.5/ext/dba/tests/
H A Ddba005.phpt12 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
H A Ddba_db4_004.phpt18 if (($db_file = dba_open($db_filename, "n", $handler)) !== FALSE) {
H A Ddba006.phpt12 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
H A Ddba_cdb_make.phpt16 if (($db_make=dba_open($db_file, "n", $handler))!==FALSE) {
H A Ddba_optimize.phpt12 if (($db_file=dba_open($db_filename, "n", $handler))!==FALSE) {
H A Ddba_sync.phpt12 if (($db_file=dba_open($db_filename, "n", $handler))!==FALSE) {
H A Ddba010.phpt12 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
H A Ddba_cdb_read.phpt13 if (($db_file=dba_open($db_file, "r", $handler))!==FALSE) {
/PHP-5.5/ext/spl/examples/
H A Ddbareader.inc31 if (!$this->db = dba_open($file, 'r', $handler)) {
/PHP-5.5/ext/dba/
H A Dphp_dba.h131 PHP_FUNCTION(dba_open);
H A Ddba.c134 PHP_FE(dba_open, arginfo_dba_open)
965 PHP_FUNCTION(dba_open) in PHP_FUNCTION() argument

Completed in 18 milliseconds

12