<?php function foo(int $bar) {} var_dump((int) (NAN)); // cast var_dump(chr(NAN)); // internal function expecting Z_PARAM_LONG var_dump(foo(NAN)); // userland function expecting int
You have javascript disabled. You will not be able to edit any code.