<?php declare(strict_types=1); function test(int $id) { var_dump($id); } $args = ['1']; test(...$args);
You have javascript disabled. You will not be able to edit any code.