===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
composer-1.10.13/.github/workflows/release.yml-72-              repo: "docker",
composer-1.10.13/.github/workflows/release.yml:73:              title: `New Composer tag: ${ tag }`,
composer-1.10.13/.github/workflows/release.yml:74:              body: `https://github.com/${{ github.repository }}/releases/tag/${ tag }`,
composer-1.10.13/.github/workflows/release.yml-75-            });
##############################################
composer-1.10.13/CHANGELOG.md-527-  * Added abandoned state warning to the `show` and `outdated` commands when listing latest packages
composer-1.10.13/CHANGELOG.md:528:  * Added support for `~/` and `$HOME/` in the path repository paths
composer-1.10.13/CHANGELOG.md-529-  * Added support for wildcards in the `show` command package filter, e.g. `composer show seld/*`
##############################################
composer-1.10.13/bin/compile-12-// Install without dev packages to clean up the included classmap from phpunit classes
composer-1.10.13/bin/compile:13:shell_exec('php bin/composer config autoloader-suffix ComposerPhar' . $ts);
composer-1.10.13/bin/compile-14-shell_exec('php bin/composer install -q --no-dev');
##############################################
composer-1.10.13/doc/03-cli.md-283-Now the `php-cs-fixer` binary is available globally. Make sure your global
composer-1.10.13/doc/03-cli.md:284:[vendor binaries](articles/vendor-binaries.md) directory is in your `$PATH`
composer-1.10.13/doc/03-cli.md-285-environment variable, you can get its location with the following command :
##############################################
composer-1.10.13/doc/03-cli.md-595-* **--global (-g):** Operate on the global config file located at
composer-1.10.13/doc/03-cli.md:596:  `$COMPOSER_HOME/config.json` by default.  Without this option, this command
composer-1.10.13/doc/03-cli.md-597-  affects the local composer.json file or a file specified by `--file`.
##############################################
composer-1.10.13/doc/03-cli.md-839-
composer-1.10.13/doc/03-cli.md:840:By default it points to `$COMPOSER_HOME/cache` on \*nix and macOS, and
composer-1.10.13/doc/03-cli.md-841-`C:\Users\<user>\AppData\Local\Composer` (or `%LOCALAPPDATA%/Composer`) on Windows.
##############################################
composer-1.10.13/doc/03-cli.md-864-Directory Specifications](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html),
composer-1.10.13/doc/03-cli.md:865:it points to `$XDG_CONFIG_HOME/composer`. On other \*nix systems, it points to
composer-1.10.13/doc/03-cli.md-866-`/home/<user>/.composer`.
##############################################
composer-1.10.13/doc/05-repositories.md-322-Since Subversion has no native concept of branches and tags, Composer assumes
composer-1.10.13/doc/05-repositories.md:323:by default that code is located in `$url/trunk`, `$url/branches` and
composer-1.10.13/doc/05-repositories.md:324:`$url/tags`. If your repository has a different layout you can change those
composer-1.10.13/doc/05-repositories.md-325-values. For example if you used capitalized names you could configure the
##############################################
composer-1.10.13/doc/05-repositories.md-691-`~/git/mypackage` will automatically load the mypackage clone from
composer-1.10.13/doc/05-repositories.md:692:`/home/<username>/git/mypackage`, equivalent to `$HOME/git/mypackage` or
composer-1.10.13/doc/05-repositories.md-693-`%USERPROFILE%/git/mypackage`.
##############################################
composer-1.10.13/doc/06-config.md-151-Defaults to `vendor`. You can install dependencies into a different directory if
composer-1.10.13/doc/06-config.md:152:you want to. `$HOME` and `~` will be replaced by your home directory's path in
composer-1.10.13/doc/06-config.md-153-vendor-dir and all `*-dir` options below.
##############################################
composer-1.10.13/doc/06-config.md-162-Defaults to `C:\Users\<user>\AppData\Roaming\Composer` on Windows,
composer-1.10.13/doc/06-config.md:163:`$XDG_DATA_HOME/composer` on unix systems that follow the XDG Base Directory
composer-1.10.13/doc/06-config.md:164:Specifications, and `$home` on other unix systems. Right now it is only
composer-1.10.13/doc/06-config.md-165-used for storing past composer.phar files to be able to rollback to older
##############################################
composer-1.10.13/doc/06-config.md-170-Defaults to `C:\Users\<user>\AppData\Local\Composer` on Windows,
composer-1.10.13/doc/06-config.md:171:`$XDG_CACHE_HOME/composer` on unix systems that follow the XDG Base Directory
composer-1.10.13/doc/06-config.md:172:Specifications, and `$home/cache` on other unix systems. Stores all the caches
composer-1.10.13/doc/06-config.md-173-used by Composer. See also [COMPOSER_HOME](03-cli.md#composer-home).
##############################################
composer-1.10.13/doc/06-config.md-176-
composer-1.10.13/doc/06-config.md:177:Defaults to `$cache-dir/files`. Stores the zip archives of packages.
composer-1.10.13/doc/06-config.md-178-
##############################################
composer-1.10.13/doc/06-config.md-180-
composer-1.10.13/doc/06-config.md:181:Defaults to `$cache-dir/repo`. Stores repository metadata for the `composer`
composer-1.10.13/doc/06-config.md-182-type and the VCS repos of type `svn`, `fossil`, `github` and `bitbucket`.
##############################################
composer-1.10.13/doc/06-config.md-185-
composer-1.10.13/doc/06-config.md:186:Defaults to `$cache-dir/vcs`. Stores VCS clones for loading VCS repository
composer-1.10.13/doc/06-config.md-187-metadata for the `git`/`hg` types and to speed up installs.
##############################################
composer-1.10.13/doc/articles/plugins.md-178-            $awsClient = new AwsClient($this->io, $this->composer->getConfig());
composer-1.10.13/doc/articles/plugins.md:179:            $s3RemoteFilesystem = new S3RemoteFilesystem($this->io, $event->getRemoteFilesystem()->getOptions(), $awsClient);
composer-1.10.13/doc/articles/plugins.md:180:            $event->setRemoteFilesystem($s3RemoteFilesystem);
composer-1.10.13/doc/articles/plugins.md-181-        }
##############################################
composer-1.10.13/doc/articles/scripts.md-197-the script handler. Those arguments are received as CLI arg by CLI handlers,
composer-1.10.13/doc/articles/scripts.md:198:and can be retrieved as an array via `$event->getArguments()` by PHP handlers.
composer-1.10.13/doc/articles/scripts.md-199-
##############################################
composer-1.10.13/src/Composer/Command/ConfigCommand.php-211-                    foreach (array('editor', 'vim', 'vi', 'nano', 'pico', 'ed') as $candidate) {
composer-1.10.13/src/Composer/Command/ConfigCommand.php:212:                        if (exec('which '.$candidate)) {
composer-1.10.13/src/Composer/Command/ConfigCommand.php-213-                            $editor = $candidate;
##############################################
composer-1.10.13/src/Composer/Command/ConfigCommand.php-220-            $file = $input->getOption('auth') ? $this->authConfigFile->getPath() : $this->configFile->getPath();
composer-1.10.13/src/Composer/Command/ConfigCommand.php:221:            system($editor . ' ' . $file . (Platform::isWindows() ? '' : ' > `tty`'));
composer-1.10.13/src/Composer/Command/ConfigCommand.php-222-
##############################################
composer-1.10.13/src/Composer/Command/DiagnoseCommand.php-88-
composer-1.10.13/src/Composer/Command/DiagnoseCommand.php:89:        $this->rfs = Factory::createRemoteFilesystem($io, $config);
composer-1.10.13/src/Composer/Command/DiagnoseCommand.php-90-        $this->process = new ProcessExecutor($io);
##############################################
composer-1.10.13/src/Composer/Command/SelfUpdateCommand.php-82-        $io = $this->getIO();
composer-1.10.13/src/Composer/Command/SelfUpdateCommand.php:83:        $remoteFilesystem = Factory::createRemoteFilesystem($io, $config);
composer-1.10.13/src/Composer/Command/SelfUpdateCommand.php-84-
##############################################
composer-1.10.13/src/Composer/Command/SelfUpdateCommand.php-511-        // fltmc.exe manages filter drivers and errors without admin privileges
composer-1.10.13/src/Composer/Command/SelfUpdateCommand.php:512:        exec('fltmc.exe filters', $output, $exitCode);
composer-1.10.13/src/Composer/Command/SelfUpdateCommand.php-513-
##############################################
composer-1.10.13/src/Composer/Command/SelfUpdateCommand.php-556-        file_put_contents($script, $vbs);
composer-1.10.13/src/Composer/Command/SelfUpdateCommand.php:557:        exec('"'.$script.'"');
composer-1.10.13/src/Composer/Command/SelfUpdateCommand.php-558-        @unlink($script);
##############################################
composer-1.10.13/src/Composer/Downloader/FileDownloader.php-63-        $this->eventDispatcher = $eventDispatcher;
composer-1.10.13/src/Composer/Downloader/FileDownloader.php:64:        $this->rfs = $rfs ?: Factory::createRemoteFilesystem($this->io, $config);
composer-1.10.13/src/Composer/Downloader/FileDownloader.php-65-        $this->filesystem = $filesystem ?: new Filesystem();
##############################################
composer-1.10.13/src/Composer/Downloader/VcsDownloader.php-42-        $this->process = $process ?: new ProcessExecutor($io);
composer-1.10.13/src/Composer/Downloader/VcsDownloader.php:43:        $this->filesystem = $fs ?: new Filesystem($this->process);
composer-1.10.13/src/Composer/Downloader/VcsDownloader.php-44-    }
##############################################
composer-1.10.13/src/Composer/Factory.php-327-
composer-1.10.13/src/Composer/Factory.php:328:        $rfs = self::createRemoteFilesystem($io, $config);
composer-1.10.13/src/Composer/Factory.php-329-
##############################################
composer-1.10.13/src/Composer/Factory.php-479-        $executor = new ProcessExecutor($io);
composer-1.10.13/src/Composer/Factory.php:480:        $fs = new Filesystem($executor);
composer-1.10.13/src/Composer/Factory.php-481-
##############################################
composer-1.10.13/src/Composer/Factory.php-584-     */
composer-1.10.13/src/Composer/Factory.php:585:    public static function createRemoteFilesystem(IOInterface $io, Config $config = null, $options = array())
composer-1.10.13/src/Composer/Factory.php-586-    {
##############################################
composer-1.10.13/src/Composer/Factory.php-609-        try {
composer-1.10.13/src/Composer/Factory.php:610:            $remoteFilesystem = new RemoteFilesystem($io, $config, $remoteFilesystemOptions, $disableTls);
composer-1.10.13/src/Composer/Factory.php-611-        } catch (TransportException $e) {
##############################################
composer-1.10.13/src/Composer/Installer/PearBinaryInstaller.php-129-            "SRC_DIR=`pwd`\n".
composer-1.10.13/src/Composer/Installer/PearBinaryInstaller.php:130:            "BIN_DIR=`dirname $0`\n".
composer-1.10.13/src/Composer/Installer/PearBinaryInstaller.php-131-            "VENDOR_DIR=\$BIN_DIR/".escapeshellarg($binToVendor)."\n".
##############################################
composer-1.10.13/src/Composer/Plugin/PluginManager.php-195-                $code = preg_replace('/^\s*<\?(php)?/i', '', $code, 1);
composer-1.10.13/src/Composer/Plugin/PluginManager.php:196:                eval($code);
composer-1.10.13/src/Composer/Plugin/PluginManager.php-197-                $class .= '_composer_tmp'.self::$classCounter;
##############################################
composer-1.10.13/src/Composer/Plugin/PreFileDownloadEvent.php-63-     */
composer-1.10.13/src/Composer/Plugin/PreFileDownloadEvent.php:64:    public function setRemoteFilesystem(RemoteFilesystem $rfs)
composer-1.10.13/src/Composer/Plugin/PreFileDownloadEvent.php-65-    {
##############################################
composer-1.10.13/src/Composer/Repository/ComposerRepository.php-107-        }
composer-1.10.13/src/Composer/Repository/ComposerRepository.php:108:        $this->rfs = $rfs ?: Factory::createRemoteFilesystem($this->io, $this->config, $this->options);
composer-1.10.13/src/Composer/Repository/ComposerRepository.php-109-        $this->eventDispatcher = $eventDispatcher;
##############################################
composer-1.10.13/src/Composer/Repository/PearRepository.php-63-        $this->io = $io;
composer-1.10.13/src/Composer/Repository/PearRepository.php:64:        $this->rfs = $rfs ?: Factory::createRemoteFilesystem($this->io, $config);
composer-1.10.13/src/Composer/Repository/PearRepository.php-65-        $this->vendorAlias = isset($repoConfig['vendor-alias']) ? $repoConfig['vendor-alias'] : null;
##############################################
composer-1.10.13/src/Composer/Repository/RepositoryFactory.php-38-        } elseif ("json" === pathinfo($repository, PATHINFO_EXTENSION)) {
composer-1.10.13/src/Composer/Repository/RepositoryFactory.php:39:            $json = new JsonFile($repository, Factory::createRemoteFilesystem($io, $config));
composer-1.10.13/src/Composer/Repository/RepositoryFactory.php-40-            $data = $json->read();
##############################################
composer-1.10.13/src/Composer/Repository/RepositoryFactory.php-80-        if (!$rm) {
composer-1.10.13/src/Composer/Repository/RepositoryFactory.php:81:            $rm = static::manager($io, $config, null, Factory::createRemoteFilesystem($io, $config));
composer-1.10.13/src/Composer/Repository/RepositoryFactory.php-82-        }
##############################################
composer-1.10.13/src/Composer/Repository/RepositoryFactory.php-105-            }
composer-1.10.13/src/Composer/Repository/RepositoryFactory.php:106:            $rm = static::manager($io, $config, null, Factory::createRemoteFilesystem($io, $config));
composer-1.10.13/src/Composer/Repository/RepositoryFactory.php-107-        }
##############################################
composer-1.10.13/src/Composer/Repository/Vcs/GitLabDriver.php-116-     */
composer-1.10.13/src/Composer/Repository/Vcs/GitLabDriver.php:117:    public function setRemoteFilesystem(RemoteFilesystem $remoteFilesystem)
composer-1.10.13/src/Composer/Repository/Vcs/GitLabDriver.php-118-    {
##############################################
composer-1.10.13/src/Composer/Repository/Vcs/VcsDriver.php-71-        $this->process = $process ?: new ProcessExecutor($io);
composer-1.10.13/src/Composer/Repository/Vcs/VcsDriver.php:72:        $this->remoteFilesystem = $remoteFilesystem ?: Factory::createRemoteFilesystem($this->io, $config);
composer-1.10.13/src/Composer/Repository/Vcs/VcsDriver.php-73-    }
##############################################
composer-1.10.13/src/Composer/Util/Bitbucket.php-47-        $this->process = $process ?: new ProcessExecutor($io);
composer-1.10.13/src/Composer/Util/Bitbucket.php:48:        $this->remoteFilesystem = $remoteFilesystem ?: Factory::createRemoteFilesystem($this->io, $config);
composer-1.10.13/src/Composer/Util/Bitbucket.php-49-        $this->time = $time;
##############################################
composer-1.10.13/src/Composer/Util/GitHub.php-42-        $this->process = $process ?: new ProcessExecutor($io);
composer-1.10.13/src/Composer/Util/GitHub.php:43:        $this->remoteFilesystem = $remoteFilesystem ?: Factory::createRemoteFilesystem($this->io, $config);
composer-1.10.13/src/Composer/Util/GitHub.php-44-    }
##############################################
composer-1.10.13/src/Composer/Util/GitLab.php-43-        $this->process = $process ?: new ProcessExecutor($io);
composer-1.10.13/src/Composer/Util/GitLab.php:44:        $this->remoteFilesystem = $remoteFilesystem ?: Factory::createRemoteFilesystem($this->io, $config);
composer-1.10.13/src/Composer/Util/GitLab.php-45-    }
##############################################
composer-1.10.13/src/Composer/Util/NoProxyPattern.php-228-
composer-1.10.13/src/Composer/Util/NoProxyPattern.php:229:        list($ip, $size) = $this->ipGetAddr($host);
composer-1.10.13/src/Composer/Util/NoProxyPattern.php-230-
##############################################
composer-1.10.13/src/Composer/Util/NoProxyPattern.php-254-     */
composer-1.10.13/src/Composer/Util/NoProxyPattern.php:255:    private function ipGetAddr($host)
composer-1.10.13/src/Composer/Util/NoProxyPattern.php-256-    {
##############################################
composer-1.10.13/src/Composer/Util/Perforce.php-568-        if (empty($this->filesystem)) {
composer-1.10.13/src/Composer/Util/Perforce.php:569:            $this->filesystem = new Filesystem($this->process);
composer-1.10.13/src/Composer/Util/Perforce.php-570-        }
##############################################
composer-1.10.13/src/Composer/Util/Perforce.php-574-
composer-1.10.13/src/Composer/Util/Perforce.php:575:    public function setFilesystem(Filesystem $fs)
composer-1.10.13/src/Composer/Util/Perforce.php-576-    {
##############################################
composer-1.10.13/tests/Composer/Test/Autoload/AutoloadGeneratorTest.php-1621-            : 'ln -s "' . $target . '" "' . $link . '"';
composer-1.10.13/tests/Composer/Test/Autoload/AutoloadGeneratorTest.php:1622:        exec($command);
composer-1.10.13/tests/Composer/Test/Autoload/AutoloadGeneratorTest.php-1623-
##############################################
composer-1.10.13/tests/Composer/Test/Downloader/XzDownloaderTest.php-68-            ->will($this->returnValue($this->testDir));
composer-1.10.13/tests/Composer/Test/Downloader/XzDownloaderTest.php:69:        $downloader = new XzDownloader($io, $config, null, null, null, new RemoteFilesystem($io));
composer-1.10.13/tests/Composer/Test/Downloader/XzDownloaderTest.php-70-
##############################################
composer-1.10.13/tests/Composer/Test/FactoryTest.php-37-
composer-1.10.13/tests/Composer/Test/FactoryTest.php:38:        Factory::createRemoteFilesystem($ioMock, $config);
composer-1.10.13/tests/Composer/Test/FactoryTest.php-39-    }
##############################################
composer-1.10.13/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php-299-
composer-1.10.13/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php:300:        $driver->setRemoteFilesystem($this->remoteFilesystem->reveal());
composer-1.10.13/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php-301-
##############################################
composer-1.10.13/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php-365-
composer-1.10.13/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php:366:        $driver->setRemoteFilesystem($this->remoteFilesystem->reveal());
composer-1.10.13/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php-367-
##############################################
composer-1.10.13/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php-411-
composer-1.10.13/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php:412:        $driver->setRemoteFilesystem($this->remoteFilesystem->reveal());
composer-1.10.13/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php-413-
##############################################
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php-115-    {
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php:116:        $fs = new RemoteFilesystem($this->getMockBuilder('Composer\IO\IOInterface')->getMock());
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php-117-        $this->callCallbackGet($fs, STREAM_NOTIFY_FILE_SIZE_IS, 0, '', 0, 0, 20);
##############################################
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php-128-
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php:129:        $fs = new RemoteFilesystem($io);
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php-130-        $this->setAttribute($fs, 'bytesMax', 20);
##############################################
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php-138-    {
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php:139:        $fs = new RemoteFilesystem($this->getMockBuilder('Composer\IO\IOInterface')->getMock());
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php-140-
##############################################
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php-153-
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php:154:        $fs = new RemoteFilesystem($io);
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php-155-        try {
##############################################
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php-164-    {
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php:165:        $fs = new RemoteFilesystem($this->getMockBuilder('Composer\IO\IOInterface')->getMock());
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php-166-
##############################################
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php-171-    {
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php:172:        $fs = new RemoteFilesystem($this->getMockBuilder('Composer\IO\IOInterface')->getMock());
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php-173-
##############################################
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php-233-
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php:234:        $rfs = new RemoteFilesystem($io);
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php-235-        $hostname = parse_url($url, PHP_URL_HOST);
##############################################
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php-283-
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php:284:        $rfs = new RemoteFilesystem($io, $config);
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php-285-        $hostname = parse_url($url, PHP_URL_HOST);
##############################################
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php-294-    {
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php:295:        $fs = new RemoteFilesystem($io, null, $options);
composer-1.10.13/tests/Composer/Test/Util/RemoteFilesystemTest.php-296-        $ref = new \ReflectionMethod($fs, 'getOptionsForUrl');
##############################################
composer-1.10.13/tests/Composer/Test/Util/PerforceTest.php-712-        $fs = $this->getMockBuilder('Composer\Util\Filesystem')->getMock();
composer-1.10.13/tests/Composer/Test/Util/PerforceTest.php:713:        $this->perforce->setFilesystem($fs);
composer-1.10.13/tests/Composer/Test/Util/PerforceTest.php-714-
##############################################
composer-1.10.13/tests/Composer/Test/InstallerTest.php-153-        if ($condition) {
composer-1.10.13/tests/Composer/Test/InstallerTest.php:154:            eval('$res = '.$condition.';');
composer-1.10.13/tests/Composer/Test/InstallerTest.php-155-            if (!$res) {
##############################################
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php-115-    {
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php:116:        $fs = new RemoteFilesystem($this->getMockBuilder('Composer\IO\IOInterface')->getMock());
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php-117-        $this->callCallbackGet($fs, STREAM_NOTIFY_FILE_SIZE_IS, 0, '', 0, 0, 20);
##############################################
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php-128-
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php:129:        $fs = new RemoteFilesystem($io);
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php-130-        $this->setAttribute($fs, 'bytesMax', 20);
##############################################
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php-138-    {
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php:139:        $fs = new RemoteFilesystem($this->getMockBuilder('Composer\IO\IOInterface')->getMock());
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php-140-
##############################################
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php-153-
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php:154:        $fs = new RemoteFilesystem($io);
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php-155-        try {
##############################################
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php-164-    {
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php:165:        $fs = new RemoteFilesystem($this->getMockBuilder('Composer\IO\IOInterface')->getMock());
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php-166-
##############################################
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php-171-    {
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php:172:        $fs = new RemoteFilesystem($this->getMockBuilder('Composer\IO\IOInterface')->getMock());
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php-173-
##############################################
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php-232-
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php:233:        $rfs = new RemoteFilesystem($io);
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php-234-        $hostname = parse_url($url, PHP_URL_HOST);
##############################################
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php-281-
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php:282:        $rfs = new RemoteFilesystem($io, $config);
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php-283-        $hostname = parse_url($url, PHP_URL_HOST);
##############################################
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php-292-    {
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php:293:        $fs = new RemoteFilesystem($io, null, $options);
composer-1.10.13/.pc/0006-Tag-tests-relying-on-remote-network.patch/tests/Composer/Test/Util/RemoteFilesystemTest.php-294-        $ref = new \ReflectionMethod($fs, 'getOptionsForUrl');
##############################################
composer-1.10.13/.pc/0007-Use-expectException-instead-of-setExpectedException.patch/tests/Composer/Test/InstallerTest.php-153-        if ($condition) {
composer-1.10.13/.pc/0007-Use-expectException-instead-of-setExpectedException.patch/tests/Composer/Test/InstallerTest.php:154:            eval('$res = '.$condition.';');
composer-1.10.13/.pc/0007-Use-expectException-instead-of-setExpectedException.patch/tests/Composer/Test/InstallerTest.php-155-            if (!$res) {
##############################################
composer-1.10.13/.pc/0008-Compatibility-with-recent-PHPUnit-8.patch/tests/Composer/Test/Autoload/AutoloadGeneratorTest.php-1621-            : 'ln -s "' . $target . '" "' . $link . '"';
composer-1.10.13/.pc/0008-Compatibility-with-recent-PHPUnit-8.patch/tests/Composer/Test/Autoload/AutoloadGeneratorTest.php:1622:        exec($command);
composer-1.10.13/.pc/0008-Compatibility-with-recent-PHPUnit-8.patch/tests/Composer/Test/Autoload/AutoloadGeneratorTest.php-1623-
##############################################
composer-1.10.13/.pc/0008-Compatibility-with-recent-PHPUnit-8.patch/tests/Composer/Test/Downloader/XzDownloaderTest.php-68-            ->will($this->returnValue($this->testDir));
composer-1.10.13/.pc/0008-Compatibility-with-recent-PHPUnit-8.patch/tests/Composer/Test/Downloader/XzDownloaderTest.php:69:        $downloader = new XzDownloader($io, $config, null, null, null, new RemoteFilesystem($io));
composer-1.10.13/.pc/0008-Compatibility-with-recent-PHPUnit-8.patch/tests/Composer/Test/Downloader/XzDownloaderTest.php-70-
##############################################
composer-1.10.13/.pc/0008-Compatibility-with-recent-PHPUnit-8.patch/tests/Composer/Test/InstallerTest.php-153-        if ($condition) {
composer-1.10.13/.pc/0008-Compatibility-with-recent-PHPUnit-8.patch/tests/Composer/Test/InstallerTest.php:154:            eval('$res = '.$condition.';');
composer-1.10.13/.pc/0008-Compatibility-with-recent-PHPUnit-8.patch/tests/Composer/Test/InstallerTest.php-155-            if (!$res) {
##############################################
composer-1.10.13/.pc/0008-Compatibility-with-recent-PHPUnit-8.patch/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php-299-
composer-1.10.13/.pc/0008-Compatibility-with-recent-PHPUnit-8.patch/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php:300:        $driver->setRemoteFilesystem($this->remoteFilesystem->reveal());
composer-1.10.13/.pc/0008-Compatibility-with-recent-PHPUnit-8.patch/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php-301-
##############################################
composer-1.10.13/.pc/0008-Compatibility-with-recent-PHPUnit-8.patch/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php-365-
composer-1.10.13/.pc/0008-Compatibility-with-recent-PHPUnit-8.patch/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php:366:        $driver->setRemoteFilesystem($this->remoteFilesystem->reveal());
composer-1.10.13/.pc/0008-Compatibility-with-recent-PHPUnit-8.patch/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php-367-
##############################################
composer-1.10.13/.pc/0008-Compatibility-with-recent-PHPUnit-8.patch/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php-411-
composer-1.10.13/.pc/0008-Compatibility-with-recent-PHPUnit-8.patch/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php:412:        $driver->setRemoteFilesystem($this->remoteFilesystem->reveal());
composer-1.10.13/.pc/0008-Compatibility-with-recent-PHPUnit-8.patch/tests/Composer/Test/Repository/Vcs/GitLabDriverTest.php-413-
##############################################
composer-1.10.13/.pc/0008-Compatibility-with-recent-PHPUnit-8.patch/tests/Composer/Test/Util/PerforceTest.php-712-        $fs = $this->getMockBuilder('Composer\Util\Filesystem')->getMock();
composer-1.10.13/.pc/0008-Compatibility-with-recent-PHPUnit-8.patch/tests/Composer/Test/Util/PerforceTest.php:713:        $this->perforce->setFilesystem($fs);
composer-1.10.13/.pc/0008-Compatibility-with-recent-PHPUnit-8.patch/tests/Composer/Test/Util/PerforceTest.php-714-