@ 2018-04-11T08:29:00Z <?php
function foo(float $bar = null)
{
}
foo(1.2);
foo(null);
Enable javascript to submit You have javascript disabled. You will not be able to edit any code.
Output for 8.4.1 - 8.4.2 Deprecated: foo(): Implicitly marking parameter $bar as nullable is deprecated, the explicit nullable type must be used instead in /in/em2kq on line 3
Output for 7.0.0 - 7.0.33 , 7.1.0 - 7.1.33 , 7.2.0 - 7.2.33 , 7.3.0 - 7.3.33 , 7.4.0 - 7.4.33 , 8.0.0 - 8.0.30 , 8.1.0 - 8.1.31 , 8.2.0 - 8.2.26 , 8.3.0 - 8.3.15 Output for 5.6.0 - 5.6.40 Catchable fatal error: Argument 1 passed to foo() must be an instance of float, double given, called in /in/em2kq on line 7 and defined in /in/em2kq on line 3
Process exited with code 255 . preferences:dark mode live preview
71.36 ms | 408 KiB | 5 Q