]> granicus.if.org Git - php/commitdiff
forgot to remove that dot
authorMarcus Boerger <helly@php.net>
Mon, 16 Dec 2002 14:54:35 +0000 (14:54 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 16 Dec 2002 14:54:35 +0000 (14:54 +0000)
ext/exif/tests/exif002.phpt
ext/exif/tests/exif003.phpt
ext/exif/tests/exif004.phpt
ext/exif/tests/exif005.phpt
ext/exif/tests/exif006.phpt

index 77283c3cc089fb9db261d62339003dd7a80bc641..1b1220c60073abbb0c3a472cdb890d80cc060b58 100644 (file)
@@ -13,9 +13,9 @@ zlib.output_compression=0
   test2.jpg is the same image but contains Exif/Comment information and a
             copy of test1.jpg as a thumbnail.
 */
-$infile = dirname(__FILE__).'./test1.jpg';
+$infile = dirname(__FILE__).'/test1.jpg';
 echo md5_file($infile).'_'.filesize($infile);
-$thumb = exif_thumbnail(dirname(__FILE__).'./test2.jpg');
+$thumb = exif_thumbnail(dirname(__FILE__).'/test2.jpg');
 echo " == ";
 echo md5($thumb).'_'.strlen($thumb);
 echo "\n";
index 434dcd1407027253e90023538e87aefba7d86149..f58f4f5e1202e3499c37941f87887aa0721b9636 100644 (file)
@@ -19,7 +19,7 @@ exif.encode_unicode=ISO-8859-15
             copy of test1.jpg as a thumbnail.
   test3.jpg is the same as test2.jpg but with a UNICODE UserComment: &Auml;&Ouml;&&Uuml;&szlig;&auml;&ouml;&uuml;
 */
-var_dump(exif_read_data(dirname(__FILE__).'./test3.jpg','',true,false));
+var_dump(exif_read_data(dirname(__FILE__).'/test3.jpg','',true,false));
 ?>
 --EXPECTF--
 array(5) {
index 0259805b3a883fb409b05c04496ef89d26a43f5e..19d2e5e9ead13b40d173290dd7f35475e61e0707 100644 (file)
@@ -17,7 +17,7 @@ exif.encode_unicode=ISO-8859-1
 /*
   test4.jpg is a 1*1 image that contains Exif tags written by WindowsXP
 */
-$image  = exif_read_data(dirname(__FILE__).'./test4.jpg','',true,false);
+$image  = exif_read_data(dirname(__FILE__).'/test4.jpg','',true,false);
 echo var_dump($image['WINXP']);
 ?>
 --EXPECT--
index 7f7607397117af005c3fcc1f9a9125b0d0fdef3e..c1804e0b50a924c165b77995e080579f342a072e 100644 (file)
@@ -10,7 +10,7 @@ zlib.output_compression=0
 /* Do not change this test it is a REATME.TESTING example.
  * test5.jpg is a 1*1 image that contains an Exif section with ifd = 00000009h
  */
-$image  = exif_read_data(dirname(__FILE__).'./test5.jpg','',true,false);
+$image  = exif_read_data(dirname(__FILE__).'/test5.jpg','',true,false);
 var_dump($image['IFD0']);
 ?>
 --EXPECT--
index 8f899eee367d3e6b8f745e85e3b5180fde9f160e..d22fae89bd854506a39617af4d840779aa80bad5 100644 (file)
@@ -14,7 +14,7 @@ magic_quotes_runtime=1
             copy of test1.jpg as a thumbnail.
   test6.jpg is the same as test2.jpg but with a UNICODE UserComment: &Auml;&Ouml;&&Uuml;&szlig;&auml;&ouml;&uuml;
 */
-var_dump(exif_read_data(dirname(__FILE__).'./test6.jpg','',true,false));
+var_dump(exif_read_data(dirname(__FILE__).'/test6.jpg','',true,false));
 ?>
 --EXPECTF--
 array(5) {