--TEST-- Disable functions by matching on the filename_r where the function is called, and not defined --SKIPIF-- --INI-- sp.configuration_file={PWD}/config/config_disabled_functions_called_file_r.ini --FILE-- EOD; file_put_contents("$dir/myfunc.php", $mycode); include "$dir/myfunc.php"; test(); ?> --CLEAN-- --EXPECTF-- Fatal error: [snuffleupagus][disabled_function] Aborted execution on call of the function 'test' in %a/myfunc.php on line 3