Add EntryPoints to some tests (round 30)
[hiphop-php.git] / hphp / test / zend / good / Zend / tests / bug43851.php
blobf6407e040264d8457669ba9c84abb3794827a7ec
1 <?php
3 <<__EntryPoint>>
4 function foo() {
5 (ZendGoodZendTestsBug43851::$LAST = ZendGoodZendTestsBug43851::$LAST + 0) * 1;
6 echo "ok\n";
9 abstract final class ZendGoodZendTestsBug43851 {
10 public static $LAST;