mirror of
https://github.com/php/frankenphp.git
synced 2026-03-24 09:02:11 +01:00
6 lines
89 B
PHP
6 lines
89 B
PHP
<?php
|
|
|
|
function my_autoloader(string $class) {
|
|
}
|
|
spl_autoload_register('my_autoloader');
|