<?php error_reporting(E_ALL); /** @deprecated */ function doFoo(mixed $filter): void { $x = filter_input(INPUT_GET, 'search', FILTER_SANITIZE_STRING ); } doFoo(123);
You have javascript disabled. You will not be able to edit any code.