<?php $fx = function($string) { return $string; }; ob_start($fx); print_r(ob_list_handlers()); ob_end_flush(); print_r([$fx]);
You have javascript disabled. You will not be able to edit any code.