<?php declare(strict_types=1); function f(string $s){ var_dump($s); } f(3.14);
You have javascript disabled. You will not be able to edit any code.