ID:               40546
 Updated by:       [EMAIL PROTECTED]
 Reported By:      info at adaniels dot nl
-Status:           Open
+Status:           Assigned
 Bug Type:         SPL related
 Operating System: Linux/Ubuntu
 PHP Version:      5.2.1
-Assigned To:      
+Assigned To:      helly


Previous Comments:
------------------------------------------------------------------------

[2007-02-19 19:54:30] info at adaniels dot nl

Description:
------------
SplFileInfo::getPathInfo() throws an execption if directory is in root
dir.

Reproduce code:
---------------
<?php
        $fi = new SplFileInfo('/home');
        echo $fi->getPathInfo()->getFilename();
?>

Expected result:
----------------
/

Actual result:
--------------
Fatal error: Uncaught exception 'RuntimeException' with message 'Cannot
create SplFileInfo for empty path' in
/home/arnold/projects/jasny/jasny-explorer/webroot/index.php:6 Stack
trace: #0
/home/arnold/projects/jasny/jasny-explorer/webroot/index.php(6):
SplFileInfo->getPathInfo() #1 {main} thrown in
/home/arnold/projects/jasny/jasny-explorer/webroot/index.php on line 6


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=40546&edit=1

Reply via email to