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