Skip to content

Commit b48fdcb

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: ext/hash: Fix deprecation message output for new tests
2 parents 4643148 + 883d3c8 commit b48fdcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/hash/tests/gh16711_1.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ array(40) {
9494
int(41)
9595
}
9696

97-
Deprecated: Function mhash() is deprecated in %s on line %d
97+
Deprecated: Function mhash() is deprecated since 8.1 in %s on line %d
9898
bool(false)

ext/hash/tests/gh16711_2.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ array(40) {
9494
int(41)
9595
}
9696

97-
Deprecated: Function mhash() is deprecated in %s on line %d
97+
Deprecated: Function mhash() is deprecated since 8.1 in %s on line %d
9898
bool(false)

0 commit comments

Comments
 (0)