Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.3.0

Bug #4425 missing return value
Submitted: 2005-05-25 08:50 UTC
From: mdv at inyourpocket dot com Assigned: yunosh
Status: Closed Package: VFS
PHP Version: 5.0.4 OS: Linux debian
Roadmaps: (Not assigned)    
Subscription  


 [2005-05-25 08:50 UTC] mdv at inyourpocket dot com
Description: ------------ $vfs = &VFS::factory('file'); $r = $vfs->deleteFile('/tmp', 'test.txt'); var_dump($r) --> NULL but should be true, if success Reproduce code: --------------- solution: there is missing "return true" in file VFS/file.php in function deleteFile() Expected result: ---------------- true Actual result: -------------- NULL

Comments

 [2005-05-25 09:37 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!