<?php $abc = function($code){ $function_A = function($code){ return "Code: {$code}"; }; $function_B = function($code) use ($function_A) { $text = $function_A($code); return $text; }; return $function_B($code); }; echo $abc('abc');
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`