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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: gallir at uib dot es
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Thu Oct 31 23:01:28 2024 UTC