summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/bug43248.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/bug43248.phpt')
-rwxr-xr-xext/standard/tests/file/bug43248.phpt8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/standard/tests/file/bug43248.phpt b/ext/standard/tests/file/bug43248.phpt
new file mode 100755
index 000000000..a20e0e06c
--- /dev/null
+++ b/ext/standard/tests/file/bug43248.phpt
@@ -0,0 +1,8 @@
+--TEST--
+Bug #43248 backward compatibility break in realpath()
+--FILE--
+<?php
+echo realpath(dirname(__FILE__) . '/../file/');
+?>
+--EXPECTF--
+%sfile