Skip to content

Instantly share code, notes, and snippets.

@kocsismate
Created November 26, 2023 21:48
Show Gist options
  • Save kocsismate/f8804746228e079c951cf88a9032d675 to your computer and use it in GitHub Desktop.
Save kocsismate/f8804746228e079c951cf88a9032d675 to your computer and use it in GitHub Desktop.
opendir()
Found Occurrences in Directory ./popular-package-analysis/sources with mask '*.php' (5 usages found)
Unclassified (5 usages found)
popular-package-analysis (5 usages found)
sources/infection/include-interceptor/src (2 usages found)
IncludeInterceptor.php (2 usages found)
137 $this->fp = opendir($path, $this->context);
139 $this->fp = opendir($path);
sources/jeroennoten/laravel-adminlte/src/Helpers (2 usages found)
CommandHelper.php (2 usages found)
53 if (! is_resource($dirHandler = @opendir($dir))) {
103 if (! is_resource($dirHandler = @opendir($dir1))) {
sources/typo3/cms-core/Classes/Utility (1 usage found)
GeneralUtility.php (1 usage found)
1635 $handle = opendir($path);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment