<?php version_compare(string $version1, string $version2, ?string $operator = null): int|bool
<?php public function __construct(string $template = '', string $root = '') { if (version_compare(phpversion(), '8.0.0', '<')) { throw new RuleBrokenError('PHPlater requires PHP version to be > 8.0'); }