mirror of
https://github.com/dunglas/frankenphp.git
synced 2026-04-23 00:37:20 +08:00
6 lines
89 B
PHP
6 lines
89 B
PHP
<?php
|
|
|
|
function my_autoloader(string $class) {
|
|
}
|
|
spl_autoload_register('my_autoloader');
|