1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-02-12 21:16:58 +00:00

12 lines
165 B
PHP

<?php
if (\PHP_VERSION_ID < 80000) {
interface Stringable
{
/**
* @return string
*/
public function __toString();
}
}