<?php$x = 75;$y = 25;Funktionszusatz(){ $GLOBALS['z'] = $GLOBALS['x'] + $GLOBALS['y'];}addition();echo $z;?>
提示:
Hinweis: Undefinierter Index: x in /www/admin/working.php.cn_80/wwwroot/compile.php(20): eval()'d Code on line 6Hinweis: Undefiniert index: y in /www/admin/working.php.cn_80/wwwroot/compile.php(20): eval()'d code on line 6Hinweis: Undefinierte Variable: z in /www/admin/working.php.cn_80/ wwwroot/compile.php(20): eval()'d Code in Zeile 9
修改php.ini设置,将register_globals值设置为on。