phanalist icon indicating copy to clipboard operation
phanalist copied to clipboard

E00011

Open denzyldick opened this issue 1 year ago • 0 comments

Detect this kind of code.

<?php

function example(){

if(true){
$a = true;
}
return $a;
}

denzyldick avatar Feb 21 '24 22:02 denzyldick