JezK
Edit File: 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