<?php function foo(): never { while (true) { // Infinite loop to ensure the function never returns } } try { foo(); } catch (Exception $e) { echo $e->getMessage(); }
You have javascript disabled. You will not be able to edit any code.
This script was stopped while abusing our resources