php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12411 Filesystem return zero
Submitted: 2001-07-26 17:44 UTC Modified: 2001-07-26 22:30 UTC
From: gallir at uib dot es Assigned:
Status: Closed Package: Filesystem function related
PHP Version: 4.0.6 OS: Linux 2.4.4
Private report: No CVE-ID: None
 [2001-07-26 17:44 UTC] gallir at uib dot es
// Assume "dir/file" exists

$file = "dir/file";
echo filesize($file);

--------

It always return 0

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-26 22:30 UTC] andy@php.net
unable to reproduce on RH Linux 7 (2.2.16-22)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 08:01:30 2024 UTC