File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 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);
2626--EXPECT--
2727=== RUNNING WITH FILE LOCK ===
2828
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
3030
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
3232
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
3434Remove key 1 and 3
3535bool(true)
3636bool(true)
@@ -61,7 +61,7 @@ bool(true)
6161Fetch "key2": Content 2 replaced 2nd time
6262Fetch "key number 6": The 6th value
6363
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
6565array(6) {
6666 ["[key10]name10"]=>
6767 string(17) "Content String 10"
@@ -122,5 +122,5 @@ array(6) {
122122}
123123=== RUNNING WITH NO LOCK ===
124124
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
126126Failed to create DB
You can’t perform that action at this time.
0 commit comments