Searched refs:dba_popen (Results 1 – 18 of 18) sorted by relevance
/PHP-8.1/ext/dba/tests/ |
H A D | dba009.phpt | 2 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 D | dba016.phpt | 17 $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 D | dba_db4_015.phpt | 18 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) { 23 if (($db_file = dba_popen($db_filename, "wl", $handler)) !== FALSE) {
|
H A D | dba_db4_007.phpt | 20 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 D | dba_db4_013.phpt | 18 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) { 23 if (($db_file = dba_popen($db_filename, "rl", $handler)) !== FALSE) {
|
H A D | dba_db4_016.phpt | 18 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) { 32 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
|
H A D | bug49125.phpt | 18 $db = dba_popen($db_filename, 'c', 'db4');
|
H A D | bug36436.phpt | 16 $db = dba_popen($db_filename, 'c', 'db4');
|
H A D | bug65708.phpt | 16 $db = dba_popen($db_filename, 'c');
|
H A D | dba015.phpt | 19 $db_file1 = dba_popen($db_filename, 'n', 'flatfile'); 25 $db_file2 = dba_popen($db_filename, 'n', 'flatfile');
|
H A D | dba_db4_018.phpt | 19 $db_file1 = dba_popen($db_filename, 'n', 'flatfile'); 25 $db_file2 = dba_popen($db_filename, 'n', 'flatfile');
|
H A D | dba_db4_005.phpt | 17 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
|
H A D | dba_db4_006.phpt | 17 if (($db_file = dba_popen($db_filename, "n", $handler)) !== FALSE) {
|
H A D | dba_db4_008.phpt | 20 if (($db_file = dba_popen($db_filename, "n", $handler)) !== FALSE) {
|
H A D | dba_handler.inc | 84 if (($db_file = dba_popen($db_filename, 'r'.($lock_flag==''?'':'-'), $handler))!==FALSE) {
|
/PHP-8.1/ext/dba/ |
H A D | dba_arginfo.h | 62 ZEND_FUNCTION(dba_popen); 80 ZEND_FE(dba_popen, arginfo_dba_popen)
|
H A D | dba.stub.php | 12 function dba_popen($path, $mode, $handler = UNKNOWN, ...$handler_params) {} function
|
H A D | dba.c | 911 PHP_FUNCTION(dba_popen) in PHP_FUNCTION() argument
|
Completed in 14 milliseconds