--TEST-- Test readdir() function : basic functionality --FILE-- ===DONE=== --CLEAN-- --EXPECTF-- *** Testing readdir() : basic functionality *** -- Call readdir() with $path argument -- resource(%d) of type (stream) unicode(1) "." unicode(2) ".." unicode(18) "readdir_basic1.tmp" unicode(18) "readdir_basic2.tmp" unicode(18) "readdir_basic3.tmp" -- Call readdir() without $path argument -- resource(%d) of type (stream) unicode(1) "." unicode(2) ".." unicode(18) "readdir_basic1.tmp" unicode(18) "readdir_basic2.tmp" unicode(18) "readdir_basic3.tmp" ===DONE===