Home
last modified time | relevance | path

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

12

/PHP-7.1/ext/dba/tests/
H A Ddba004.phpt12 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
H A Ddba014.phpt13 if (($db_file=dba_open($db_file, "n", $handler))!==FALSE) {
H A Ddba_db4_011.phpt14 if (($db_file=dba_open($db_filename, "c", $handler))!==FALSE) {
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-7.1/ext/spl/examples/
H A Ddbareader.inc31 if (!$this->db = dba_open($file, 'r', $handler)) {
/PHP-7.1/ext/dba/
H A Dphp_dba.h132 PHP_FUNCTION(dba_open);
H A Ddba.c134 PHP_FE(dba_open, arginfo_dba_open)
974 PHP_FUNCTION(dba_open) in PHP_FUNCTION() argument
/PHP-7.1/
H A DNEWS2863 . Fixed bug #72157 (use-after-free caused by dba_open). (Shm, Laruence)

Completed in 23 milliseconds

12