| Current Path : /proc/thread-self/root/usr/share/php/Seld/Signal/ |
| Current File : //proc/thread-self/root/usr/share/php/Seld/Signal/autoload.php |
<?php
// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
// this is an autogenerated file - do not edit
spl_autoload_register(
function($class) {
static $classes = null;
if ($classes === null) {
$classes = array(
'seld\\signal\\signalhandler' => '/SignalHandler.php'
);
}
$cn = strtolower($class);
if (isset($classes[$cn])) {
require __DIR__ . $classes[$cn];
}
},
true,
false
);
// @codeCoverageIgnoreEnd