diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-23 07:39:04 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-23 07:39:04 +0100 |
commit | b3cf066d21985db3c7a1ea6c2ce364b6535b9927 (patch) | |
tree | 4fe3e6574a0e12e0fb25c809818c387cddf90a93 /REFLECTION | |
parent | dbc33510955741272ee8fdcf8daa6989e926a834 (diff) |
v1.7.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #103 hprose version 1.6.8 ] { +Extension [ <persistent> extension #108 hprose version 1.7.0 ] { - Functions { Function [ <internal:hprose> function hprose_serialize ] { @@ -25,7 +25,7 @@ Extension [ <persistent> extension #103 hprose version 1.6.8 ] { - Classes [7] { Class [ <internal:hprose> class Hprose\Tags ] { - - Constants [34] { + - Constants [35] { Constant [ public string TagInteger ] { i } Constant [ public string TagLong ] { l } Constant [ public string TagDouble ] { d } @@ -54,12 +54,13 @@ Extension [ <persistent> extension #103 hprose version 1.6.8 ] { Constant [ public string TagClosebrace ] { } } Constant [ public string TagQuote ] { " } Constant [ public string TagPoint ] { . } - Constant [ public string TagFunctions ] { F } + Constant [ public string TagHeader ] { H } 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 } + Constant [ public string TagFunctions ] { F } + Constant [ public string TagArgument ] { A } } - Static properties [0] { |