summaryrefslogtreecommitdiff
path: root/src/tests/disable_function/config/disabled_function_local_var.ini
blob: 3d553c044346dec4697e9c7c50717adde34f7120 (plain)
1
2
3
4
5
6
7
8
9
10
sp.disable_function.function("phpinfo").var("$b").value("1337").drop();
sp.disable_function.function("strlen").var("$a").value("1337").drop();
sp.disable_function.function("strlen").var("$a['123']").value("block").drop();
sp.disable_function.function("strlen").var("$a[$c]->prop").value("block").drop();
sp.disable_function.function("strlen").var("$a->zxc").value("not a good value").drop();
sp.disable_function.function("strlen").var("\\asd\\test_object::TEST_VALUE['constant']").value("no good").drop();
sp.disable_function.function("strlen").var("\\asd\\test_object::TEST_VALUE").value("qwerty").drop();
sp.disable_function.function("strlen").var("\\qwe\\ASD").value("qwerty").drop();
sp.disable_function.function("strlen").var("\\qwe\\QWE['123']").value("asdfgh").drop();
sp.disable_function.function("strlen").var("$qwe").value("block this").drop();