<?php version_compare(string $version1, string $version2, ?string $operator = null): int|bool
<?php throw new InvalidArgumentException('The version must start with [<, >, <=, >=] or a number.'); } return $this->skip(version_compare(PHP_VERSION, $version, $operator), sprintf('This test is skipped on PHP [%s%s].', $operator, $version)); }
<?php return true; } if (! version_compare((string) phpversion('xdebug'), '3.1', '>=')) { return true; }