Diff for /embedaddon/php/ext/fileinfo/tests/finfo_file_002.phpt between versions 1.1.1.1 and 1.1.1.2

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

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>