PHP_JSON_ERROR_NONE 126 ext/json/json.c PHP_JSON_REGISTER_CONSTANT("JSON_ERROR_NONE", PHP_JSON_ERROR_NONE); PHP_JSON_ERROR_NONE 226 ext/json/json.c JSON_G(error_code) = PHP_JSON_ERROR_NONE; PHP_JSON_ERROR_NONE 232 ext/json/json.c if (JSON_G(error_code) != PHP_JSON_ERROR_NONE && !(options & PHP_JSON_PARTIAL_OUTPUT_ON_ERROR)) { PHP_JSON_ERROR_NONE 295 ext/json/json.c case PHP_JSON_ERROR_NONE: