aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/tests/proto
diff options
context:
space:
mode:
authorGravatar Paul Yang <TeBoring@users.noreply.github.com>2017-05-29 15:30:47 -0700
committerGravatar GitHub <noreply@github.com>2017-05-29 15:30:47 -0700
commit282fb9e68ec101b7b7616a45279427944afc3e6b (patch)
treebb7d92efef2d228e62c47ec3ce8951c8fd567b0b /php/tests/proto
parent4d5daf4ef97918176b892dbedce17b1d854ffe8e (diff)
Add ARRAY for reserved name (#3150)
Diffstat (limited to 'php/tests/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];