<?php $myVar = false; $myAnonFunc = function() use (&$myVar) { $myVar = true; }; $myAnonFunc(); echo '$myVar => ' . ($myVar ? 'TRUE' : 'FALSE') . PHP_EOL; // Expected `$myVar => TRUE` but got `$myVar => FALSE`
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`