aboutsummaryrefslogtreecommitdiff
path: root/php/tests/proto/test.proto
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2017-05-29 15:30:47 -0700
committerBo Yang <teboring@google.com>2017-06-20 15:06:22 -0700
commitdba8928ff53ae372bba3d928a6145754a97238d5 (patch)
tree4177a3467bd1120fa99e5dfccb59c7b1f0c1b7ca /php/tests/proto/test.proto
parentbf04c83267619b618e7112b242f424f8b3e785b6 (diff)
downloadprotobuf-dba8928ff53ae372bba3d928a6145754a97238d5.tar.gz
protobuf-dba8928ff53ae372bba3d928a6145754a97238d5.tar.bz2
protobuf-dba8928ff53ae372bba3d928a6145754a97238d5.zip
Add ARRAY for reserved name (#3150)
Diffstat (limited to 'php/tests/proto/test.proto')
-rw-r--r--php/tests/proto/test.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/php/tests/proto/test.proto b/php/tests/proto/test.proto
index 39229254..583bf8e1 100644
--- a/php/tests/proto/test.proto
+++ b/php/tests/proto/test.proto
@@ -127,6 +127,10 @@ message Empty {
int32 a = 1;
}
+message ARRAY {
+ int32 a = 1;
+}
+
message TestPackedMessage {
repeated int32 repeated_int32 = 90 [packed = true];
repeated int64 repeated_int64 = 91 [packed = true];