mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
6 lines
89 B
PHP
6 lines
89 B
PHP
<?php
|
|
|
|
function my_autoloader(string $class) {
|
|
}
|
|
spl_autoload_register('my_autoloader');
|