===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
php-luasandbox-3.0.3/m4/pkg.m4-80-    PKG_CHECK_EXISTS([$3],
php-luasandbox-3.0.3/m4/pkg.m4:81:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
php-luasandbox-3.0.3/m4/pkg.m4-82-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
php-luasandbox-3.0.3/m4/pkg.m4-129-        if test $_pkg_short_errors_supported = yes; then
php-luasandbox-3.0.3/m4/pkg.m4:130:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
php-luasandbox-3.0.3/m4/pkg.m4-131-        else 
php-luasandbox-3.0.3/m4/pkg.m4:132:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
php-luasandbox-3.0.3/m4/pkg.m4-133-        fi
##############################################
php-luasandbox-3.0.3/stubs/LuaSandboxFunction.php-46-	 *      numbers to strings or vice versa (since PHP considers things like
php-luasandbox-3.0.3/stubs/LuaSandboxFunction.php:47:	 *      `$a[0]` and `$a["0"]` as being equivalent).
php-luasandbox-3.0.3/stubs/LuaSandboxFunction.php-48-	 *  - All other types are unsupported and will raise an error/exception,