summaryrefslogtreecommitdiff
path: root/ext/exif/tests/bug34704.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/exif/tests/bug34704.phpt')
-rw-r--r--ext/exif/tests/bug34704.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/exif/tests/bug34704.phpt b/ext/exif/tests/bug34704.phpt
index ebe05fb878..9925840d5a 100644
--- a/ext/exif/tests/bug34704.phpt
+++ b/ext/exif/tests/bug34704.phpt
@@ -7,7 +7,7 @@ output_handler=
zlib.output_compression=0
--FILE--
<?php
-$infile = dirname(__FILE__).'/bug34704.jpg';
+$infile = __DIR__.'/bug34704.jpg';
var_dump(exif_read_data($infile));
?>
===DONE===