ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
bootstrap.php
Go to the documentation of this file.
1<?php
2
3namespace FastRoute;
4
5require __DIR__ . '/functions.php';
6
7spl_autoload_register(function ($class) {
8 if (strpos($class, 'FastRoute\\') === 0) {
9 $name = substr($class, strlen('FastRoute'));
10 require __DIR__ . strtr($name, '\\', DIRECTORY_SEPARATOR) . '.php';
11 }
12});
An exception for terminatinating execution or to throw for unit testing.
if($format !==null) $name
Definition: metadata.php:146