xref: /PHP-7.4/ext/standard/tests/file/bug43248.phpt (revision 26dfce7f)
1--TEST--
2Bug #43248 (backward compatibility break in realpath())
3--FILE--
4<?php
5echo realpath(__DIR__ . '/../file/');
6?>
7--EXPECTF--
8%sfile
9