Skip to content

Commit

Permalink
Merge branch '10.5' into 11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 29, 2024
2 parents 0597a19 + f2f936d commit 3ce23be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end-to-end/event/user-error.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The right events are emitted in the right order for a test that runs code which triggers E_USER_ERROR
--SKIPIF--
<?php declare(strict_types=1);
if (!version_compare('8.4.0-dev', PHP_VERSION)) {
if (version_compare(PHP_VERSION, '8.4.0-dev', '>=')) {
print 'skip: PHP < 8.4 is required.';
}
--FILE--
Expand Down

0 comments on commit 3ce23be

Please sign in to comment.