Home
last modified time | relevance | path

Searched refs:PHP_JSON_NUMERIC_CHECK (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/json/
H A Dphp_json.h67 #define PHP_JSON_NUMERIC_CHECK (1<<5) macro
H A Djson_arginfo.h59 REGISTER_LONG_CONSTANT("JSON_NUMERIC_CHECK", PHP_JSON_NUMERIC_CHECK, CONST_PERSISTENT); in register_json_symbols()
H A Djson_encoder.c168 options & ~PHP_JSON_NUMERIC_CHECK, encoder) == FAILURE && in php_json_encode_array()
256 options & ~PHP_JSON_NUMERIC_CHECK, encoder) == FAILURE && in php_json_encode_array()
331 if (options & PHP_JSON_NUMERIC_CHECK) { in php_json_escape_string()

Completed in 14 milliseconds