Home
last modified time | relevance | path

Searched refs:dba_popen (Results 1 – 18 of 18) sorted by relevance

/PHP-7.4/ext/dba/tests/
H A Ddba009.phpt2 DBA dba_popen Test
12 if (($db=dba_popen($db_file, "n", $handler))!==FALSE) {
21 if (($db=dba_popen($db_file, "n", $handler))!==FALSE) {
H A Ddba016.phpt15 $db_file1 = dba_popen($db_filename, 'n-t', 'flatfile');
26 Warning: dba_popen(%stest0.dbm,n-t): You cannot combine modifiers - (no lock) and t (test lock) in …
H A Ddba_db4_015.phpt16 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
21 if (($db_file = dba_popen($db_filename, "wl", $handler)) !== FALSE) {
H A Ddba_db4_007.phpt18 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
38 Warning: dba_popen(%stest0.dbm,c): Driver initialization failed for handler: db4: Invalid argument …
H A Ddba_db4_013.phpt16 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
21 if (($db_file = dba_popen($db_filename, "rl", $handler)) !== FALSE) {
H A Ddba_db4_016.phpt16 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
30 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
H A Dbug49125.phpt16 $db = dba_popen($db_filename, 'c', 'db4');
H A Dbug36436.phpt14 $db = dba_popen($db_filename, 'c', 'db4');
H A Dbug65708.phpt14 $db = dba_popen($db_filename, 'c');
H A Ddba015.phpt17 $db_file1 = dba_popen($db_filename, 'n', 'flatfile');
23 $db_file2 = dba_popen($db_filename, 'n', 'flatfile');
H A Ddba_db4_018.phpt17 $db_file1 = dba_popen($db_filename, 'n', 'flatfile');
23 $db_file2 = dba_popen($db_filename, 'n', 'flatfile');
H A Ddba_db4_005.phpt15 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
H A Ddba_db4_006.phpt15 if (($db_file = dba_popen($db_filename, "n", $handler)) !== FALSE) {
H A Ddba_db4_008.phpt18 if (($db_file = dba_popen($db_filename, "n", $handler)) !== FALSE) {
H A Ddba_handler.inc84 if (($db_file = dba_popen($db_filename, 'r'.($lock_flag==''?'':'-'), $handler))!==FALSE) {
/PHP-7.4/ext/dba/
H A Dphp_dba.h131 PHP_FUNCTION(dba_popen);
H A Ddba.c134 PHP_FE(dba_popen, arginfo_dba_popen)
1022 PHP_FUNCTION(dba_popen) in PHP_FUNCTION() argument
/PHP-7.4/
H A DNEWS344 . Fixed bug #80817 (dba_popen() may cause segfault during RSHUTDOWN). (cmb)

Completed in 44 milliseconds