3v4l.org

run code in 300+ PHP versions simultaneously
<?php $render = array( 'Dimensions with feet (WxHxD)' => array("16 7/8in x 2 3/16in x 10 1/4in (429mm x 56mm x 260mm)") 'RMF Dimensions without feet (WxHxD)' => array('19in x 1 3/4in x 10 1/4in (483mm x 45mm x 260mm)') ); print_r( json_encode( $render ) );
Output for 5.4.0 - 5.4.25
Parse error: syntax error, unexpected ''RMF Dimensions without feet (' (T_CONSTANT_ENCAPSED_STRING), expecting ')' in /in/0GYV1 on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /in/0GYV1 on line 5
Process exited with code 255.

preferences:
176.59 ms | 1395 KiB | 62 Q