suchen

Heim  >  Fragen und Antworten  >  Hauptteil

Fehler beim Laufergebnis

<?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

P粉391393584P粉391393584966 Tage vor935

Antworte allen(1)Ich werde antworten

  • 大瓶可乐@php.cn

    大瓶可乐@php.cn2022-06-04 10:45:59

    修改php.ini设置,将register_globals值设置为on。

    Antwort
    2
  • StornierenAntwort