OwlCyberSecurity - MANAGER
Edit File: fail4-eval-from-var.phpt
--TEST-- Test if eval() is disabled with code from variable --SKIPIF-- --FILE-- <?php $code = 'echo "Hello from eval!";'; eval($code); --EXPECTF-- %SFatal error: DISEVAL - Use of eval is forbidden in %s