8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761d2f6 commit bc1214fCopy full SHA for bc1214f
ext/dba/tests/dba_handler.inc
@@ -40,7 +40,7 @@ do {
40
}
41
if ($handler != 'cdb') {
42
$db_writer = dba_open($db_filename, 'c'.$lock_flag, $handler);
43
- if (($dba_reader = @dba_open($db_filename, 'r'.$lock_flag.($lock_flag ? 't' : ''), $handler))===false) {
+ if (($dba_reader = @dba_open($db_filename, 'r'.$lock_flag.'t', $handler))===false) {
44
echo "Read during write: not allowed\n";
45
} else {
46
echo "Read during write: allowed\n";
0 commit comments