diff options
Diffstat (limited to 'src/tests/config/disabled_function_local_var.ini')
| -rw-r--r-- | src/tests/config/disabled_function_local_var.ini | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/tests/config/disabled_function_local_var.ini b/src/tests/config/disabled_function_local_var.ini deleted file mode 100644 index 3d553c0..0000000 --- a/src/tests/config/disabled_function_local_var.ini +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | sp.disable_function.function("phpinfo").var("$b").value("1337").drop(); | ||
| 2 | sp.disable_function.function("strlen").var("$a").value("1337").drop(); | ||
| 3 | sp.disable_function.function("strlen").var("$a['123']").value("block").drop(); | ||
| 4 | sp.disable_function.function("strlen").var("$a[$c]->prop").value("block").drop(); | ||
| 5 | sp.disable_function.function("strlen").var("$a->zxc").value("not a good value").drop(); | ||
| 6 | sp.disable_function.function("strlen").var("\\asd\\test_object::TEST_VALUE['constant']").value("no good").drop(); | ||
| 7 | sp.disable_function.function("strlen").var("\\asd\\test_object::TEST_VALUE").value("qwerty").drop(); | ||
| 8 | sp.disable_function.function("strlen").var("\\qwe\\ASD").value("qwerty").drop(); | ||
| 9 | sp.disable_function.function("strlen").var("\\qwe\\QWE['123']").value("asdfgh").drop(); | ||
| 10 | sp.disable_function.function("strlen").var("$qwe").value("block this").drop(); | ||
