json_decode认为普通字符串有效

时间:2012-04-13 22:05:49

标签: php php-5.3 json

似乎我的旧服务器会返回NULL或false ...新服务器返回值,很奇怪。

var_dump(json_decode("this is a normal string, not JSON"));

输出:

string(33) "this is a normal string, not JSON"

预期:

NULL

1 个答案:

答案 0 :(得分:0)

你还没有真正提出问题,但无论如何我都试着回答:

每个软件都包含错误。这很正常。我们分享代码,我们分享错误。你问的是PHP中的reported and fixed软件漏洞。升级您的PHP版本或使用该错误。