Running result error
P粉391393584
P粉391393584 2022-06-04 00:15:05
0
1
919

<?php$x = 75;$y = 25;function addition(){ $GLOBALS['z'] = $GLOBALS['x'] $GLOBALS['y'];}addition();echo $z;?>

提示:

Notice: Undefined index: x in /www/admin/working.php.cn_80/wwwroot/compile.php(20) : eval()'d code on line 6Notice: Undefined index: y in /www/admin/working.php.cn_80/wwwroot/compile.php(20) : eval()'d code on line 6Notice: Undefined variable: z in /www/admin/working.php.cn_80/wwwroot/compile.php(20) : eval()'d code on line 9

P粉391393584
P粉391393584

reply all(1)
大瓶可乐

Modify the php.ini settings and set the register_globals value to on.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template