主页
PHP
PHP $GLOBALS
tryphp_global_globals_error
运行 ❯
×
更改方向
保存代码
更改主题
<?php $x = 75; function myfunction() { echo $x; } myfunction() ?>