<?php class NarrowBoolFalse3 { /** * @param bool|int|false|int<0, max> $param */ public function go(bool|int|false $param) { if (rand(0, 1)) { return rand(0, 1) ? true : false; } return 1; } }
You have javascript disabled. You will not be able to edit any code.