52static void register_json_symbols(
int module_number)
json_validate(string $json, int $depth=512, int $flags=0)
json_encode(mixed $value, int $flags=0, int $depth=512)
json_decode(string $json, ?bool $associative=null, int $depth=512, int $flags=0)
#define PHP_JSON_NUMERIC_CHECK
#define PHP_JSON_UNESCAPED_SLASHES
#define PHP_JSON_PARTIAL_OUTPUT_ON_ERROR
#define PHP_JSON_INVALID_UTF8_IGNORE
#define PHP_JSON_FORCE_OBJECT
#define PHP_JSON_PRETTY_PRINT
@ PHP_JSON_ERROR_UNSUPPORTED_TYPE
@ PHP_JSON_ERROR_INVALID_PROPERTY_NAME
@ PHP_JSON_ERROR_INF_OR_NAN
@ PHP_JSON_ERROR_NON_BACKED_ENUM
@ PHP_JSON_ERROR_RECURSION
@ PHP_JSON_ERROR_STATE_MISMATCH
@ PHP_JSON_ERROR_CTRL_CHAR
#define PHP_JSON_UNESCAPED_LINE_TERMINATORS
#define PHP_JSON_HEX_APOS
#define PHP_JSON_THROW_ON_ERROR
#define PHP_JSON_BIGINT_AS_STRING
#define PHP_JSON_OBJECT_AS_ARRAY
#define PHP_JSON_UNESCAPED_UNICODE
#define PHP_JSON_HEX_QUOT
#define PHP_JSON_PRESERVE_ZERO_FRACTION
#define PHP_JSON_INVALID_UTF8_SUBSTITUTE
ZEND_API zend_class_entry * zend_register_internal_interface(zend_class_entry *orig_class_entry)
ZEND_API zend_class_entry * zend_register_internal_class_with_flags(zend_class_entry *class_entry, zend_class_entry *parent_ce, uint32_t ce_flags)
#define ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(name, return_reference, required_num_args, type)
struct _zend_function_entry zend_function_entry
#define ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(name, return_reference, required_num_args, type, allow_null)
#define INIT_CLASS_ENTRY(class_container, class_name, functions)
#define ZEND_RAW_FENTRY(zend_name, name, arg_info, flags, frameless_function_infos, doc_comment)
#define ZEND_END_ARG_INFO()
#define ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(pass_by_ref, name, type_hint, allow_null, default_value)
#define ZEND_ARG_TYPE_INFO(pass_by_ref, name, type_hint, allow_null)
#define ZEND_BEGIN_ARG_WITH_TENTATIVE_RETURN_TYPE_INFO_EX(name, return_reference, required_num_args, type, allow_null)
#define ZEND_FE(name, arg_info)
#define ZEND_FUNCTION(name)
#define ZEND_ACC_ABSTRACT
#define REGISTER_LONG_CONSTANT(name, lval, flags)
struct _zend_class_entry zend_class_entry