blob: df6b617dce43a28e81ca0ab4f276142201dbb256 (
plain)
1
2
3
|
sp.disable_function.function("strlen").var("$test->$test_array").value("value").drop();
sp.disable_function.function("strlen").var("$arg->$test_array").value("value").drop();
sp.disable_function.function("strlen").var("$test->$arg").value("nop_object").drop();
|