Why does it not report an error when using a non-existent subscript when using a null type variable as an array?
贝壳里的石头
贝壳里的石头 2019-05-22 14:47:44
0
0
896

$res = json_decode($data['data']['point']);

dump($res); //Output null

------ ----------------------------------

dump($res['aa']); // Still output null, no error will be reported



贝壳里的石头
贝壳里的石头

reply all(0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template