[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/_test/vendor/symfony/polyfill-php80/Resources/stubs/ -> Stringable.php (source)

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