add bitset operations and tests
[hiphop-php.git] / hphp / test / slow / ext_class / get_class_vars.php
blobd28ab8945e04d163a5829791327a1da3142af662
1 <?php
4 function __autoload($name) {
5 echo "autoload $name\n";
8 var_dump(get_class_vars('nope'));