mirror of
https://github.com/php/php-src.git
synced 2026-04-19 05:51:02 +02:00
9 lines
150 B
PHP
9 lines
150 B
PHP
--TEST--
|
|
Bug #43248 (backward compatibility break in realpath())
|
|
--FILE--
|
|
<?php
|
|
echo realpath(dirname(__FILE__) . '/../file/');
|
|
?>
|
|
--EXPECTF--
|
|
%sfile
|