<?php phpversion(?string $extension = null): string|false
<?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'); }