add bitset operations and tests
[hiphop-php.git] / hphp / test / slow / ext_misc / php_strip_whitespace_comment_outside.php
blob2717253e33c70c16eba2e5ce47c4215bf22dd57e
1 // this comment will not be removed
2 <?php
3 // this comment will be removed
4 var_dump(php_strip_whitespace(__FILE__));
5 ?>