Searched refs:dba_popen (Results 1 – 18 of 18) sorted by relevance
/PHP-5.3/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 | dba_db4_007.phpt | 18 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) { 38 Notice: dba_popen(): %stest0.dbm: unexpected file type or format in %sdba_db4_007.php on line %d 40 Warning: dba_popen(%stest0.dbm,c): Driver initialization failed for handler: db4: Invalid argument …
|
H A D | dba016.phpt | 15 $db_file1 = dba_popen($db_filename, 'n-t', 'flatfile'); 22 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_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 | 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_qdbm.phpt | 33 Warning: dba_popen(%stest0.dbm,r-): Locking cannot be disabled for handler qdbm in %sdba_handler.in…
|
H A D | dba_db4_008.phpt | 18 if (($db_file = dba_popen($db_filename, "n", $handler)) !== FALSE) {
|
H A D | dba_handler.inc | 76 if (($db_file = dba_popen($db_filename, 'r'.($lock_flag==''?'':'-'), $handler))!==FALSE) {
|
/PHP-5.3/ext/spl/examples/ |
H A D | dbaarray.inc | 30 $this->db = dba_popen($file, "c", $handler);
|
/PHP-5.3/ext/dba/ |
H A D | php_dba.h | 132 PHP_FUNCTION(dba_popen);
|
H A D | dba.c | 134 PHP_FE(dba_popen, arginfo_dba_popen) 947 PHP_FUNCTION(dba_popen) in PHP_FUNCTION() argument
|
Completed in 13 milliseconds