<?php $state = new stdclass; $state->fn = function(bool $call) use ($state) { echo 'call', PHP_EOL; if ($call) ($state->fn)(false); }; ($state->fn)(true);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`