summaryrefslogtreecommitdiff
path: root/ext/standard/tests/image/getimagesize_xbm.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/image/getimagesize_xbm.phpt')
-rw-r--r--ext/standard/tests/image/getimagesize_xbm.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/image/getimagesize_xbm.phpt b/ext/standard/tests/image/getimagesize_xbm.phpt
index 635750c51c..6520cdb46e 100644
--- a/ext/standard/tests/image/getimagesize_xbm.phpt
+++ b/ext/standard/tests/image/getimagesize_xbm.phpt
@@ -9,7 +9,7 @@ GetImageSize() for xbm format
*/
echo "*** Testing getimagesize() : xbm format ***\n";
-var_dump(getimagesize(dirname(__FILE__) . "/75x50.xbm", $arr));
+var_dump(getimagesize(__DIR__ . "/75x50.xbm", $arr));
var_dump($arr);
?>