Skip to content

Commit

Permalink
Merge branch '11.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 29, 2024
2 parents d9e5322 + 3ce23be commit e8d66de
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 e8d66de

Please # to comment.