|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-10-03 04:21 UTC] laruence@php.net
-Assigned To:
+Assigned To: bukka
[2015-10-03 04:36 UTC] ansouphorn at gmail dot com
[2015-10-03 11:24 UTC] bwoebi@php.net
-Status: Assigned
+Status: Wont fix
[2015-10-03 11:24 UTC] bwoebi@php.net
[2015-10-03 12:53 UTC] mikeffrancis at gmail dot com
[2015-10-04 17:09 UTC] bukka@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 11:00:01 2025 UTC |
Description: ------------ Just testing out PHP7 and decoding an empty string is different for PHP 5.6.* and PHP 7. Not sure if this is a bug with the current version of PHP or with PHP7 but surely the responses should be the same. Test script: --------------- json_decode(""); var_dump(json_last_error()); Expected result: ---------------- 0 Actual result: -------------- 4