Searched refs:JSON_ERROR_NONE (Results 1 – 5 of 5) sorted by relevance
13 case JSON_ERROR_NONE:23 case JSON_ERROR_NONE:
11 $reflectionConstant = new ReflectionConstant('JSON_ERROR_NONE');
97 const JSON_ERROR_NONE = UNKNOWN; define
29 if (json_last_error() !== JSON_ERROR_NONE) {
Completed in 9 milliseconds