Merge branch 'master' of github.com:maxious/ACTBus-ui
[busui.git] / lib / Protobuf-PHP / tests / protos / addressbook.txt
Maxious 1 person {
2 name: "John Doe"
3 id: 2051
4 email: "john.doe@gmail.com"
5 phone {
6 number: "1231231212"
7 type: HOME
8 }
9 phone {
10 number: "55512321312"
11 type: MOBILE
12 }
13 }
14 person {
15 name: "Iván Montes"
16 id: 23
17 email: "drslump@pollinimini.net"
18 phone {
19 number: "3493123123"
20 type: WORK
21 }
22 }
23