===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
php-mikey179-vfsstream-1.6.8/CHANGELOG.md-186-
php-mikey179-vfsstream-1.6.8/CHANGELOG.md:187:   * added support for `$mode` param when opening files, implements enhancement #7 and fixes issue #13
php-mikey179-vfsstream-1.6.8/CHANGELOG.md:188:   * `vfsStreamWrapper::stream_open()` now evaluates `$options` for `STREAM_REPORT_ERRORS`
php-mikey179-vfsstream-1.6.8/CHANGELOG.md-189-
##############################################
php-mikey179-vfsstream-1.6.8/CHANGELOG.md-226-   * added new interface `vfsStreamContainer`
php-mikey179-vfsstream-1.6.8/CHANGELOG.md:227:   * added `vfsStreamContent::at()` which allows code like `$file = vfsStream::newFile('file.txt.')->withContent('foo')->at($otherDir);`
php-mikey179-vfsstream-1.6.8/CHANGELOG.md-228-   * added `vfsStreamContent::lastModified()`, made `vfsStreamContent::setFilemtime()` an alias for this
##############################################
php-mikey179-vfsstream-1.6.8/CHANGELOG.md-240-   * added support for `is_readable()`, `is_dir()`, `is_file()`
php-mikey179-vfsstream-1.6.8/CHANGELOG.md:241:   * added `vfsStream::newFile()` to be able to do `$file = vfsStream::newFile("foo.txt")->withContent("bar");`
php-mikey179-vfsstream-1.6.8/CHANGELOG.md-242-
##############################################
php-mikey179-vfsstream-1.6.8/src/main/php/org/bovigo/vfs/vfsStream.php-274-     */
php-mikey179-vfsstream-1.6.8/src/main/php/org/bovigo/vfs/vfsStream.php:275:    public static function copyFromFileSystem($path, vfsStreamDirectory $baseDir = null, $maxFileSize = 1048576)
php-mikey179-vfsstream-1.6.8/src/main/php/org/bovigo/vfs/vfsStream.php-276-    {
##############################################
php-mikey179-vfsstream-1.6.8/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php-599-    {
php-mikey179-vfsstream-1.6.8/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php:600:        vfsStream::copyFromFileSystem($this->getFileSystemCopyDir());
php-mikey179-vfsstream-1.6.8/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php-601-    }
##############################################
php-mikey179-vfsstream-1.6.8/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php-609-    {
php-mikey179-vfsstream-1.6.8/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php:610:        $baseDir = vfsStream::copyFromFileSystem($this->getFileSystemCopyDir() . '/emptyFolder',
php-mikey179-vfsstream-1.6.8/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php-611-                                                 vfsStream::newDirectory('test')
##############################################
php-mikey179-vfsstream-1.6.8/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php-625-        $this->assertEquals($root,
php-mikey179-vfsstream-1.6.8/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php:626:                            vfsStream::copyFromFileSystem($this->getFileSystemCopyDir() . '/emptyFolder')
php-mikey179-vfsstream-1.6.8/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php-627-        );
##############################################
php-mikey179-vfsstream-1.6.8/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php-638-    {
php-mikey179-vfsstream-1.6.8/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php:639:        $baseDir = vfsStream::copyFromFileSystem($this->getFileSystemCopyDir(),
php-mikey179-vfsstream-1.6.8/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php-640-                                                 vfsStream::newDirectory('test'),
##############################################
php-mikey179-vfsstream-1.6.8/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php-663-        $this->assertEquals($root,
php-mikey179-vfsstream-1.6.8/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php:664:                            vfsStream::copyFromFileSystem($this->getFileSystemCopyDir(),
php-mikey179-vfsstream-1.6.8/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php-665-                                                          null,
##############################################
php-mikey179-vfsstream-1.6.8/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php-724-        $root    = vfsStream::setup();
php-mikey179-vfsstream-1.6.8/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php:725:        vfsStream::copyFromFileSystem($copyDir, $root, 3);
php-mikey179-vfsstream-1.6.8/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php-726-        $this->assertEquals(
##############################################
php-mikey179-vfsstream-1.6.8/.pc/0001-Compatibility-with-recent-PHPUnit.patch/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php-599-    {
php-mikey179-vfsstream-1.6.8/.pc/0001-Compatibility-with-recent-PHPUnit.patch/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php:600:        vfsStream::copyFromFileSystem($this->getFileSystemCopyDir());
php-mikey179-vfsstream-1.6.8/.pc/0001-Compatibility-with-recent-PHPUnit.patch/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php-601-    }
##############################################
php-mikey179-vfsstream-1.6.8/.pc/0001-Compatibility-with-recent-PHPUnit.patch/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php-609-    {
php-mikey179-vfsstream-1.6.8/.pc/0001-Compatibility-with-recent-PHPUnit.patch/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php:610:        $baseDir = vfsStream::copyFromFileSystem($this->getFileSystemCopyDir() . '/emptyFolder',
php-mikey179-vfsstream-1.6.8/.pc/0001-Compatibility-with-recent-PHPUnit.patch/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php-611-                                                 vfsStream::newDirectory('test')
##############################################
php-mikey179-vfsstream-1.6.8/.pc/0001-Compatibility-with-recent-PHPUnit.patch/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php-625-        $this->assertEquals($root,
php-mikey179-vfsstream-1.6.8/.pc/0001-Compatibility-with-recent-PHPUnit.patch/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php:626:                            vfsStream::copyFromFileSystem($this->getFileSystemCopyDir() . '/emptyFolder')
php-mikey179-vfsstream-1.6.8/.pc/0001-Compatibility-with-recent-PHPUnit.patch/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php-627-        );
##############################################
php-mikey179-vfsstream-1.6.8/.pc/0001-Compatibility-with-recent-PHPUnit.patch/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php-638-    {
php-mikey179-vfsstream-1.6.8/.pc/0001-Compatibility-with-recent-PHPUnit.patch/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php:639:        $baseDir = vfsStream::copyFromFileSystem($this->getFileSystemCopyDir(),
php-mikey179-vfsstream-1.6.8/.pc/0001-Compatibility-with-recent-PHPUnit.patch/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php-640-                                                 vfsStream::newDirectory('test'),
##############################################
php-mikey179-vfsstream-1.6.8/.pc/0001-Compatibility-with-recent-PHPUnit.patch/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php-663-        $this->assertEquals($root,
php-mikey179-vfsstream-1.6.8/.pc/0001-Compatibility-with-recent-PHPUnit.patch/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php:664:                            vfsStream::copyFromFileSystem($this->getFileSystemCopyDir(),
php-mikey179-vfsstream-1.6.8/.pc/0001-Compatibility-with-recent-PHPUnit.patch/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php-665-                                                          null,
##############################################
php-mikey179-vfsstream-1.6.8/.pc/0001-Compatibility-with-recent-PHPUnit.patch/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php-724-        $root    = vfsStream::setup();
php-mikey179-vfsstream-1.6.8/.pc/0001-Compatibility-with-recent-PHPUnit.patch/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php:725:        vfsStream::copyFromFileSystem($copyDir, $root, 3);
php-mikey179-vfsstream-1.6.8/.pc/0001-Compatibility-with-recent-PHPUnit.patch/src/test/php/org/bovigo/vfs/vfsStreamTestCase.php-726-        $this->assertEquals(