@ 2014-11-15T15:03:31Z <?php
$x = 'ryat';
echo $x[0];
echo $x['hi'];
echo $x[0];
echo $x['hi'];
Enable javascript to submit You have javascript disabled. You will not be able to edit any code.
Output for 8.0.0 - 8.0.30 , 8.1.0 - 8.1.31 , 8.2.0 - 8.2.27 , 8.3.0 - 8.3.16 , 8.4.1 - 8.4.3 r
Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /in/99bp1:4
Stack trace:
#0 {main}
thrown in /in/99bp1 on line 4
Process exited with code 255 . Output for 5.4.0 - 5.4.45 , 5.5.24 - 5.5.35 , 5.6.7 - 5.6.28 , 7.0.0 - 7.0.20 , 7.1.0 - 7.1.33 , 7.2.0 - 7.2.33 , 7.3.0 - 7.3.33 , 7.4.0 - 7.4.33 r
Warning: Illegal string offset 'hi' in /in/99bp1 on line 4
rr
Warning: Illegal string offset 'hi' in /in/99bp1 on line 6
r Output for 4.3.0 - 4.3.11 , 4.4.0 - 4.4.9 , 5.0.0 - 5.0.5 , 5.1.0 - 5.1.6 , 5.2.0 - 5.2.17 , 5.3.0 - 5.3.29 rrrr preferences:dark mode live preview ace vim emacs key bindings
153.16 ms | 409 KiB | 5 Q