We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9e5322 + 3ce23be commit e8d66deCopy full SHA for e8d66de
tests/end-to-end/event/user-error.phpt
@@ -2,7 +2,7 @@
2
The right events are emitted in the right order for a test that runs code which triggers E_USER_ERROR
3
--SKIPIF--
4
<?php declare(strict_types=1);
5
-if (!version_compare('8.4.0-dev', PHP_VERSION)) {
+if (version_compare(PHP_VERSION, '8.4.0-dev', '>=')) {
6
print 'skip: PHP < 8.4 is required.';
7
}
8
--FILE--
0 commit comments