mirror of
https://github.com/Qbix/webserver.git
synced 2026-07-22 07:57:23 +02:00
4 lines
78 B
PHP
4 lines
78 B
PHP
<?php
|
|
// Trigger a fatal error
|
|
call_undefined_function_that_does_not_exist();
|