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.
1 parent f8e2af4 commit d5bcfa4Copy full SHA for d5bcfa4
phpunit
@@ -9,7 +9,7 @@
9
* file that was distributed with this source code.
10
*/
11
12
-if (substr(PHP_VERSION, 0 - strlen('-(to be removed in future macOS)')) === '-(to be removed in future macOS)') {
+if (!version_compare(PHP_VERSION, PHP_VERSION, '=')) {
13
fwrite(
14
STDERR,
15
sprintf(
0 commit comments