From eaa92794c21b4a3fb8d5078a5709037aa1e053b0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Jun 2019 15:46:21 +0200 Subject: - update to 1.6.7 - drop patch merged upstream --- REFLECTION | 70 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 8f56b4f..faa6d1a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #94 hprose version 1.6.6 ] { +Extension [ extension #103 hprose version 1.6.7 ] { - Functions { Function [ function hprose_serialize ] { @@ -26,40 +26,40 @@ Extension [ extension #94 hprose version 1.6.6 ] { Class [ class Hprose\Tags ] { - Constants [34] { - Constant [ string TagInteger ] { i } - Constant [ string TagLong ] { l } - Constant [ string TagDouble ] { d } - Constant [ string TagNull ] { n } - Constant [ string TagEmpty ] { e } - Constant [ string TagTrue ] { t } - Constant [ string TagFalse ] { f } - Constant [ string TagNaN ] { N } - Constant [ string TagInfinity ] { I } - Constant [ string TagDate ] { D } - Constant [ string TagTime ] { T } - Constant [ string TagUTC ] { Z } - Constant [ string TagBytes ] { b } - Constant [ string TagUTF8Char ] { u } - Constant [ string TagString ] { s } - Constant [ string TagGuid ] { g } - Constant [ string TagList ] { a } - Constant [ string TagMap ] { m } - Constant [ string TagClass ] { c } - Constant [ string TagObject ] { o } - Constant [ string TagRef ] { r } - Constant [ string TagPos ] { + } - Constant [ string TagNeg ] { - } - Constant [ string TagSemicolon ] { ; } - Constant [ string TagOpenbrace ] { { } - Constant [ string TagClosebrace ] { } } - Constant [ string TagQuote ] { " } - Constant [ string TagPoint ] { . } - Constant [ string TagFunctions ] { F } - Constant [ string TagCall ] { C } - Constant [ string TagResult ] { R } - Constant [ string TagArgument ] { A } - Constant [ string TagError ] { E } - Constant [ string TagEnd ] { z } + Constant [ public string TagInteger ] { i } + Constant [ public string TagLong ] { l } + Constant [ public string TagDouble ] { d } + Constant [ public string TagNull ] { n } + Constant [ public string TagEmpty ] { e } + Constant [ public string TagTrue ] { t } + Constant [ public string TagFalse ] { f } + Constant [ public string TagNaN ] { N } + Constant [ public string TagInfinity ] { I } + Constant [ public string TagDate ] { D } + Constant [ public string TagTime ] { T } + Constant [ public string TagUTC ] { Z } + Constant [ public string TagBytes ] { b } + Constant [ public string TagUTF8Char ] { u } + Constant [ public string TagString ] { s } + Constant [ public string TagGuid ] { g } + Constant [ public string TagList ] { a } + Constant [ public string TagMap ] { m } + Constant [ public string TagClass ] { c } + Constant [ public string TagObject ] { o } + Constant [ public string TagRef ] { r } + Constant [ public string TagPos ] { + } + Constant [ public string TagNeg ] { - } + Constant [ public string TagSemicolon ] { ; } + Constant [ public string TagOpenbrace ] { { } + Constant [ public string TagClosebrace ] { } } + Constant [ public string TagQuote ] { " } + Constant [ public string TagPoint ] { . } + Constant [ public string TagFunctions ] { F } + Constant [ public string TagCall ] { C } + Constant [ public string TagResult ] { R } + Constant [ public string TagArgument ] { A } + Constant [ public string TagError ] { E } + Constant [ public string TagEnd ] { z } } - Static properties [0] { -- cgit