sp.disable_functions.function("system").drop(); sp.disable_functions.function("vprintf").hash("123456789").drop(); sp.disable_functions.function("printf").disable().drop(); sp.disable_functions.function("printf").simulation().drop(); sp.disable_functions.function("print").disable().drop(); # this is a comment sp.disable_functions.function_r("^var_dump$").drop(); sp.disable_functions.function("sprintf").filename("wrong file name").drop();