<?php function recursive($level) { if ($level >= 10) { throw new Exception; } $next = $level + 1; $level = 'foo' ; recursive($next); } recursive(0); ?>
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`