summaryrefslogtreecommitdiff
path: root/src/tests/disable_function/config/disabled_functions.ini
blob: 0758c98d91aa7a71add58a5a76e912fb5d022797 (plain)
1
2
3
4
5
6
7
8
9
10
sp.disable_function.function("system").drop();
sp.disable_function.function("vprintf").hash("123456789").drop();
sp.disable_function.function("printf").disable().drop();
sp.disable_function.function("printf").simulation().drop();
sp.disable_function.function("print").disable().drop();  # this is a comment
sp.disable_function.function_r("^var_dump$").drop();
sp.disable_function.function("sprintf").filename("/wrong file name").drop();
sp.disable_function.function("sprintf").filename("/wrong file name").drop();
sp.disable_function.function("eval").drop();
sp.disable_function.function("shell_exec").param("foo").value("bar").drop();