Skip to content

Commit 2b2f755

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Use pattern tags for NDBM ext/dba/tests (#14755)
2 parents e9a9a2b + df37671 commit 2b2f755

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ext/dba/tests/dba_ndbm.phpt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
3434
Remove key 1 and 3
3535
bool(true)
3636
bool(true)
@@ -61,7 +61,7 @@ bool(true)
6161
Fetch "key2": Content 2 replaced 2nd time
6262
Fetch "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
6565
array(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
126126
Failed to create DB

0 commit comments

Comments
 (0)