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