Add php protobuffer support for transition to GTFS-realtime
[busui.git] / lib / Protobuf-PHP / tests / protos / simple.txt
Maxious 1 double: 123456789.12345
2 float: 12345.123
3 int64: -123456789123456789
4 uint64: 123456789123456789
5 int32: -123456789
6 fixed64: 123456789123456789
7 fixed32: 123456789
8 bool: 1
9 string: "foo"
10 bytes: "bar"
11 uint32: 123456789
12 sfixed32: -123456789
13 sfixed64: -123456789123456789
14 sint32: -123456789
15 sint64: -123456789123456789
16