global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / constants-SID.php.expectf
blob2afa0cdbc50a462367042795fa9c9bf6b4ea7cae
1 Begin f(2)
2 --null--
3 bool(true)
4 NULL
5 --NULL--
6 bool(true)
7 NULL
8 --SID--
9 bool(true)
10 string(42) "%s"
11 null: NULL
12 NULL: NULL
13 SID: string(42) "%s"
14 End f(2)
15 Begin f(3)
16 --null--
17 bool(true)
18 NULL
19 --NULL--
20 bool(true)
21 NULL
22 --SID--
23 bool(true)
24 string(42) "%s"
25 null: NULL
26 NULL: NULL
27 SID: string(42) "%s"
28 End f(3)
29 bool(false)