[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

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

   1  <?php
   2  
   3  if (\PHP_VERSION_ID < 80000) {
   4      class UnhandledMatchError extends Error
   5      {
   6      }
   7  }