<?php declare(strict_types=1); function test(int $test) { echo $test . "\n"; } test((int)'test'); test((int)'123test'); test((int)123.00); test((int)123.123); test((int)true); test((int)false); test((int)null); test((int)123); test((int)[1]);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`