global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / asm_newstructarray.hhas
blob0615e3dbf5f1c494259cfc8a904da5f7547c2f79
2 # NewStructArray
5 .main {
6   FPushFuncD 0 "main"
7   FCall <> 0 1 "" - "" ""
8   RetC
11 .function main() {
12   Int 1
13   String "two"
14   Double 3.1415
15   Int 4
16   NewStructArray <"one" "two" "three" "four">
17   SetL $arr
18   PopC
20   FPushFuncD 1 "var_dump"
21   CGetL $arr
22   FCall <> 1 1 "" - "" ""
23   PopC
25   Int 1
26   RetC