|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-01-16 15:22 UTC] tularis@php.net
[2003-02-14 05:07 UTC] mj@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 18:00:02 2025 UTC |
<?php require_once 'File/Find.php'; print_r(File_find::maptree ('/')); ?> <?php require_once 'File/Find.php'; $ff = new File_Find(); $ff->maptree ('/')); ?> Warning: Problem with method call - please report this bug in /usr/share/pear/File/Find.php on line 112 is it PEAR or PHP problem? PEAR(v4.2.3 - not included in php4.3.0-win32)