You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
190 B

<?php
$tmp = pow(2,24);
$data = array(
'PHP',
17=>'PHP: Hypertext Preprocessor',
5=>'Test',
'test'=>27,
1000=>'test',
"-1000"=>array('banana', 'orange'),
'monkey',
$tmp=>-1/3
);
?>