--TEST-- Disable functions by matching on the filename_r where the callback function is called, and not defined --SKIPIF-- --INI-- sp.configuration_file={PWD}/config/config_disabled_functions_callback_called_file_r.ini --FILE-- EOD; file_put_contents("$dir/myfunc_callback.php", $mycode); include "$dir/myfunc_callback.php"; echo test('test_callback'); ?> --EXPECTF-- [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'test_callback' in %a/disabled_functions_callback__called_file_r.php:%d. --XFAIL-- --CLEAN--