### Description The following code: ```php <?php print_r(in_array('127.0.0.1', []); ``` Resulted in this output: ``` empty blank page ``` But I expected this output instead: ``` it shoud show boolean type ``` ### PHP Version PHP 8.3 ### Operating System OSX Ventura