Home
last modified time | relevance | path

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

/PHP-8.4/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.c189 options & ~PHP_JSON_NUMERIC_CHECK, encoder) == FAILURE && in php_json_encode_array()
305 options & ~PHP_JSON_NUMERIC_CHECK, encoder) == FAILURE && in php_json_encode_array()
382 if (options & PHP_JSON_NUMERIC_CHECK) { in php_json_escape_string()

Completed in 13 milliseconds