Subversion Repositories php-qbpwcf

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 liveuser 1
<?php
2
 
3
if (\PHP_VERSION_ID < 80000) {
4
    interface Stringable
5
    {
6
        /**
7
         * @return string
8
         */
9
        public function __toString();
10
    }
11
}