global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / hopt-ret8.php
blobcef4925458fcd6abd3e2b153e044c99c6a0f5233
1 <?php
3 class C {
6 function foo() {
7 $x = new C;
10 foo();
12 echo "End\n";