sync the repo
[hiphop-php.git] / hphp / test / slow / late_static_binding / 1880.php
blobb089205480415c37955ce9347f096238324cfe88
1 <?hh
3 function f() :mixed{
4 return true;
6 <<__EntryPoint>>
7 function entrypoint_1880(): void {
8 if (f()) {
9 include '1880-1.inc';
10 } else {
11 include '1880-2.inc';
14 include '1880-classes.inc';
16 $b = new B;
17 $b->g();