Searched refs:dba_popen (Results 1 – 19 of 19) sorted by relevance
/PHP-8.0/ext/dba/tests/ |
H A D | dba009.phpt | 2 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 D | dba016.phpt | 15 $db_file1 = dba_popen($db_filename, 'n-t', 'flatfile'); 25 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 | 16 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) { 21 if (($db_file = dba_popen($db_filename, "wl", $handler)) !== FALSE) {
|
H A D | dba_db4_007.phpt | 18 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 D | dba_db4_013.phpt | 16 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) { 21 if (($db_file = dba_popen($db_filename, "rl", $handler)) !== FALSE) {
|
H A D | dba_db4_016.phpt | 16 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) { 30 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
|
H A D | bug49125.phpt | 16 $db = dba_popen($db_filename, 'c', 'db4');
|
H A D | bug36436.phpt | 14 $db = dba_popen($db_filename, 'c', 'db4');
|
H A D | bug65708.phpt | 14 $db = dba_popen($db_filename, 'c');
|
H A D | dba015.phpt | 17 $db_file1 = dba_popen($db_filename, 'n', 'flatfile'); 23 $db_file2 = dba_popen($db_filename, 'n', 'flatfile');
|
H A D | dba_db4_018.phpt | 17 $db_file1 = dba_popen($db_filename, 'n', 'flatfile'); 23 $db_file2 = dba_popen($db_filename, 'n', 'flatfile');
|
H A D | dba_db4_005.phpt | 15 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
|
H A D | dba_db4_006.phpt | 15 if (($db_file = dba_popen($db_filename, "n", $handler)) !== FALSE) {
|
H A D | dba_db4_008.phpt | 18 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.0/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
|
/PHP-8.0/ |
H A D | NEWS | 950 . Fixed bug #80817 (dba_popen() may cause segfault during RSHUTDOWN). (cmb)
|
Completed in 19 milliseconds