Remove windows encoding from `.php` files
[hiphop-php.git] / hphp / test / zend / bad / ext / spl / tests / SplFileInfo_getPerms_error.php
blobd0b3af92a26fb4ff476a051f4fe4a15eb6af1514
1 <?php
3 //file
4 $fileInfo = new SplFileInfo('not_existing');
5 var_dump($fileInfo->getPerms() == 0100557);
6 ?>