import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-dir / closedir_variation2.php.expectf
blob30a32bb0fa267160948203cc8b0e4d532cc725c2
1 *** Testing closedir() : usage variations ***
3 -- Close directory handle first time: --
4 NULL
5 Directory Handle: resource(%d) of type (Unknown)
7 -- Close directory handle second time: --
8 HipHop Warning: %a
9 bool(false)
10 Directory Handle: resource(%d) of type (Unknown)
11 ===DONE===