===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
php-gettext-1.0.12/tests/ParsingTest.php-51-    $mofile = tempnam(sys_get_temp_dir(), "pg");
php-gettext-1.0.12/tests/ParsingTest.php:52:    $msgfmt = popen("msgfmt -o $mofile -", "w");
php-gettext-1.0.12/tests/ParsingTest.php-53-    fwrite($msgfmt, $pofile_data);
##############################################
php-gettext-1.0.12/debian/patches/0002-Use-custom-parser-for-parsing-plural-expressions-ins.patch-136- 
php-gettext-1.0.12/debian/patches/0002-Use-custom-parser-for-parsing-plural-expressions-ins.patch:137:-    eval("$string");
php-gettext-1.0.12/debian/patches/0002-Use-custom-parser-for-parsing-plural-expressions-ins.patch-138--    if ($plural >= $total) $plural = $total - 1;
##############################################
php-gettext-1.0.12/.pc/0001-fix-constructors.patch/gettext.php-364-
php-gettext-1.0.12/.pc/0001-fix-constructors.patch/gettext.php:365:    eval("$string");
php-gettext-1.0.12/.pc/0001-fix-constructors.patch/gettext.php-366-    if ($plural >= $total) $plural = $total - 1;
##############################################
php-gettext-1.0.12/.pc/0002-Use-custom-parser-for-parsing-plural-expressions-ins.patch/gettext.php-364-
php-gettext-1.0.12/.pc/0002-Use-custom-parser-for-parsing-plural-expressions-ins.patch/gettext.php:365:    eval("$string");
php-gettext-1.0.12/.pc/0002-Use-custom-parser-for-parsing-plural-expressions-ins.patch/gettext.php-366-    if ($plural >= $total) $plural = $total - 1;
##############################################
php-gettext-1.0.12/.pc/0003-Adopt-tests-to-run-recent-version-of-phpunit.patch/tests/ParsingTest.php-49-    $mofile = tempnam(sys_get_temp_dir(), "pg");
php-gettext-1.0.12/.pc/0003-Adopt-tests-to-run-recent-version-of-phpunit.patch/tests/ParsingTest.php:50:    $msgfmt = popen("msgfmt -o $mofile -", "w");
php-gettext-1.0.12/.pc/0003-Adopt-tests-to-run-recent-version-of-phpunit.patch/tests/ParsingTest.php-51-    fwrite($msgfmt, $pofile_data);