--- embedaddon/php/ext/fileinfo/tests/finfo_file_002.phpt 2012/02/21 23:47:56 1.1.1.1 +++ embedaddon/php/ext/fileinfo/tests/finfo_file_002.phpt 2013/07/22 01:31:50 1.1.1.2 @@ -18,15 +18,19 @@ ksort($results); var_dump($results); ?> --EXPECTF-- -array(6) { +array(8) { ["%s/resources/dir.zip"]=> string(15) "application/zip" + ["%s/resources/test.awk"]=> + string(10) "text/plain" ["%s/resources/test.bmp"]=> string(14) "image/x-ms-bmp" ["%s/resources/test.gif"]=> string(9) "image/gif" ["%s/resources/test.jpg"]=> string(10) "image/jpeg" + ["%s/resources/test.mp3"]=> + string(10) "audio/mpeg" ["%s/resources/test.pdf"]=> string(15) "application/pdf" ["%s/resources/test.png"]=>