Home
last modified time | relevance | path

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

/PHP-8.1/ext/dba/tests/
H A Ddba009.phpt2 DBA dba_popen Test
14 if (($db=dba_popen($db_file, "n", $handler))!==FALSE) {
23 if (($db=dba_popen($db_file, "n", $handler))!==FALSE) {
H A Ddba016.phpt17 $db_file1 = dba_popen($db_filename, 'n-t', 'flatfile');
27 Warning: dba_popen(%stest0.dbm,n-t): You cannot combine modifiers - (no lock) and t (test lock) in …
H A Ddba_db4_015.phpt18 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
23 if (($db_file = dba_popen($db_filename, "wl", $handler)) !== FALSE) {
H A Ddba_db4_007.phpt20 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
40 Warning: dba_popen(%stest0.dbm,c): Driver initialization failed for handler: db4: Invalid argument …
H A Ddba_db4_013.phpt18 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
23 if (($db_file = dba_popen($db_filename, "rl", $handler)) !== FALSE) {
H A Ddba_db4_016.phpt18 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
32 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
H A Dbug49125.phpt18 $db = dba_popen($db_filename, 'c', 'db4');
H A Dbug36436.phpt16 $db = dba_popen($db_filename, 'c', 'db4');
H A Dbug65708.phpt16 $db = dba_popen($db_filename, 'c');
H A Ddba015.phpt19 $db_file1 = dba_popen($db_filename, 'n', 'flatfile');
25 $db_file2 = dba_popen($db_filename, 'n', 'flatfile');
H A Ddba_db4_018.phpt19 $db_file1 = dba_popen($db_filename, 'n', 'flatfile');
25 $db_file2 = dba_popen($db_filename, 'n', 'flatfile');
H A Ddba_db4_005.phpt17 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
H A Ddba_db4_006.phpt17 if (($db_file = dba_popen($db_filename, "n", $handler)) !== FALSE) {
H A Ddba_db4_008.phpt20 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-8.1/ext/dba/
H A Ddba_arginfo.h62 ZEND_FUNCTION(dba_popen);
80 ZEND_FE(dba_popen, arginfo_dba_popen)
H A Ddba.stub.php12 function dba_popen($path, $mode, $handler = UNKNOWN, ...$handler_params) {} function
H A Ddba.c911 PHP_FUNCTION(dba_popen) in PHP_FUNCTION() argument

Completed in 15 milliseconds