Skip to content

Commit 5b0b6ab

Browse files
gsherwoodjrfnl
authored andcommitted
These functions are no longer deprecated in v8 - they have been removed
1 parent 0f3237a commit 5b0b6ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Standards/Generic/Tests/PHP/DeprecatedFunctionsUnitTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ public function getErrorList()
2727
{
2828
$errors = [];
2929

30-
if (PHP_VERSION_ID >= 70200) {
30+
if (PHP_VERSION_ID >= 70200 && PHP_VERSION_ID < 80000) {
3131
$errors[3] = 1;
3232
}
3333

34-
if (PHP_VERSION_ID >= 70300) {
34+
if (PHP_VERSION_ID >= 70300 && PHP_VERSION_ID < 80000) {
3535
$errors[4] = 1;
3636
}
3737

0 commit comments

Comments
 (0)