扫码关注官方订阅号
<?php $string = ""; ; ?>
<?php $x = 10; function fun(){ $y = 5; echo $x+$y; } fun(); ?> //output