You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ex:
"<?php
$k = 3;
if(!($k<3))goto end;
echo 'Hello world\n';
end:"
Goto is not decoded in this case, can you update the program that can decode goto in if/while for loops?