如果访问不存在的密钥,则“非法字符串偏移”

时间:2017-09-21 07:05:33

标签: php

关于数组。 从PHP 5.4开始,访问不存在的密钥时会出现“非法字符串偏移”。

$array = [
  "name" => "John",
  "age" => "100",
];

echo $array["height"];   // PHP Warning:  Illegal string offset 'grade_master_id'

因此,当您使用PHP 5.3或更早版本执行上述操作时,将输出什么?

1 个答案:

答案 0 :(得分:0)

输出为

  

解析错误:语法错误,意外' ['在......