<?php function test(&$foo = null) { $foo = $foo + 1; echo "foo = $foo\n"; } $bar = 123; test($bar); test(); echo "bar = $bar\n";
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`