<?php function test($argument) { try { echo "try\n"; return $argument; } finally { $argument++; unset($argument); echo "finally\n"; } } $counter = 2; $result = test($counter); var_dump($result);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`