3v4l.org

run code in 300+ PHP versions simultaneously
<?php $msg = [ 1101000010011001110100001011111011010001100000110010000100100000110100001010111100100000110100011000000100100000110100001011001011010000101100001101000010111100110100001011100000100001 ]; foreach ( $msg as $code ) echo chr( $code );
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.19, 8.3.0 - 8.3.7
Fatal error: Uncaught TypeError: chr(): Argument #1 ($codepoint) must be of type int, float given in /in/284ZN:6 Stack trace: #0 /in/284ZN(6): chr(1.101000010011E+183) #1 {main} thrown in /in/284ZN on line 6
Process exited with code 255.
Output for 7.4.0 - 7.4.33
Warning: chr() expects parameter 1 to be int, float given in /in/284ZN on line 6
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33

preferences:
224.44 ms | 403 KiB | 331 Q