<?php declare(strict_types=1); function lol(float $x){ var_dump($x); } echo lol(NAN);
You have javascript disabled. You will not be able to edit any code.