helly Fri Oct 25 07:10:08 2002 EDT
Modified files:
/php4/ext/exif/tests exif005.phpt
Log:
README.TESTING examples
Index: php4/ext/exif/tests/exif005.phpt
diff -u php4/ext/exif/tests/exif005.phpt:1.1 php4/ext/exif/tests/exif005.phpt:1.2
--- php4/ext/exif/tests/exif005.phpt:1.1 Fri Oct 25 06:59:52 2002
+++ php4/ext/exif/tests/exif005.phpt Fri Oct 25 07:10:08 2002
@@ -1,12 +1,14 @@
--TEST--
Check for exif_read_data, unusual IFD start
--SKIPIF--
-<?php if (!extension_loaded('exif')) print 'skip exif extension not available';?>
+<?php
+ if (!extension_loaded('exif')) print 'skip exif extension not available';
+?>
--FILE--
<?php
-/*
- test5.jpg is a 1*1 image that contain an Exif section with ifd start at 00000009h
-*/
+/* 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('./ext/exif/tests/test5.jpg','',true,false);
var_dump($image['IFD0']);
?>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php