<?php set_exception_handler(function($e) { echo $e->getMessage();} ); function foo(int $v) { echo $v; } foo('9999999999999999999999999999999');
You have javascript disabled. You will not be able to edit any code.