import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-file / fgetc_variation2.php.expectf
blob717a5628ec41dbe608c66d27d0faff8c872dc4ed
1 *** Testing fgetc() : usage variations ***
2 -- Testing fgetc() with closed handle --
3 HipHop Warning: %a
4 bool(false)
5 -- Testing fgetc() with unset handle --
6 HipHop Notice: %a
7 HipHop Warning: %a
8 bool(false)
9 Done