Skip to content

Commit 490dc68

Browse files
committed
fixup! Add since for mhash deprecations
1 parent 8199c6f commit 490dc68

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

ext/hash/tests/mhash_001.phpt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,56 +35,56 @@ foreach ($supported_hash_al as $hash=>$wanted) {
3535
}
3636
?>
3737
--EXPECTF--
38-
Deprecated: Function mhash() is deprecated in %s on line %d
38+
Deprecated: Function mhash() is deprecated since 8.1 in %s on line %d
3939
MHASH_MD5
4040
ok
4141

4242

43-
Deprecated: Function mhash() is deprecated in %s on line %d
43+
Deprecated: Function mhash() is deprecated since 8.1 in %s on line %d
4444
MHASH_SHA1
4545
ok
4646

4747

48-
Deprecated: Function mhash() is deprecated in %s on line %d
48+
Deprecated: Function mhash() is deprecated since 8.1 in %s on line %d
4949
MHASH_HAVAL256
5050
ok
5151

5252

53-
Deprecated: Function mhash() is deprecated in %s on line %d
53+
Deprecated: Function mhash() is deprecated since 8.1 in %s on line %d
5454
MHASH_HAVAL192
5555
ok
5656

5757

58-
Deprecated: Function mhash() is deprecated in %s on line %d
58+
Deprecated: Function mhash() is deprecated since 8.1 in %s on line %d
5959
MHASH_HAVAL224
6060
ok
6161

6262

63-
Deprecated: Function mhash() is deprecated in %s on line %d
63+
Deprecated: Function mhash() is deprecated since 8.1 in %s on line %d
6464
MHASH_HAVAL160
6565
ok
6666

6767

68-
Deprecated: Function mhash() is deprecated in %s on line %d
68+
Deprecated: Function mhash() is deprecated since 8.1 in %s on line %d
6969
MHASH_RIPEMD160
7070
ok
7171

7272

73-
Deprecated: Function mhash() is deprecated in %s on line %d
73+
Deprecated: Function mhash() is deprecated since 8.1 in %s on line %d
7474
MHASH_GOST
7575
ok
7676

7777

78-
Deprecated: Function mhash() is deprecated in %s on line %d
78+
Deprecated: Function mhash() is deprecated since 8.1 in %s on line %d
7979
MHASH_TIGER
8080
ok
8181

8282

83-
Deprecated: Function mhash() is deprecated in %s on line %d
83+
Deprecated: Function mhash() is deprecated since 8.1 in %s on line %d
8484
MHASH_CRC32
8585
ok
8686

8787

88-
Deprecated: Function mhash() is deprecated in %s on line %d
88+
Deprecated: Function mhash() is deprecated since 8.1 in %s on line %d
8989
MHASH_CRC32B
9090
ok

ext/hash/tests/mhash_004.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ var_dump($algo);
1414
--EXPECTF--
1515
int(1)
1616

17-
Deprecated: Function mhash() is deprecated in %s on line %d
17+
Deprecated: Function mhash() is deprecated since 8.1 in %s on line %d
1818
string(32) "098f6bcd4621d373cade4e832627b4f6"
1919
int(1)

0 commit comments

Comments
 (0)