<?php function foobar(float $a){ var_dump($a); } foobar('1'); foobar('01'); foobar('1.0'); foobar(1.000); foobar(1); foobar(01);
You have javascript disabled. You will not be able to edit any code.