diff options
author | Sascha Schumann <sas@php.net> | 2001-01-04 17:13:43 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-01-04 17:13:43 +0000 |
commit | d7d480949fc09bd167b25bc96c6e9e10eb2f054c (patch) | |
tree | 861cb5b377480b4ac495c56fd877291290f2d55b | |
parent | a2ea3caa6978956c7088d243950b459ff2caa9b5 (diff) | |
download | php-git-d7d480949fc09bd167b25bc96c6e9e10eb2f054c.tar.gz |
MFH with version 1.2
-rw-r--r-- | tests/dirname.phpt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/dirname.phpt b/tests/dirname.phpt index 0ab4ae7337..c2e1edbe14 100644 --- a/tests/dirname.phpt +++ b/tests/dirname.phpt @@ -19,12 +19,12 @@ dirname test check_dirname("c:\foo"); ?> --EXPECT-- -dirname(/foo/) == -dirname(/foo) == +dirname(/foo/) == / +dirname(/foo) == / dirname(/foo/bar) == /foo -dirname(d:\foo\bar.inc) == -dirname(/) == +dirname(d:\foo\bar.inc) == . +dirname(/) == / dirname(.../foo) == ... dirname(./foo) == . -dirname(foobar///) == -dirname(c:\foo) == +dirname(foobar///) == . +dirname(c:\foo) == . |