<?php //Bad //$string = 'Here is some text for good measure'; //Good $string = array(); $string[(string) 10e120] = 'E'; var_dump($string); ?>
You have javascript disabled. You will not be able to edit any code.