phanalist
phanalist copied to clipboard
E00011
Detect this kind of code.
<?php
function example(){
if(true){
$a = true;
}
return $a;
}