aboutsummaryrefslogtreecommitdiff
path: root/php/tests/proto/test.proto
diff options
context:
space:
mode:
Diffstat (limited to 'php/tests/proto/test.proto')
-rw-r--r--php/tests/proto/test.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/php/tests/proto/test.proto b/php/tests/proto/test.proto
index d81f66f5..a90f3d1d 100644
--- a/php/tests/proto/test.proto
+++ b/php/tests/proto/test.proto
@@ -187,3 +187,8 @@ message TestRandomFieldOrder {
int64 tag13 = 150;
string tag14 = 160;
}
+
+message TestReverseFieldOrder {
+ repeated int32 a = 2;
+ string b = 1;
+}