commit | 282fb9e68ec101b7b7616a45279427944afc3e6b | [log] [tgz] |
---|---|---|
author | Paul Yang <[email protected]> | Mon May 29 15:30:47 2017 -0700 |
committer | GitHub <[email protected]> | Mon May 29 15:30:47 2017 -0700 |
tree | bb7d92efef2d228e62c47ec3ce8951c8fd567b0b | |
parent | 4d5daf4ef97918176b892dbedce17b1d854ffe8e [diff] [blame] |
Add ARRAY for reserved name (#3150)
diff --git a/php/tests/proto/test.proto b/php/tests/proto/test.proto index 3922925..583bf8e 100644 --- a/php/tests/proto/test.proto +++ b/php/tests/proto/test.proto
@@ -127,6 +127,10 @@ int32 a = 1; } +message ARRAY { + int32 a = 1; +} + message TestPackedMessage { repeated int32 repeated_int32 = 90 [packed = true]; repeated int64 repeated_int64 = 91 [packed = true];