add bitset operations and tests
[hiphop-php.git] / hphp / test / slow / variable_argument / 23.php
blob7eeff7959862d2378ca8f7c1cff9be1351e9874d
1 <?php
3 class Foo {
4 public static function Add($x, $y) {
7 $x = 0;
8 if (!call_user_func(array('Foo', 'add'), $x, 0)) {
9 echo 'foo';