golden hour
/opt/alt/tests/alt-php71-diseval_0.1-2.el9/tests
⬆️ Go Up
Upload
File/Folder
Size
Actions
fail1-eval.phpt
149 B
Del
OK
fail2-create-function.phpt
235 B
Del
OK
Edit: fail2-create-function.phpt
--TEST-- Test if runtime-created functions are disabled --SKIPIF-- --FILE-- <?php $newfunc = create_function('$a,$b', 'return $a+$b;'); $r = $newfunc(2,4); var_dump($r); --EXPECTF-- Fatal error: DISEVAL - Use of eval is forbidden in %s
Save