mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
ext/hash: Fix deprecation message output for new tests
This commit is contained in:
parent
c1d67c2415
commit
883d3c8113
2 changed files with 2 additions and 2 deletions
|
@ -94,5 +94,5 @@ array(40) {
|
||||||
int(41)
|
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)
|
bool(false)
|
||||||
|
|
|
@ -94,5 +94,5 @@ array(40) {
|
||||||
int(41)
|
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)
|
bool(false)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue