PATH:
opt
/
alt
/
tests
/
alt-php74-diseval_0.2-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-- Deprecated: Function create_function() is deprecated in %s Fatal error: DISEVAL - Use of eval is forbidden in %s
[-] fail2-create-function-72.phpt
[edit]
[+]
..
[-] fail1-eval.phpt
[edit]