Can't display running results
随缘
随缘 2019-06-17 10:29:14
0
1
1114

Why can’t the running results be displayed?

<?php

$x = 75;

$y = 25;

function addition()

{

$GLOBALS['z'] = $GLOBALS['x'] $GLOBALS['y'];

}

addition();

echo $z;

?>


##

随缘
随缘

reply all(1)
步履不停

Snipaste_2019-06-19_11-08-58.png

There is no problem with the code. It is recommended to post the error message.

$zThe output result is 100

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