You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when I use msgpack_unpack() to unpack some data, it returns success and there's PHP Warning:
[msgpack] (php_msgpack_unserialize) Extra bytes in a.php on line 4
Is there any way to capture this kind of error? since it returns success I can't differentiate it from normal success situation.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello, when I use msgpack_unpack() to unpack some data, it returns success and there's PHP Warning:
[msgpack] (php_msgpack_unserialize) Extra bytes in a.php on line 4
Is there any way to capture this kind of error? since it returns success I can't differentiate it from normal success situation.
Thanks!
The text was updated successfully, but these errors were encountered: