ext/hash: Fix deprecation message output for new tests

This commit is contained in:
Gina Peter Banyard 2024-11-10 20:34:45 +00:00
parent c1d67c2415
commit 883d3c8113
No known key found for this signature in database
GPG key ID: 3306078E3194AEBD
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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)