<?php // http://php.net/manual/en/language.variables.scope.php $a = 1; $b = 2; function Sum() { global $a, $b; $b = $a + $b; } Sum(); echo $b;
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`