PATH:
opt
/
alt
/
tests
/
alt-php55-diseval_0.1-2.el8
/
tests
--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
[-] fail3-mb-ereg-modifier.phpt
[edit]
[+]
..
[-] fail2-create-function.phpt
[edit]
[-] fail1-eval.phpt
[edit]