<?php in_array(mixed $needle, array $haystack, bool $strict = false): bool
<?php { $result = eval('return once( function () { return random_int(1, 1000); } ) ;'); $this->assertTrue(in_array($result, range(1, 1000))); }