Searched refs:dba_popen (Results 1 – 9 of 9) sorted by relevance
/PHP-8.2/ext/dba/tests/ |
H A D | value_errors_open.phpt | 66 var_dump(dba_popen($db_file, 'n', 'bogus')); 69 var_dump(dba_popen('', 'nq')); 74 var_dump(dba_popen($db_file, '')); 79 var_dump(dba_popen($db_file, 'nq', '')); 86 var_dump(dba_popen($db_file, 'q')); 91 var_dump(dba_popen($db_file, 'nq')); 96 var_dump(dba_popen($db_file, 'rdq')); 101 var_dump(dba_popen($db_file, 'n-t')); 131 === Invalid arguments dba_popen() === 135 dba_popen(): Argument #1 ($path) cannot be empty [all …]
|
H A D | dba009.phpt | 2 DBA dba_popen Test 16 if (($db=dba_popen($db_file, "n", $handler))!==FALSE) { 25 if (($db=dba_popen($db_file, "n", $handler))!==FALSE) {
|
H A D | dba015.phpt | 21 $db_file1 = dba_popen($db_filename, 'n', 'flatfile'); 27 $db_file2 = dba_popen($db_filename, 'n', 'flatfile');
|
H A D | dba_db4_018.phpt | 21 $db_file1 = dba_popen($db_filename, 'n', 'flatfile'); 27 $db_file2 = dba_popen($db_filename, 'n', 'flatfile');
|
/PHP-8.2/ext/dba/ |
H A D | dba_arginfo.h | 64 ZEND_FUNCTION(dba_popen); 82 ZEND_FE(dba_popen, arginfo_dba_popen)
|
H A D | dba.stub.php | 16 function dba_popen(string $path, string $mode, ?string $handler = null, int $permission = 0o644, in… function
|
H A D | dba.c | 884 PHP_FUNCTION(dba_popen) in PHP_FUNCTION() argument
|
/PHP-8.2/ext/dba/tests/setup/ |
H A D | setup_dba_tests.inc | 49 $func = $persistent ? 'dba_popen' : 'dba_open'; 161 if (($db_file = dba_popen($db_filename, 'r'.($lock_flag==''?'':'-'), $handler))!==FALSE) {
|
/PHP-8.2/ |
H A D | UPGRADING | 212 . dba_open() and dba_popen() now have the following enforced function signature
|
Completed in 36 milliseconds