- Output for 8.1.0 - 8.1.32, 8.2.0 - 8.2.28, 8.3.0 - 8.3.22, 8.4.1 - 8.4.8
Process exited with code 137.
<?php
function foo(): never {
while (true) {
// Infinite loop to ensure the function never returns
}
}
try {
foo();
} catch (Exception $e) {
echo $e->getMessage();
}
This script was stopped while abusing our resources