3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array(); $a[1] = 'this is the first value'; $a[true] = 'this value overrides the first value'; $a['1'] = 'so does this one'; var_dump($a);

preferences:
44 ms | 402 KiB | 5 Q