sp.disable_function.function("testFunction").ret("0").drop().disable(); sp.disable_function.function("strpos").ret("0").drop().filename_r(".*\\.not_matching"); sp.disable_function.function("strpos").ret("0").drop().filename_r(".*\\.php"); sp.disable_function.function_r("str[ia]pos").ret_r("^[^a-z]+$").drop(); sp.disable_function.function_r("stripos").ret_r("^[^a-z]+").drop(); sp.disable_function.function("Bob::a").ret("2").drop();