<?php function foo(string $a, string &$b) { $b = new stdClass(); } $a = "a"; $b = "b"; foo($a, $b); var_dump($a, $b);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`