<?php ini_set('zend.exception_ignore_args', 1); function f(string $password): void { throw new RuntimeException('oops'); } $password = 'ore no himitu'; f($password);
You have javascript disabled. You will not be able to edit any code.