File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ cleanup_standard_db($db_name);
26
26
--EXPECT--
27
27
=== RUNNING WITH FILE LOCK ===
28
28
29
- Notice: dba_open(): Handler ndbm does locking internally in /home/girgias/Dev/php-src/ext/dba/tests/setup/setup_dba_tests.inc on line 40
29
+ Notice: dba_open(): Handler ndbm does locking internally in %s on line %d
30
30
31
- Notice: dba_open(): Handler ndbm does locking internally in /home/girgias/Dev/php-src/ext/dba/tests/setup/setup_dba_tests.inc on line 40
31
+ Notice: dba_open(): Handler ndbm does locking internally in %s on line %d
32
32
33
- Notice: dba_open(): Handler ndbm does locking internally in /home/girgias/Dev/php-src/ext/dba/tests/setup/setup_dba_tests.inc on line 82
33
+ Notice: dba_open(): Handler ndbm does locking internally in %s on line %d
34
34
Remove key 1 and 3
35
35
bool(true)
36
36
bool(true)
@@ -61,7 +61,7 @@ bool(true)
61
61
Fetch "key2": Content 2 replaced 2nd time
62
62
Fetch "key number 6": The 6th value
63
63
64
- Notice: dba_open(): Handler ndbm does locking internally in /home/girgias/Dev/php-src/ext/dba/tests/setup/setup_dba_tests.inc on line 149
64
+ Notice: dba_open(): Handler ndbm does locking internally in %s on line %d
65
65
array(6) {
66
66
["[key10]name10"]=>
67
67
string(17) "Content String 10"
@@ -122,5 +122,5 @@ array(6) {
122
122
}
123
123
=== RUNNING WITH NO LOCK ===
124
124
125
- Warning: dba_open(): Locking cannot be disabled for handler ndbm in /home/girgias/Dev/php-src/ext/dba/tests/setup/setup_dba_tests.inc on line 40
125
+ Warning: dba_open(): Locking cannot be disabled for handler ndbm in %s on line %d
126
126
Failed to create DB
You can’t perform that action at this time.
0 commit comments