===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
php-sabre-event-3.0.0/CHANGELOG.md-40-
php-sabre-event-3.0.0/CHANGELOG.md:41:* Fixed: `$priority` was ignored in `EventEmitter::once` method.
php-sabre-event-3.0.0/CHANGELOG.md-42-* Fixed: Breaking the event chain was not possible in `EventEmitter::once`.
##############################################
php-sabre-event-3.0.0/examples/tail.php-19-
php-sabre-event-3.0.0/examples/tail.php:20:$tail = popen('tail -fn0 ' . escapeshellarg($argv[1]), 'r');
php-sabre-event-3.0.0/examples/tail.php-21-
##############################################
php-sabre-event-3.0.0/debian/patches/0002-Fix-example.patch-15-+++ b/examples/tail.php
php-sabre-event-3.0.0/debian/patches/0002-Fix-example.patch:16:@@ -25,4 +25,4 @@ $tail = popen('tail -fn0 ' . escapeshellarg($argv[1]), 'r');
php-sabre-event-3.0.0/debian/patches/0002-Fix-example.patch-17- 
##############################################
php-sabre-event-3.0.0/debian/patches/0001-Adjust-examples-to-Debian-expectations.patch-44- 
php-sabre-event-3.0.0/debian/patches/0001-Adjust-examples-to-Debian-expectations.patch:45: $tail = popen('tail -fn0 ' . escapeshellarg($argv[1]), 'r');
php-sabre-event-3.0.0/debian/patches/0001-Adjust-examples-to-Debian-expectations.patch-46- 
##############################################
php-sabre-event-3.0.0/.pc/0001-Adjust-examples-to-Debian-expectations.patch/examples/tail.php-19-
php-sabre-event-3.0.0/.pc/0001-Adjust-examples-to-Debian-expectations.patch/examples/tail.php:20:$tail = popen('tail -fn0 ' . escapeshellarg($argv[1]), 'r');
php-sabre-event-3.0.0/.pc/0001-Adjust-examples-to-Debian-expectations.patch/examples/tail.php-21-
##############################################
php-sabre-event-3.0.0/.pc/0002-Fix-example.patch/examples/tail.php-19-
php-sabre-event-3.0.0/.pc/0002-Fix-example.patch/examples/tail.php:20:$tail = popen('tail -fn0 ' . escapeshellarg($argv[1]), 'r');
php-sabre-event-3.0.0/.pc/0002-Fix-example.patch/examples/tail.php-21-