php 5.4版以后可以这么写,新增的数组简写语法。
$data
= [
'start_time'
=>
'123'
,
'end_time'
'456'
];
php 5.3版及以前的版本不接受这么写...