Spoon-Knife icon indicating copy to clipboard operation
Spoon-Knife copied to clipboard

<?php

Open osorou opened this issue 4 months ago • 0 comments

  • @osorou _~~````
$a = 1;
$b = 2;

function Sum()
{
    $GLOBALS['b'] = $GLOBALS['a'] + $GLOBALS['b'];
} 

Sum();
echo $b;
?>

_Originally posted by @osorou in https://github.com/octocat/Spoon-Knife/pull/34195#issuecomment-2431850707_************@ ************

osorou avatar Oct 23 '24 11:10 osorou