mirror of
https://github.com/php/php-src.git
synced 2024-11-23 01:44:06 +08:00
Merge branch 'PHP-8.4'
* PHP-8.4: ext/hash: Fix deprecation message output for new tests
This commit is contained in:
commit
b48fdcb6e6
@ -94,5 +94,5 @@ array(40) {
|
||||
int(41)
|
||||
}
|
||||
|
||||
Deprecated: Function mhash() is deprecated in %s on line %d
|
||||
Deprecated: Function mhash() is deprecated since 8.1 in %s on line %d
|
||||
bool(false)
|
||||
|
@ -94,5 +94,5 @@ array(40) {
|
||||
int(41)
|
||||
}
|
||||
|
||||
Deprecated: Function mhash() is deprecated in %s on line %d
|
||||
Deprecated: Function mhash() is deprecated since 8.1 in %s on line %d
|
||||
bool(false)
|
||||
|
Loading…
Reference in New Issue
Block a user