What's wrong with the code below? Why does it prompt a syntax error when running?
自律者自由
自律者自由 2017-11-19 23:00:53
0
2
1333

<?php
 $arr1 = ['id'=>100,'demo'=>"SQ"];
 $arr2 = [1=>100, 1.3=>"SQ", 1.7="SHI", true="Qiang"];
 print_r($arr1);
 print_r($arr2);
?>

自律者自由
自律者自由

reply all(2)
又白又帅又可爱

Correct solution on the first floor

电动小老虎

1.7=>      true=>

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template