Searched refs:PHP_JSON_BIGINT_AS_STRING (Results 1 – 3 of 3) sorted by relevance
58 #define PHP_JSON_BIGINT_AS_STRING (1<<1) macro
71 PHP_JSON_REGISTER_CONSTANT("JSON_BIGINT_AS_STRING", PHP_JSON_BIGINT_AS_STRING);
186 } else if (s->options & PHP_JSON_BIGINT_AS_STRING) {
Completed in 8 milliseconds