<?php $array = []; $array['2015-09-15'] = [ 'SP' => 36, 'RJ' => 9]; print_r($array);
Standard input is empty
Array ( [2015-09-15] => Array ( [SP] => 36 [RJ] => 9 ) )
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!