/var/www/hkosl.com/imusiccircle/webadmin/libraies/php-console/php-console/tests/scripts/trigger_not_fatal_errors.php


1
2
3
4
5
6
7
8
<?php


$x 
= function () {
    echo 
$x;
    
file_get_contents('/not-exists');
};
$x();