Bonjour,
Merci pour ta réponse.
Quand je place cette ligne de code avant mon json_decode() j'ai toujouts la même erreur avec ce retour au dessus
Extension [ extension #20 json version 1.2.1 ] { - Constants [12] { Constant [ integer JSON_HEX_TAG ] { 1 } Constant [ integer JSON_HEX_AMP ] { 2 } Constant [ integer JSON_HEX_APOS ] { 4 } Constant [ integer JSON_HEX_QUOT ] { 8 } Constant [ integer JSON_FORCE_OBJECT ] { 16 } Constant [ integer JSON_NUMERIC_CHECK ] { 32 } Constant [ integer JSON_ERROR_NONE ] { 0 } Constant [ integer JSON_ERROR_DEPTH ] { 1 } Constant [ integer JSON_ERROR_STATE_MISMATCH ] { 2 } Constant [ integer JSON_ERROR_CTRL_CHAR ] { 3 } Constant [ integer JSON_ERROR_SYNTAX ] { 4 } Constant [ integer JSON_ERROR_UTF8 ] { 5 } } - Functions { Function [ function json_encode ] { - Parameters [2] { Parameter #0 [ $value ] Parameter #1 [ $options ] } } Function [ function json_decode ] { - Parameters [3] { Parameter #0 [ $json ] Parameter #1 [ $assoc ] Parameter #2 [ $depth ] } } Function [ function json_last_error ] { - Parameters [0] { } } } }
Partager