global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / hopt-ret9.php
blob249d5a3ad1588063b9a6a928b22ad99c0af2b9eb
1 <?php
3 class C {
6 function foo() {
7 $x = new C;
8 if (!$x) {
9 echo "Error\n";
13 foo();
15 echo "End\n";