79230140

Date: 2024-11-27 11:53:18
Score: 0.5
Natty:
Report link

Maybe there ist somebody out there, who cant test this code on a suhosin hardened PHP (>=7) with disabled eval and comment on it's usability:

try {$evalworks = false;eval('$evalworks = true;');} catch (\Throwable $e) {}
if(!$evalworks){
  echo "Eval is not available.";
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: user426486