|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-03-19 19:32 UTC] tom at inetz dot com
[2008-06-28 19:16 UTC] work at anomalizer dot net
[2008-07-21 21:34 UTC] jani@php.net
[2008-07-29 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 05:00:01 2025 UTC |
Description: ------------ json_decode will not decode string if in value is string like "" Reproduce code: --------------- try to decode string like this: {"params":[{"body":"Hello,Regards,"}]} Expected result: ---------------- params object should contain entry body with text: Hello,Regards, Actual result: -------------- encoding will stop on character R