--TEST-- RarEntry::extract() with unicode files --SKIPIF-- --FILE-- extract(false, dirname(__FILE__).'/temp.txt'); echo file_get_contents(dirname(__FILE__).'/temp.txt'); echo "\n"; @unlink(dirname(__FILE__).'/temp.txt'); echo "Done\n"; ?> --EXPECTF-- contents of file 1 Done