Psalm
Get started
Documentation
Paid support
Plugins
Blog
GitHub
<?php // --taint-analysis /** * @psalm-taint-source input */ function getQueryParam() {} function bar(...$args) { echo $args[0]; } $foo = getQueryParam(); bar(...$foo);
Snippet created on September 11 2022 at 05:44 UTC
Settings
Get link