πŸ” Scanning for suspicious PHP code in Magento files... πŸ”Ž Searching for: eval( ./vendor/wikimedia/less.php/lib/Less/Tree/DetachedRuleset.php:33: public function callEval( $env ) { ./vendor/wikimedia/less.php/lib/Less/Tree/RulesetCall.php:24: return $detachedRuleset->callEval( $env ); ./vendor/brick/varexporter/src/Internal/ObjectExporter/ClosureExporter.php:91: if (substr($filename, -16) === " : eval()'d code") { ./vendor/brick/varexporter/src/Internal/ObjectExporter/ClosureExporter.php:92: throw new ExportException("Closure defined in eval()'d code cannot be exported.", $path); ./vendor/brick/varexporter/src/VarExporter.php:13: * This makes the code ready to be executed in a PHP file―or `eval()`, for that matter. ./vendor/phpunit/phpunit/src/Framework/TestCase.php:1897: eval( ./vendor/phpunit/phpunit/src/Framework/MockObject/MockClass.php:51: eval($this->classCode); ./vendor/phpunit/phpunit/src/Framework/MockObject/Generator.php:282: eval($template->render()); ./vendor/phpunit/phpunit/src/Framework/MockObject/Generator.php:1124: eval(self::MOCKED_CLONE_METHOD_WITH_VOID_RETURN_TYPE_TRAIT); ./vendor/phpunit/phpunit/src/Framework/MockObject/Generator.php:1131: eval(self::MOCKED_CLONE_METHOD_WITHOUT_RETURN_TYPE_TRAIT); ./vendor/phpunit/phpunit/src/Framework/MockObject/Generator.php:1141: eval(self::UNMOCKED_CLONE_METHOD_WITH_VOID_RETURN_TYPE_TRAIT); ./vendor/phpunit/phpunit/src/Framework/MockObject/Generator.php:1148: eval(self::UNMOCKED_CLONE_METHOD_WITHOUT_RETURN_TYPE_TRAIT); ./vendor/phpunit/phpunit/src/Framework/MockObject/MockTrait.php:44: eval($this->classCode); ./vendor/phpunit/php-code-coverage/src/Filter.php:85: strpos($filename, 'eval()\'d code') !== false || ./vendor/friendsofphp/php-cs-fixer/src/Fixer/CastNotation/ModernizeTypesCastingFixer.php:42: $a = doubleval($b); ./vendor/friendsofphp/php-cs-fixer/src/Fixer/ReturnNotation/ReturnAssignmentFixer.php:113: T_EVAL, // "$c = eval('return $this;');" case ./vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/NoAliasFunctionsFixer.php:190:$a = doubleval($b); ./vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/StaticLambdaFixer.php:156: T_EVAL, // "$c = eval('return $this;');" case ./vendor/codeception/codeception/src/Codeception/Lib/Actor/Shared/Pause.php:115: $value = eval("return \$I->$command;"); ./vendor/codeception/codeception/src/Codeception/Command/DryRun.php:246: eval($code); ./vendor/codeception/codeception/src/Codeception/Subscriber/ErrorHandler.php:58: $this->errorLevel = eval("return {$settings['error_level']};"); ./vendor/phpcompatibility/php-compatibility/PHPCompatibility/Sniffs/ControlStructures/DiscouragedSwitchContinueSniff.php:198: $level = eval("return ( $codeString );"); ./vendor/aws/aws-sdk-php/src/StorageGateway/StorageGatewayClient.php:27: * @method \Aws\Result cancelRetrieval(array $args = []) ./vendor/phpseclib/phpseclib/phpseclib/Common/Functions/Strings.php:293: $xor ^ eval('return 0b' . $part . ';') ./vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php:153: * Base value for the eval() implementation $engine switch ./vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php:3203: eval('$func = function ($_action, $_text) { ' . $init_crypt . 'if ($_action == "encrypt") { ' . $encrypt . ' } else { ' . $decrypt . ' }};'); ./vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php:3231: * eval()'able string for in-line float to int ./vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php:33: * _encryptBlock() calls are highly optimized through the use of eval(). Among other things, ./vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php:38: * assuming 16 rounds (which is what OpenSSH's bcrypt defaults to). The eval()-optimized ./vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php:42: * 514.12, which is ~4KB of data. Creating an eval()-optimized _encryptBlock() has an upfront ./vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php:44: * data. Conseqeuently, bcrypt does not benefit from the eval()-optimized _encryptBlock(). ./vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/EvalBarrett.php:62: eval('$func = function ($n) { ' . $code . '};'); ./vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/EvalBarrett.php:102: eval('$func = function ($n) { ' . $code . '};'); ./vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.php:71: eval('$func = function ($x) { ' . $code . '};'); ./vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.php:146: eval('$func = function ($n) { ' . $code . '};'); ./vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/Engine.php:1139: return eval('return function(' . static::class . ' $x) use ($func, $class) { ./vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/Engine.php:1146: return eval('return function(' . static::class . ' $x) use ($n, $fqengine, $class) { ./vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Eval_.php:12: * Constructs an eval() node. ./vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php:498: protected function pExpr_Eval(Expr\Eval_ $node) ./vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php:500: return 'eval(' . $this->p($node->expr) . ')'; ./vendor/rector/rector/vendor/composer/semver/src/CompilingMatcher.php:71: self::$compiledCheckerCache[$cacheKey] = $function = eval('return function($v, $b){return ' . $code . ';};'); ./vendor/rector/rector/vendor/symfony/dependency-injection/Dumper/PhpDumper.php:525: if (\substr_compare($file, ') : eval()\'d code', -\strlen(') : eval()\'d code')) === 0) { ./vendor/rector/rector/rules/Php72/Rector/FuncCall/CreateFunctionToAnonymousFunctionRector.php:153: return [$this->createEval($expr)]; ./vendor/rector/rector/rules/Php72/Rector/FuncCall/CreateFunctionToAnonymousFunctionRector.php:158: private function createEval(Expr $expr) : Expression ./vendor/colinmollenhour/credis/Client.php:167: * @method string|int|array|bool|Credis_Client eval(string $script, array $keys = null, array $args = null) ./vendor/colinmollenhour/cache-backend-redis/Cm/Cache/Backend/Redis.php:603: $res = $this->_redis->eval($script, $tags, $sArgs); ./vendor/colinmollenhour/cache-backend-redis/Cm/Cache/Backend/Redis.php:785: $this->_redis->eval($script, $chunk, $args); ./vendor/colinmollenhour/cache-backend-redis/Cm/Cache/Backend/Redis.php:881: $this->_redis->eval($script, $tagsBatch, $sArgs); ./vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Eval_.php:13: * Constructs an eval() node. ./vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php:549: protected function pExpr_Eval(Expr\Eval_ $node) { ./vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php:550: return 'eval(' . $this->p($node->expr) . ')'; ./vendor/elasticsearch/elasticsearch/src/Elasticsearch/Client.php:1153: public function rankEval(array $params = []) ./vendor/composer/composer/src/Composer/Plugin/PluginManager.php:219: eval($code); ./vendor/composer/composer/src/Composer/Installer/BinaryInstaller.php:230: eval(\$contents); ./vendor/composer/semver/src/CompilingMatcher.php:87: self::$compiledCheckerCache[$cacheKey] = $function = eval('return function($v, $b){return '.$code.';};'); ./vendor/symfony/debug/DebugClassLoader.php:487: if (!isset($dirFiles[$file]) && ') : eval()\'d code' === substr($file, -17)) { ./vendor/symfony/debug/DebugClassLoader.php:488: // Get the file name from "file_name.php(123) : eval()'d code" ./vendor/symfony/dependency-injection/Dumper/PhpDumper.php:532: if (str_ends_with($file, ') : eval()\'d code')) { ./vendor/symfony/error-handler/DebugClassLoader.php:776: if (!isset($dirFiles[$file]) && ') : eval()\'d code' === substr($file, -17)) { ./vendor/symfony/error-handler/DebugClassLoader.php:777: // Get the file name from "file_name.php(123) : eval()'d code" ./vendor/symfony/http-kernel/HttpCache/HttpCache.php:639: eval('; ?>'.$response->getContent().'_filterEvalRendered . ';'); ./vendor/magento/magento-coding-standard/Magento2/Helpers/PHPCSUtils/Utils/Parentheses.php:22: * In contrast to PHPCS natively, `isset()`, `unset()`, `empty()`, `exit()`, `die()` and `eval()` ./vendor/magento/magento-coding-standard/Magento2/Helpers/PHPCSUtils/Utils/Parentheses.php:27: * and `eval()`` as parentheses owners to all applicable functions. ./vendor/magento/module-csp/Model/Policy/FetchPolicy.php:181: * For example using "eval()" for JavaScript. ./vendor/magento/magento2-base/dev/tests/integration/framework/Magento/TestFramework/Workaround/Override/WrapperGenerator.php:50: eval($wrapperCode); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/Cache/MassActionTest.php:141: $configData = eval(str_replace('' . $value); ./vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/PHP/EvalSniff.php:3: * The use of eval() is discouraged. ./vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/PHP/EvalSniff.php:42: $error = 'Use of eval() is discouraged'; ./vendor/squizlabs/php_codesniffer/src/Standards/MySource/Sniffs/PHP/EvalObjectFactorySniff.php:3: * Ensures that eval() is not used to create objects. ./vendor/squizlabs/php_codesniffer/src/Standards/MySource/Sniffs/PHP/EvalObjectFactorySniff.php:106: $error = 'Do not use eval() to create objects dynamically; use reflection instead'; ./var/vendor/composer/composer/src/Composer/Plugin/PluginManager.php:219: eval($code); ./var/vendor/composer/composer/src/Composer/Installer/BinaryInstaller.php:230: eval(\$contents); ./var/vendor/composer/semver/src/CompilingMatcher.php:87: self::$compiledCheckerCache[$cacheKey] = $function = eval('return function($v, $b){return '.$code.';};'); ./dev/tests/integration/framework/Magento/TestFramework/Workaround/Override/WrapperGenerator.php:50: eval($wrapperCode); ./dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/Cache/MassActionTest.php:141: $configData = eval(str_replace('expressions use php eval() function, so beware of what you're ./pub/wp/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Template.php:45: eval($code); ./pub/wp/wp-admin/includes/class-pclzip.php:4078:// eval('$v_result = '.$p_options[PCLZIP_CB_PRE_EXTRACT].'(PCLZIP_CB_PRE_EXTRACT, $v_local_header);'); ./pub/wp/wp-includes/class-json.php:24: * JavaScript, and can be directly eval()'ed with no further parsing πŸ”Ž Searching for: base64_decode( ./vendor/spomky-labs/base64url/src/Base64Url.php:49: $decoded = base64_decode(strtr($data, '-_', '+/'), true); ./vendor/laminas/laminas-mail/src/Protocol/Smtp/Auth/Crammd5.php:69: $challenge = base64_decode($challenge); ./vendor/laminas/laminas-mime/src/Message.php:307: $body = base64_decode($body); ./vendor/laminas/laminas-http/src/Client/Adapter/Curl.php:480: curl_setopt($this->curl, CURLOPT_USERPWD, base64_decode(substr($headers['Authorization'], 6))); ./vendor/beberlei/assert/lib/Assert/Assertion.php:2704: if (false === \base64_decode($value, true)) { ./vendor/friendsofphp/php-cs-fixer/src/Fixer/Strict/StrictParamFixer.php:38: [new CodeSample("parseJson(base64_decode($value), $response); ./vendor/aws/aws-sdk-php/src/Api/Parser/MetadataParserTrait.php:33: $value = base64_decode($value); ./vendor/aws/aws-sdk-php/src/Api/Parser/MetadataParserTrait.php:49: $value = $this->parseJson(base64_decode($value), $response); ./vendor/aws/aws-sdk-php/src/Api/Parser/XmlParser.php:130: return base64_decode((string) $value); ./vendor/braintree/braintree_php/lib/Braintree/WebhookNotificationGateway.php:44: $xml = base64_decode($payload); ./vendor/thecodingmachine/safe/generated/url.php:20:function base64_decode(string $data, bool $strict = false): string ./vendor/thecodingmachine/safe/generated/url.php:23: $result = \base64_decode($data, $strict); ./vendor/phpseclib/phpseclib/phpseclib/Common/Functions/Strings.php:430: public static function base64_decode($data) ./vendor/phpseclib/phpseclib/phpseclib/Common/Functions/Strings.php:445: // return self::base64_decode(str_replace(['-', '_'], ['+', '/'], $data)); ./vendor/phpseclib/phpseclib/phpseclib/File/X509.php:514: base64_decode(preg_replace('#-.+-|[\r\n]#', '', $cert['tbsCertificate']['subjectPublicKeyInfo']['subjectPublicKey'])) ./vendor/phpseclib/phpseclib/phpseclib/File/X509.php:2253: base64_decode(preg_replace('#-.+-|[\r\n]#', '', $csr['certificationRequestInfo']['subjectPKInfo']['subjectPublicKey'])) ./vendor/phpseclib/phpseclib/phpseclib/File/X509.php:2300: $temp = preg_match('#^[a-zA-Z\d/+]*={0,2}$#', $temp) ? Strings::base64_decode($temp) : false; ./vendor/phpseclib/phpseclib/phpseclib/File/X509.php:2363: base64_decode(preg_replace('#-.+-|[\r\n]#', '', $spkac['publicKeyAndChallenge']['spki']['subjectPublicKey'])) ./vendor/phpseclib/phpseclib/phpseclib/File/X509.php:3674: $publicKey = base64_decode(preg_replace('#-.+-|[\r\n]#', '', $this->publicKey->toString($format))); ./vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php:1464: $temp = preg_match('#^[a-zA-Z\d/+]*={0,2}$#', $temp) ? Strings::base64_decode($temp) : false; ./vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PuTTY.php:198: $public = Strings::base64_decode(implode('', array_map('trim', array_slice($key, 4, $publicLength)))); ./vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PuTTY.php:251: $private = Strings::base64_decode(implode('', array_map('trim', array_slice($key, $offset, $privateLength)))); ./vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/OpenSSH.php:73: $key = Strings::base64_decode($key); ./vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/OpenSSH.php:120: $key = base64_decode($parts[0]); ./vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/OpenSSH.php:125: $key = base64_decode($parts[1]); ./vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/XML.php:68: $value = new BigInteger(Strings::base64_decode($temp->item(0)->nodeValue), 256); ./vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/MSBLOB.php:80: $key = Strings::base64_decode($key); ./vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/XML.php:77: $value = new BigInteger(Strings::base64_decode($temp->item(0)->nodeValue), 256); ./vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PuTTY.php:101: $public = Strings::base64_decode($public[1]); ./vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PuTTY.php:132: $public = Strings::base64_decode($public[1]); ./vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/XML.php:167: return Strings::base64_decode(str_replace(["\r", "\n", ' ', "\t"], '', $value)); ./vendor/rector/rector/vendor/symfony/dependency-injection/EnvVarProcessor.php:183: return \base64_decode(\strtr($env, '-_', '+/')); ./vendor/rector/rector/vendor/symfony/dependency-injection/Loader/XmlFileLoader.php:467: if (\false === ($value = \base64_decode($arg->nodeValue))) { ./vendor/rector/rector/vendor/symfony/polyfill-mbstring/Mbstring.php:83: $s = \base64_decode($s); ./vendor/elasticsearch/elasticsearch/src/Elasticsearch/ClientBuilder.php:845: list($uri, $uuids) = explode('$', base64_decode($encoded)); ./vendor/composer/composer/src/Composer/Util/TlsHelper.php:142: $der = base64_decode($pemtrim); ./vendor/composer/composer/src/Composer/Command/SelfUpdateCommand.php:291: $signature = base64_decode($signature['sha384']); ./vendor/composer/composer/src/Composer/Repository/Vcs/GitHubDriver.php:203: if (empty($response['content']) || $response['encoding'] !== 'base64' || !($funding = base64_decode($response['content']))) { ./vendor/composer/composer/src/Composer/Repository/Vcs/GitHubDriver.php:278: if (empty($resource['content']) || $resource['encoding'] !== 'base64' || !($content = base64_decode($resource['content']))) { ./vendor/composer/ca-bundle/src/CaBundle.php:275:$info = openssl_x509_parse(base64_decode('%s')); ./vendor/web-token/jwt-framework/src/Component/Console/SecretKeyGeneratorCommand.php:53: $secret = base64_decode($secret, true); ./vendor/web-token/jwt-framework/src/Component/KeyManagement/KeyConverter/ECKey.php:82: $data = base64_decode(preg_replace('#-.*-|\r|\n#', '', $data), true); ./vendor/web-token/jwt-framework/src/Component/KeyManagement/KeyConverter/KeyConverter.php:245: $ciphertext = base64_decode(preg_replace('#-.*-|\r|\n#', '', $key), true); ./vendor/firebase/php-jwt/src/JWT.php:277: $key = base64_decode((string) end($lines)); ./vendor/firebase/php-jwt/src/JWT.php:337: $key = base64_decode((string) end($lines)); ./vendor/firebase/php-jwt/src/JWT.php:413: return \base64_decode(self::convertBase64UrlToBase64($input)); ./vendor/fgrosse/phpasn1/lib/ASN1/TemplateParser.php:28: return $this->parseBinary(base64_decode($data), $template); ./vendor/symfony/yaml/Inline.php:781: return base64_decode($parsedBinaryData, true); ./vendor/symfony/var-dumper/Server/DumpServer.php:63: $payload = @unserialize(base64_decode($message), ['allowed_classes' => [Data::class, Stub::class]]); ./vendor/symfony/var-dumper/Caster/ResourceCaster.php:86: $pin = base64_decode(implode('', $pin)); ./vendor/symfony/http-foundation/ServerBag.php:67: $exploded = explode(':', base64_decode(substr($authorizationHeader, 6)), 2); ./vendor/symfony/dependency-injection/EnvVarProcessor.php:226: return base64_decode(strtr($env, '-_', '+/')); ./vendor/symfony/dependency-injection/Loader/XmlFileLoader.php:551: if (false === $value = base64_decode($arg->nodeValue)) { ./vendor/symfony/polyfill-mbstring/Mbstring.php:92: $s = base64_decode($s); ./vendor/ramsey/uuid/src/Fields/SerializableFieldsTrait.php:69: $this->__construct(base64_decode($serialized)); ./vendor/magento/module-ups/Model/Carrier.php:1707: $result->setShippingLabelContent(base64_decode($shippingLabelContent)); ./vendor/magento/module-ups/Model/Carrier.php:1860: $result->setLabelContent(base64_decode($shippingLabelContent)); ./vendor/magento/module-cardinal-commerce/Model/JwtManagement.php:127: return base64_decode( ./vendor/magento/framework/Url/Decoder.php:27: * The base64_decode() for URLs decoding ./vendor/magento/framework/Url/Decoder.php:34: $url = $url !== null ? base64_decode(strtr($url, '-_,', '+/=')) : ''; ./vendor/magento/framework/Url/DecoderInterface.php:17: * base64_decode() for URLs decoding ./vendor/magento/framework/GraphQl/Query/Uid.php:29: $result = base64_decode($uid, true); ./vendor/magento/framework/GraphQl/Query/Uid.php:56: $decodedValue = base64_decode($data, true); ./vendor/magento/framework/Session/SaveHandler/DbTable.php:123: $decodedData = base64_decode($data, true); ./vendor/magento/framework/Encryption/Encryptor.php:452: return trim($crypt->decrypt(base64_decode((string)$data))); ./vendor/magento/framework/Encryption/Test/Unit/CryptTest.php:158: $cryptParams[5] = base64_decode($cryptParams[5]); ./vendor/magento/framework/Encryption/Test/Unit/EncryptorTest.php:260: $this->assertEquals($data, $crypt->decrypt(base64_decode((string)$encryptedParts[2]))); ./vendor/magento/framework/Encryption/Test/Unit/Adapter/McryptTest.php:169: $cryptParams[5] = base64_decode($cryptParams[5]); ./vendor/magento/framework/Encryption/Test/Unit/Adapter/SodiumChachaIetfTest.php:27: $cryptParams['encrypted'] = base64_decode($cryptParams['encrypted']); ./vendor/magento/framework/Encryption/UrlCoder.php:40: * base64_decode() for URLs decoding ./vendor/magento/framework/Encryption/UrlCoder.php:47: return $this->_url->sessionUrlVar(base64_decode(strtr($url, '-_,', '+/='))); ./vendor/magento/framework/HTTP/Authentication.php:70: list($user, $pass) = explode(':', base64_decode(substr($auth, strpos($auth, " ") + 1))); ./vendor/magento/framework/HTTP/Authentication.php:73: list($user, $pass) = explode(':', base64_decode(substr($auth, strpos($auth, " ") + 1))); ./vendor/magento/framework/Serialize/Serializer/Base64Json.php:33: $result = json_decode(base64_decode($string), true); ./vendor/magento/framework/Api/ImageProcessor.php:142: $fileContent = @base64_decode($imageContent->getBase64EncodedData(), true); ./vendor/magento/framework/Api/ImageContentValidator.php:51: $fileContent = @base64_decode($imageContent->getBase64EncodedData(), true); ./vendor/magento/framework/Jwt/JwkFactory.php:945: $value = base64_decode(strtr($encoded, '-_', '+/'), true); ./vendor/magento/module-page-builder/Controller/Adminhtml/Template/Save.php:235: $decodedImage = base64_decode($imgData); ./vendor/magento/module-review-graph-ql/Model/Review/AddReviewToProduct.php:136: $ratingModel->setRatingId(base64_decode($ratingId)) ./vendor/magento/module-review-graph-ql/Model/Review/AddReviewToProduct.php:139: ->addOptionVote(base64_decode($optionId), $productId); ./vendor/magento/module-cms/Helper/Wysiwyg/Images.php:345: return base64_decode($string); ./vendor/magento/module-dhl/Test/Unit/Model/CarrierTest.php:206: $this->assertEquals(base64_decode('OutputImageContent'), $result->getShippingLabelContent()); ./vendor/magento/module-dhl/Model/Carrier.php:2086: $result->setShippingLabelContent(base64_decode($labelContent)); ./vendor/magento/module-usps/Model/Carrier.php:2012: $labelContent = base64_decode((string)$response->EMLabel); ./vendor/magento/module-usps/Model/Carrier.php:2016: $labelContent = base64_decode((string)$response->SignatureConfirmationLabel); ./vendor/magento/module-usps/Model/Carrier.php:2020: $labelContent = base64_decode((string)$response->LabelImage); ./vendor/magento/module-downloadable/Model/File/ContentValidator.php:23: $decodedContent = @base64_decode($fileContent->getFileData(), true); ./vendor/magento/module-downloadable/Model/File/ContentUploader.php:87: $fileSize = $this->systemTmpDirectory->writeFile($tmpFileName, base64_decode($fileContent->getFileData())); ./vendor/magento/module-quote-downloadable-links/Model/Cart/BuyRequest/DownloadableLinkDataProvider.php:32: $optionData = \explode('/', base64_decode($optionData->getId())); ./vendor/magento/module-backend/Helper/Js.php:49: parse_str(base64_decode($value), $result[$key]); ./vendor/magento/module-backend/Helper/Data.php:163: $filterString = base64_decode($filterString); ./vendor/magento/module-backend/Controller/Adminhtml/Dashboard/Tunnel.php:59: $paramsJson = base64_decode(urldecode($gaData)); ./vendor/magento/module-analytics/Test/Unit/Model/FileInfoManagerTest.php:166: $processedParameters[$encodedParameter] = base64_decode($processedParameters[$encodedParameter]); ./vendor/magento/module-analytics/Model/FileInfoManager.php:121: return base64_decode($value); ./vendor/magento/module-wishlist/Model/Wishlist/BuyRequest/BundleDataProvider.php:30: $optionData = \explode('/', base64_decode($optionData->getId())); ./vendor/magento/module-wishlist/Model/Wishlist/BuyRequest/BundleDataProvider.php:46: $optionData = \explode('/', base64_decode($option->getUid())); ./vendor/magento/module-wishlist/Model/Wishlist/BuyRequest/DownloadableLinkDataProvider.php:29: $optionData = \explode('/', base64_decode($optionData->getId())); ./vendor/magento/module-wishlist/Model/Wishlist/BuyRequest/SuperAttributeDataProvider.php:29: $optionData = \explode('/', base64_decode($optionData->getId())); ./vendor/magento/module-wishlist/Model/Wishlist/BuyRequest/SuperGroupDataProvider.php:29: $optionData = \explode('/', base64_decode($optionData->getId())); ./vendor/magento/module-wishlist/Model/Wishlist/BuyRequest/CustomizableOptionDataProvider.php:28: $optionData = \explode('/', base64_decode($optionData->getId())); ./vendor/magento/module-wishlist/Model/Wishlist/BuyRequest/CustomizableOptionDataProvider.php:42: $optionData = \explode('/', base64_decode($option->getUid())); ./vendor/magento/module-quote/Model/Cart/BuyRequest/CustomizableOptionDataProvider.php:31: $optionData = \explode('/', base64_decode($optionData->getId())); ./vendor/magento/module-quote/Model/Cart/BuyRequest/CustomizableOptionDataProvider.php:46: $optionData = \explode('/', base64_decode($option->getUid())); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Framework/Session/SaveHandler/DbTableTest.php:183: $this->assertEquals($data, base64_decode($session[self::COLUMN_SESSION_DATA])); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Theme/Block/Html/BreadcrumbsTest.php:55: $crumbsFromCacheKey = $this->serializer->unserialize(base64_decode($cacheKeyInfo['crumbs'])); ./vendor/magento/magento2-base/dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductSearchTest.php:1792: is_numeric($queryCategoryId) ? $queryCategoryId : base64_decode($queryCategoryId) ./vendor/magento/magento2-base/dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/AddSimpleProductToCartSingleMutationTest.php:108: $decodedOptionValue = base64_decode($customizableOptionOutputValue['customizable_option_value_uid']); ./vendor/magento/magento2-base/dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/GetCartItemOptionsFromUID.php:26: [$optionType, $optionId, $optionValueId] = explode('/', base64_decode($selectedOption)); ./vendor/magento/magento2-base/dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/GetCartItemOptionsFromUID.php:41: [$optionType, $optionId] = explode('/', base64_decode($enteredOption['uid'])); ./vendor/magento/module-two-factor-auth/Model/UserConfig/SignedTokenManager.php:69: [$encodedData, $signatureProvided] = explode('.', base64_decode($token)); ./vendor/magento/module-two-factor-auth/Model/TfatActions.php:82: ['user_id' => $userId] = $this->json->unserialize(explode('.', base64_decode($tfat))[0]); ./vendor/magento/module-two-factor-auth/Model/Provider/Engine/U2fKey/WebAuthn.php:98: $authenticatorDataBytes = base64_decode($credentialData['response']['authenticatorData']); ./vendor/magento/module-two-factor-auth/Model/Provider/Engine/U2fKey/WebAuthn.php:118: base64_decode($credentialData['response']['signature']), ./vendor/magento/module-two-factor-auth/Model/Provider/Engine/U2fKey/WebAuthn.php:150: 'id' => $this->convertBytesToArray(base64_decode($key['id'])) ./vendor/magento/module-two-factor-auth/Model/Provider/Engine/U2fKey/WebAuthn.php:251: $byteString = base64_decode($credentialData['response']['attestationObject']); ./vendor/magento/module-two-factor-auth/Model/Provider/Engine/U2fKey/WebAuthn.php:293: || $attestationObject['attestationData']['credId'] !== base64_decode($credentialData['id']) ./vendor/magento/module-two-factor-auth/Model/Provider/Engine/DuoSecurity.php:179: $cookieParts = explode('|', base64_decode($uB64)); ./vendor/magento/module-two-factor-auth/Model/UserAuthenticator.php:84: ['user_id' => $userId] = $this->json->unserialize(explode('.', base64_decode($tfaToken))[0]); ./vendor/magento/module-quote-configurable-options/Model/Cart/BuyRequest/SuperAttributeDataProvider.php:31: $optionData = \explode('/', base64_decode($optionData->getId())); ./vendor/magento/module-admin-adobe-ims/Model/TokenReader.php:186: base64_decode($header) ./vendor/magento/module-sales/Helper/Guest.php:232: $cookieData = explode(':', base64_decode($fromCookie)); ./vendor/magento/module-sales/Model/Rss/OrderStatus.php:166: $json = base64_decode($data); ./vendor/magento/module-quote-bundle-options/Model/Cart/BuyRequest/BundleDataProvider.php:32: $optionData = \explode('/', base64_decode($optionData->getId())); ./vendor/magento/module-quote-bundle-options/Model/Cart/BuyRequest/BundleDataProvider.php:49: $optionData = \explode('/', base64_decode($option->getUid())); ./vendor/magento/module-theme/Test/Unit/Helper/StorageTest.php:309: return base64_decode($path); ./vendor/magento/module-theme/Test/Unit/Helper/StorageTest.php:345: return base64_decode($path); ./vendor/magento/module-theme/Test/Unit/Helper/StorageTest.php:373: return base64_decode($value); ./vendor/magento/zendframework1/library/Zend/Crypt/Rsa.php:156: $signature = base64_decode($signature); ./vendor/magento/zendframework1/library/Zend/Crypt/Rsa.php:194: $data = base64_decode($data); ./vendor/magento/zendframework1/library/Zend/Mail/Protocol/Smtp/Auth/Crammd5.php:76: $challenge = base64_decode($challenge); ./vendor/magento/module-reports/Block/Adminhtml/Shopcart/Abandoned/Grid.php:62: $filter = base64_decode($filter); ./vendor/magento/module-reports/Block/Adminhtml/Grid.php:130: // this is a replacement for base64_decode() ./vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/data.php:78: $raw_data = base64_decode($data); ./vendor/m2e/ebay-amazon-magento2/Helper/Data.php:783: $back = base64_decode($back); ./vendor/m2e/ebay-amazon-magento2/Model/Ebay/Template/Description/Source.php:496: file_put_contents($watermarkPath, base64_decode($this->getEbayDescriptionTemplate()->getWatermarkImage())); ./vendor/m2e/ebay-amazon-magento2/Controller/Adminhtml/General/SkipStaticContentValidationMessage.php:34: $backUrl = base64_decode($this->getRequest()->getParam('back')); ./vendor/m2e/ebay-amazon-magento2/Controller/Adminhtml/Ebay/Category.php:33: $ebayRecommendedTemp[$key] = base64_decode($temp); ./vendor/m2e/ebay-amazon-magento2/Controller/Adminhtml/Ebay/Account/AfterGetSellApiToken.php:36: $sessionId = base64_decode((string)$this->getRequest()->getParam('code')); ./vendor/m2e/ebay-amazon-magento2/Controller/Adminhtml/Amazon/Order/MerchantFulfillment/CreateShippingOffer.php:70: $labelContent = base64_decode($labelContent); ./vendor/m2e/ebay-amazon-magento2/Controller/Adminhtml/ControlPanel/Tools/M2ePro/Install.php:90: $filePath = base64_decode($this->getRequest()->getParam('filePath', '')); ./vendor/m2e/ebay-amazon-magento2/Controller/Adminhtml/ControlPanel/Tools/M2ePro/Install.php:91: $originalPath = base64_decode($this->getRequest()->getParam('originalPath', '')); ./var/vendor/composer/composer/src/Composer/Util/TlsHelper.php:142: $der = base64_decode($pemtrim); ./var/vendor/composer/composer/src/Composer/Command/SelfUpdateCommand.php:291: $signature = base64_decode($signature['sha384']); ./var/vendor/composer/composer/src/Composer/Repository/Vcs/GitHubDriver.php:203: if (empty($response['content']) || $response['encoding'] !== 'base64' || !($funding = base64_decode($response['content']))) { ./var/vendor/composer/composer/src/Composer/Repository/Vcs/GitHubDriver.php:278: if (empty($resource['content']) || $resource['encoding'] !== 'base64' || !($content = base64_decode($resource['content']))) { ./var/vendor/symfony/polyfill-mbstring/Mbstring.php:106: $s = base64_decode($s); ./dev/tests/integration/testsuite/Magento/Framework/Session/SaveHandler/DbTableTest.php:183: $this->assertEquals($data, base64_decode($session[self::COLUMN_SESSION_DATA])); ./dev/tests/integration/testsuite/Magento/Theme/Block/Html/BreadcrumbsTest.php:55: $crumbsFromCacheKey = $this->serializer->unserialize(base64_decode($cacheKeyInfo['crumbs'])); ./dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductSearchTest.php:1792: is_numeric($queryCategoryId) ? $queryCategoryId : base64_decode($queryCategoryId) ./dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/AddSimpleProductToCartSingleMutationTest.php:108: $decodedOptionValue = base64_decode($customizableOptionOutputValue['customizable_option_value_uid']); ./dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/GetCartItemOptionsFromUID.php:26: [$optionType, $optionId, $optionValueId] = explode('/', base64_decode($selectedOption)); ./dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/GetCartItemOptionsFromUID.php:41: [$optionType, $optionId] = explode('/', base64_decode($enteredOption['uid'])); ./pub/magmi/web/security.php:29: $exploded = explode(':', base64_decode(substr($authorizationHeader, 6)), 2); ./pub/wp/wp-content/plugins/better-wp-security/core/lib/encryption/User_Encryption_Sodium.php:90: $decoded = base64_decode( substr( $encrypted, 4 ) ); ./pub/wp/wp-content/plugins/better-wp-security/core/lib/class-itsec-lib-opaque-tokens.php:30: $token = base64_decode( $token ); ./pub/wp/wp-content/plugins/better-wp-security/core/lib/class-itsec-lib-opaque-tokens.php:99: $token = base64_decode( $token ); ./pub/wp/wp-content/plugins/better-wp-security/core/lib/class-itsec-lib-jwt.php:355: return base64_decode( strtr( $input, '-_', '+/' ) ); ./pub/wp/wp-content/plugins/better-wp-security/core/lib.php:2582: return base64_decode( strtr( $input, '-_', '+/' ) ); ./pub/wp/wp-admin/includes/file.php:1354: $expected_raw_md5 = base64_decode( $expected_md5 ); ./pub/wp/wp-admin/includes/file.php:1492: $signature_raw = base64_decode( $signature ); ./pub/wp/wp-admin/includes/file.php:1501: $key_raw = base64_decode( $key ); ./pub/wp/wp-includes/class-wp-recovery-mode-cookie-service.php:154: $cookie = base64_decode( $cookie ); ./pub/wp/wp-includes/class-wp-customize-widgets.php:1465: $decoded = base64_decode( $value['encoded_serialized_instance'], true ); ./pub/wp/wp-includes/load.php:127: $userpass = base64_decode( $token ); ./pub/wp/wp-includes/PHPMailer/PHPMailer.php:4411: $data = base64_decode($match[3]); ./pub/wp/wp-includes/PHPMailer/SMTP.php:606: $challenge = base64_decode(substr($this->last_reply, 4)); ./pub/wp/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php:576: $serialized_instance = base64_decode( $request['instance']['encoded'] ); ./pub/wp/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php:479: $serialized_instance = base64_decode( $request['instance']['encoded'] ); ./pub/wp/wp-includes/SimplePie/Sanitize.php:334: $data = base64_decode($data); ./pub/wp/wp-includes/class-wp-simplepie-sanitize-kses.php:44: $data = base64_decode( $data ); ./pub/wp/wp-includes/ID3/module.audio.ogg.php:739: $flac->setStringMode(base64_decode($ThisFileInfo_ogg_comments_raw[$i]['value'])); ./pub/wp/wp-includes/ID3/module.audio.ogg.php:746: $data = base64_decode($ThisFileInfo_ogg_comments_raw[$i]['value']); ./pub/wp/wp-includes/blocks/legacy-widget.php:40: $serialized_instance = base64_decode( $attributes['instance']['encoded'] ); ./pub/wp/wp-includes/IXR/class-IXR-message.php:204: $value = base64_decode($this->_currentTagContents); ./app/code/Meetanshi/Extensions/Block/Adminhtml/System/Config/Extensions.php:41: $target_url = base64_decode('aHR0cHM6Ly9tZWV0YW5zaGkuY29tL2V4dGVuc2lvbnMuanNvbg'); ./app/code/Meetanshi/Extensions/Model/Feed.php:84: return base64_decode('aHR0cHM6Ly9tZWV0YW5zaGkuY29tL25vdGlmaWNhdGlvbnMueG1s'); ./app/code/Mageplaza/Smtp/Controller/AbandonedCart/Recover.php:146: $quoteId = isset($token[1]) ? base64_decode($token[1]) : ''; ./app/code/Magenest/AbandonedCart/Model/Cron.php:728: return base64_decode(strtr($input, '._-', '+/=')); πŸ”Ž Searching for: gzinflate( ./vendor/laminas/laminas-http/src/Response.php:604: $return = gzinflate(substr($body, 10)); ./vendor/laminas/laminas-http/src/Response.php:656: return gzinflate($body); ./vendor/thecodingmachine/safe/generated/zlib.php:336:function gzinflate(string $data, int $length = 0): string ./vendor/thecodingmachine/safe/generated/zlib.php:339: $result = \gzinflate($data, $length); ./vendor/web-token/jwt-framework/src/Component/Encryption/Compression/Deflate.php:68: $bin = gzinflate($data); ./vendor/magento/zendframework1/library/Zend/Filter/Compress/Gz.php:206: $compressed = gzinflate($content); ./vendor/magento/zendframework1/library/Zend/Http/Response.php:651: return gzinflate(substr($body, 10)); ./vendor/magento/zendframework1/library/Zend/Http/Response.php:686: return gzinflate($body); ./pub/wp/wp-admin/includes/class-pclzip.php:3900: $v_file_content = @gzinflate($v_buffer); ./pub/wp/wp-admin/includes/class-pclzip.php:4131: $v_file_content = gzinflate($v_buffer); ./pub/wp/wp-admin/includes/class-pclzip.php:4250: if (($p_string = @gzinflate($v_data)) === FALSE) { ./pub/wp/wp-includes/Requests/src/Requests.php:945: $decoded = @gzinflate($data); ./pub/wp/wp-includes/Requests/src/Requests.php:951: $decoded = self::compatible_gzinflate($data); ./pub/wp/wp-includes/Requests/src/Requests.php:969: * Certain Servers will return deflated data with headers which PHP's gzinflate() ./pub/wp/wp-includes/Requests/src/Requests.php:971: * various snippets on the gzinflate() PHP documentation. ./pub/wp/wp-includes/Requests/src/Requests.php:988: public static function compatible_gzinflate($gz_data) { ./pub/wp/wp-includes/Requests/src/Requests.php:998: // gzinflate() ./pub/wp/wp-includes/Requests/src/Requests.php:1021: $decompressed = self::compatible_gzinflate(substr($gz_data, $i)); ./pub/wp/wp-includes/Requests/src/Requests.php:1028: // byte Huffman marker for gzinflate() ./pub/wp/wp-includes/Requests/src/Requests.php:1048: $decompressed = @gzinflate(substr($gz_data, 2)); ./pub/wp/wp-includes/Requests/src/Requests.php:1076: $decompressed = @gzinflate(substr($gz_data, 30 + $first_file_start)); ./pub/wp/wp-includes/Requests/src/Requests.php:1085: $decompressed = @gzinflate($gz_data); ./pub/wp/wp-includes/Requests/src/Requests.php:1092: $decompressed = @gzinflate(substr($gz_data, 2)); ./pub/wp/wp-includes/SimplePie/gzdecode.php:337: if (($this->data = gzinflate(substr($this->compressed_data, $this->position, -8))) === false) ./pub/wp/wp-includes/SimplePie/File.php:256: if (($decompressed = gzinflate($this->body)) !== false) ./pub/wp/wp-includes/class-wp-http-encoding.php:57: $decompressed = @gzinflate( $compressed ); ./pub/wp/wp-includes/class-wp-http-encoding.php:62: $decompressed = self::compatible_gzinflate( $compressed ); ./pub/wp/wp-includes/class-wp-http-encoding.php:86: * Certain Servers will return deflated data with headers which PHP's gzinflate() ./pub/wp/wp-includes/class-wp-http-encoding.php:88: * various snippets on the gzinflate() PHP documentation. ./pub/wp/wp-includes/class-wp-http-encoding.php:104: public static function compatible_gzinflate( $gz_data ) { ./pub/wp/wp-includes/class-wp-http-encoding.php:106: // Compressed data might contain a full header, if so strip it for gzinflate(). ./pub/wp/wp-includes/class-wp-http-encoding.php:125: $decompressed = @gzinflate( substr( $gz_data, $i, -8 ) ); ./pub/wp/wp-includes/class-wp-http-encoding.php:132: $decompressed = @gzinflate( substr( $gz_data, 2 ) ); πŸ”Ž Searching for: str_rot13( πŸ”Ž Searching for: shell_exec( ./vendor/astock/stock-api-libphp/libs/phpcs-psr2-stock/PSR2Stock/Sniffs/PHP/SyntaxSniff.php:63: $output = shell_exec($cmd); ./vendor/fishpig/magento2-wordpress-integration/Console/Command/RunTestsCommand.php:252: if (($cols = (int)shell_exec('tput cols')) > 0) { ./vendor/aws/aws-sdk-php/src/Credentials/CredentialProvider.php:637: $json = shell_exec($credentialProcess); ./vendor/rector/rector/vendor/react/dns/src/Config/Config.php:118: $contents = \shell_exec($command === null ? 'wmic NICCONFIG get "DNSServerSearchOrder" /format:CSV' : $command); ./vendor/rector/rector/vendor/nikic/php-parser/grammar/rebuildParsers.php:58: $output = \trim(\shell_exec("{$cmd} 2>&1")); ./vendor/rector/rector/vendor/symfony/console/Application.php:865: $sttyMode = \shell_exec('stty -g'); ./vendor/rector/rector/vendor/symfony/console/Application.php:868: \shell_exec('stty ' . $sttyMode); ./vendor/rector/rector/vendor/symfony/console/Helper/QuestionHelper.php:214: $sttyMode = \shell_exec('stty -g'); ./vendor/rector/rector/vendor/symfony/console/Helper/QuestionHelper.php:219: \shell_exec('stty -icanon -echo'); ./vendor/rector/rector/vendor/symfony/console/Helper/QuestionHelper.php:231: \shell_exec('stty ' . $sttyMode); ./vendor/rector/rector/vendor/symfony/console/Helper/QuestionHelper.php:316: \shell_exec('stty ' . $sttyMode); ./vendor/rector/rector/vendor/symfony/console/Helper/QuestionHelper.php:349: $sExec = \shell_exec('"' . $exe . '"'); ./vendor/rector/rector/vendor/symfony/console/Helper/QuestionHelper.php:358: $sttyMode = \shell_exec('stty -g'); ./vendor/rector/rector/vendor/symfony/console/Helper/QuestionHelper.php:359: \shell_exec('stty -echo'); ./vendor/rector/rector/vendor/symfony/console/Helper/QuestionHelper.php:365: \shell_exec('stty ' . $sttyMode); ./vendor/rector/rector/vendor/symfony/console/Cursor.php:162: $sttyMode = \shell_exec('stty -g'); ./vendor/rector/rector/vendor/symfony/console/Cursor.php:163: \shell_exec('stty -icanon -echo'); ./vendor/rector/rector/vendor/symfony/console/Cursor.php:166: \shell_exec(\sprintf('stty %s', $sttyMode)); ./vendor/nikic/php-parser/grammar/rebuildParsers.php:75: $output = trim(shell_exec("$cmd 2>&1")); ./vendor/sebastian/environment/src/Console.php:136: if (function_exists('shell_exec') && preg_match('#\d+ (\d+)#', shell_exec('stty size') ?: '', $match) === 1) { ./vendor/sebastian/environment/src/Console.php:142: if (function_exists('shell_exec') && preg_match('#columns = (\d+);#', shell_exec('stty') ?: '', $match) === 1) { ./vendor/symfony/console/Helper/QuestionHelper.php:250: $sttyMode = shell_exec('stty -g'); ./vendor/symfony/console/Helper/QuestionHelper.php:253: shell_exec('stty -icanon -echo'); ./vendor/symfony/console/Helper/QuestionHelper.php:264: shell_exec(sprintf('stty %s', $sttyMode)); ./vendor/symfony/console/Helper/QuestionHelper.php:372: shell_exec(sprintf('stty %s', $sttyMode)); ./vendor/symfony/console/Helper/QuestionHelper.php:412: $sExec = shell_exec('"'.$exe.'"'); ./vendor/symfony/console/Helper/QuestionHelper.php:424: $sttyMode = shell_exec('stty -g'); ./vendor/symfony/console/Helper/QuestionHelper.php:425: shell_exec('stty -echo'); ./vendor/symfony/console/Helper/QuestionHelper.php:433: shell_exec(sprintf('stty %s', $sttyMode)); ./vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php:114: return trim((string) shell_exec('id -u')); ./vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php:134: return trim((string) shell_exec('id -g')); ./vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php:139: * Returns true if shell_exec() is available for use ./vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php:174: $response = shell_exec('whoami /user /fo csv /nh'); ./vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php:202: $response = shell_exec('net user %username% | findstr /b /i "Local Group Memberships"'); ./vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php:217: $response = shell_exec('wmic group get name,sid | findstr /b /i ' . escapeshellarg($firstGroup)); ./vendor/magento/zendframework1/library/Zend/ProgressBar/Adapter/Console.php:242: if (preg_match('#\d+ (\d+)#', @shell_exec('stty size'), $match) === 1) { ./vendor/magento/zendframework1/library/Zend/ProgressBar/Adapter/Console.php:244: } else if (preg_match('#columns = (\d+);#', @shell_exec('stty'), $match) === 1) { ./vendor/squizlabs/php_codesniffer/src/Util/Common.php:217: $tty = trim(shell_exec("$which tty 2> $devnull")); ./vendor/squizlabs/php_codesniffer/src/Fixer.php:249: // We must use something like shell_exec() because whitespace at the end ./vendor/squizlabs/php_codesniffer/src/Fixer.php:254: $diff = shell_exec($cmd); ./vendor/squizlabs/php_codesniffer/src/Config.php:228: && preg_match('|\d+ (\d+)|', shell_exec('stty size 2>&1'), $matches) === 1 ./vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/PHP/SyntaxSniff.php:61: $output = shell_exec($cmd); ./var/vendor/symfony/console/Application.php:1007: $sttyMode = shell_exec('stty -g'); ./var/vendor/symfony/console/Application.php:1011: shell_exec('stty '.$sttyMode); ./var/vendor/symfony/console/Helper/QuestionHelper.php:265: $sttyMode = shell_exec('stty -g'); ./var/vendor/symfony/console/Helper/QuestionHelper.php:271: shell_exec('stty -icanon -echo'); ./var/vendor/symfony/console/Helper/QuestionHelper.php:286: shell_exec('stty '.$sttyMode); ./var/vendor/symfony/console/Helper/QuestionHelper.php:391: shell_exec('stty '.$sttyMode); ./var/vendor/symfony/console/Helper/QuestionHelper.php:431: $sExec = shell_exec('"'.$exe.'"'); ./var/vendor/symfony/console/Helper/QuestionHelper.php:443: $sttyMode = shell_exec('stty -g'); ./var/vendor/symfony/console/Helper/QuestionHelper.php:444: shell_exec('stty -echo'); ./var/vendor/symfony/console/Helper/QuestionHelper.php:452: shell_exec('stty '.$sttyMode); ./var/vendor/symfony/console/Cursor.php:194: $sttyMode = shell_exec('stty -g'); ./var/vendor/symfony/console/Cursor.php:195: shell_exec('stty -icanon -echo'); ./var/vendor/symfony/console/Cursor.php:201: shell_exec(sprintf('stty %s', $sttyMode)); ./var/vendor/symfony/console/Terminal.php:72: return self::$stty = (bool) shell_exec('stty 2> '.('\\' === \DIRECTORY_SEPARATOR ? 'NUL' : '/dev/null')); ./pub/magmi/inc/fshelper.php:443: $out = shell_exec($full_cmd); ./pub/magmi/plugins/extra/general/remoteagent/magmi_remoteagent.php:341: $out = @shell_exec($full_cmd); ./pub/magmi/plugins/base/general/reindex/options_panel.php:4: "shell_exec()" calls from php ./pub/wp/wp-includes/Text/Diff/Engine/shell.php:50: $diff = shell_exec($this->_diffCommand . ' ' . $from_file . ' ' . $to_file); ./app/code/OlegKoval/RegenerateUrlRewrites/Console/Command/RegenerateUrlRewritesAbstract.php:242: shell_exec('php bin/magento indexer:reindex'); ./app/code/OlegKoval/RegenerateUrlRewrites/Console/Command/RegenerateUrlRewritesAbstract.php:256: shell_exec('php bin/magento cache:clean'); ./app/code/OlegKoval/RegenerateUrlRewrites/Console/Command/RegenerateUrlRewritesAbstract.php:259: shell_exec('php bin/magento cache:flush'); πŸ”Ž Searching for: exec( ./vendor/laminas/laminas-http/src/Client/Adapter/Curl.php:530: $response = curl_exec($this->curl); ./vendor/laminas/laminas-db/src/Adapter/Driver/Pdo/Connection.php:272: $this->resource->exec('SET NAMES ' . $this->resource->quote($charset)); ./vendor/laminas/laminas-db/src/Adapter/Driver/IbmDb2/Connection.php:248: $resultResource = db2_exec($this->resource, $sql); ./vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php:44: \curl_exec($easy->handle); ./vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php:167: while (\curl_multi_exec($this->_mh, $this->active) === \CURLM_CALL_MULTI_PERFORM); ./vendor/astock/stock-api-libphp/libs/phpcs-psr2-stock/PSR2Stock/Sniffs/PHP/SyntaxSniff.php:63: $output = shell_exec($cmd); ./vendor/fishpig/magento2-wordpress-integration/Console/Command/RunTestsCommand.php:252: if (($cols = (int)shell_exec('tput cols')) > 0) { ./vendor/codeception/codeception/src/Codeception/Util/FileSystem.php:51: exec('rd /s /q "'.$dir.'"'); ./vendor/codeception/codeception/src/Codeception/Lib/Parser.php:114: exec("php -l " . escapeshellarg($file) . " 2>&1", $output, $code); ./vendor/codeception/codeception/src/Codeception/InitTemplate.php:321: exec('composer update', $output, $status); ./vendor/codeception/codeception/src/Codeception/Subscriber/Console.php:603: exec('mode con', $output); ./vendor/php-webdriver/webdriver/lib/Net/URLChecker.php:64: curl_exec($ch); ./vendor/php-webdriver/webdriver/lib/Remote/HttpCommandExecutor.php:334: $raw_results = trim(curl_exec($this->curl)); ./vendor/aws/aws-sdk-php/src/Credentials/CredentialProvider.php:637: $json = shell_exec($credentialProcess); ./vendor/monolog/monolog/src/Monolog/Handler/RedisHandler.php:83: ->exec(); ./vendor/monolog/monolog/src/Monolog/Handler/Curl/Util.php:45: $curlResponse = curl_exec($ch); ./vendor/braintree/braintree_php/lib/Braintree/HttpHelpers/CurlRequest.php:25: return curl_exec($this->_handle); ./vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/Curl.php:46: $response = curl_exec($ch); ./vendor/ezimuel/ringphp/src/Client/CurlHandler.php:89: curl_exec($h); ./vendor/ezimuel/ringphp/src/Client/CurlMultiHandler.php:134: $mrc = curl_multi_exec($this->_mh, $this->active); ./vendor/ezimuel/ringphp/src/Client/CurlMultiHandler.php:163: $mrc = curl_multi_exec($this->_mh, $this->active); ./vendor/thecodingmachine/safe/generated/uodbc.php:317:function odbc_exec($connection_id, string $query_string, int $flags = null) ./vendor/thecodingmachine/safe/generated/uodbc.php:321: $result = \odbc_exec($connection_id, $query_string, $flags); ./vendor/thecodingmachine/safe/generated/uodbc.php:323: $result = \odbc_exec($connection_id, $query_string); ./vendor/thecodingmachine/safe/generated/ssh2.php:360:function ssh2_exec($session, string $command, string $pty = null, array $env = null, int $width = 80, int $height = 25, int $width_height_type = SSH2_TERM_UNIT_CHARS) ./vendor/thecodingmachine/safe/generated/ssh2.php:364: $result = \ssh2_exec($session, $command, $pty, $env, $width, $height, $width_height_type); ./vendor/thecodingmachine/safe/generated/ssh2.php:366: $result = \ssh2_exec($session, $command, $pty, $env, $width, $height); ./vendor/thecodingmachine/safe/generated/ssh2.php:368: $result = \ssh2_exec($session, $command, $pty, $env, $width); ./vendor/thecodingmachine/safe/generated/ssh2.php:370: $result = \ssh2_exec($session, $command, $pty, $env); ./vendor/thecodingmachine/safe/generated/ssh2.php:372: $result = \ssh2_exec($session, $command, $pty); ./vendor/thecodingmachine/safe/generated/ssh2.php:374: $result = \ssh2_exec($session, $command); ./vendor/thecodingmachine/safe/generated/pcntl.php:23:function pcntl_exec(string $path, array $args = null, array $envs = null): void ./vendor/thecodingmachine/safe/generated/pcntl.php:27: $result = \pcntl_exec($path, $args, $envs); ./vendor/thecodingmachine/safe/generated/pcntl.php:29: $result = \pcntl_exec($path, $args); ./vendor/thecodingmachine/safe/generated/pcntl.php:31: $result = \pcntl_exec($path); ./vendor/thecodingmachine/safe/generated/curl.php:42:function curl_exec($ch) ./vendor/thecodingmachine/safe/generated/curl.php:45: $result = \curl_exec($ch); ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:18: * echo $ssh->exec('pwd'); ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:19: * echo $ssh->exec('ls -la'); ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:610: * @see self::exec() ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:622: * @see self::exec() ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:670: * @see self::exec() ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:683: * @see self::exec() ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:821: * Flag to request a PTY when using exec() ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:829: * Flag set while exec() is running when using enablePTY() ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:2652: * $ssh->exec('ping 127.0.0.1'); on a Linux host will never return and will run indefinitely. setTimeout() makes it so it'll timeout. ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:2694: public function exec($command, callable $callback = null) ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:2705: throw new \RuntimeException('If you want to run multiple exec()\'s you will need to disable (and re-enable if appropriate) a PTY for each one.'); ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:2759: // down. the one place where it might be desirable is if you're doing something like \phpseclib3\Net\SSH2::exec('ping localhost &'). ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:2760: // with a pty-req SSH_MSG_CHANNEL_REQUEST, exec() will return immediately and the ping process will then ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:2761: // then immediately terminate. without such a request exec() will loop indefinitely. the ping process won't end but ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:3111: * Did exec() or read() return because they timed out or because they encountered the end? ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:3734: * Enable request-pty when using exec() ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:3743: * Disable request-pty when using exec() ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:4298: * \phpseclib3\Net\SSH2 doesn't properly close most channels. For exec() channels are normally closed by the server ./vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php:49: * \phpseclib3\Net\SSH2::exec() uses 0 and \phpseclib3\Net\SSH2::read() / \phpseclib3\Net\SSH2::write() use 1. ./vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php:584: // we don't do $this->exec($command, false) because exec() operates on a different channel and plus the SSH_MSG_CHANNEL_OPEN that exec() does ./vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php:3262: // in SSH2.php the timeout is cumulative per function call. eg. exec() will ./vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php:3317: // in SSH2.php the timeout is cumulative per function call. eg. exec() will ./vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php:22: * echo $ssh->exec('pwd'); ./vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php:23: * echo $ssh->exec('ls -la'); ./vendor/rector/rector/vendor/react/dns/src/Config/Config.php:118: $contents = \shell_exec($command === null ? 'wmic NICCONFIG get "DNSServerSearchOrder" /format:CSV' : $command); ./vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php:561: protected function pExpr_ShellExec(Expr\ShellExec $node) ./vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/Parser/Php7.php:1085: $this->semValue = new Expr\ShellExec($this->semStack[$stackPos - (3 - 2)], $this->startAttributeStack[$stackPos - (3 - 1)] + $this->endAttributes); ./vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/Parser/Php5.php:911: $this->semValue = new Expr\ShellExec($this->semStack[$stackPos - (3 - 2)], $this->startAttributeStack[$stackPos - (3 - 1)] + $this->endAttributes); ./vendor/rector/rector/vendor/nikic/php-parser/grammar/rebuildParsers.php:58: $output = \trim(\shell_exec("{$cmd} 2>&1")); ./vendor/rector/rector/vendor/tracy/tracy/src/Tracy/Debugger/DevelopmentStrategy.php:58: \exec(Debugger::$browser . ' ' . \escapeshellarg(\strtr($logFile, Debugger::$editorMapping))); ./vendor/rector/rector/vendor/tracy/tracy/tools/create-phar/create-phar.php:18: $s = \curl_exec($curl) ?: $s; ./vendor/rector/rector/vendor/symfony/console/Application.php:865: $sttyMode = \shell_exec('stty -g'); ./vendor/rector/rector/vendor/symfony/console/Application.php:868: \shell_exec('stty ' . $sttyMode); ./vendor/rector/rector/vendor/symfony/console/Helper/QuestionHelper.php:214: $sttyMode = \shell_exec('stty -g'); ./vendor/rector/rector/vendor/symfony/console/Helper/QuestionHelper.php:219: \shell_exec('stty -icanon -echo'); ./vendor/rector/rector/vendor/symfony/console/Helper/QuestionHelper.php:231: \shell_exec('stty ' . $sttyMode); ./vendor/rector/rector/vendor/symfony/console/Helper/QuestionHelper.php:316: \shell_exec('stty ' . $sttyMode); ./vendor/rector/rector/vendor/symfony/console/Helper/QuestionHelper.php:349: $sExec = \shell_exec('"' . $exe . '"'); ./vendor/rector/rector/vendor/symfony/console/Helper/QuestionHelper.php:358: $sttyMode = \shell_exec('stty -g'); ./vendor/rector/rector/vendor/symfony/console/Helper/QuestionHelper.php:359: \shell_exec('stty -echo'); ./vendor/rector/rector/vendor/symfony/console/Helper/QuestionHelper.php:365: \shell_exec('stty ' . $sttyMode); ./vendor/rector/rector/vendor/symfony/console/Helper/QuestionHelper.php:418: \exec('stty 2> /dev/null', $output, $status); ./vendor/rector/rector/vendor/symfony/console/Cursor.php:162: $sttyMode = \shell_exec('stty -g'); ./vendor/rector/rector/vendor/symfony/console/Cursor.php:163: \shell_exec('stty -icanon -echo'); ./vendor/rector/rector/vendor/symfony/console/Cursor.php:166: \shell_exec(\sprintf('stty %s', $sttyMode)); ./vendor/rector/rector/vendor/symfony/console/Terminal.php:67: \exec('stty 2>&1', $output, $exitcode); ./vendor/rector/rector/src/Application/VersionResolver.php:33: \exec('git tag --points-at', $tagExecOutput, $tagExecResultCode); ./vendor/rector/rector/src/Application/VersionResolver.php:43: \exec('git log --pretty="%H" -n1 HEAD', $commitHashExecOutput, $commitHashResultCode); ./vendor/rector/rector/src/Application/VersionResolver.php:52: \exec('git log -n1 --pretty=%ci HEAD', $output, $resultCode); ./vendor/rector/rector/bin/resolve-version.php:23: \exec('git tag --points-at', $tagExecOutput, $tagExecResultCode); ./vendor/rector/rector/bin/resolve-version.php:35: \exec('git log --pretty="%H" -n1 HEAD', $commitHashExecOutput, $commitHashResultCode); ./vendor/colinmollenhour/credis/Client.php:52: * @method array exec() ./vendor/colinmollenhour/php-redis-session-abstract/src/Cm/RedisSession/Handler.php:631: $this->_redis->exec(); ./vendor/colinmollenhour/php-redis-session-abstract/src/Cm/RedisSession/Handler.php:699: $this->_redis->exec(); ./vendor/colinmollenhour/php-redis-session-abstract/src/Cm/RedisSession/Handler.php:873: ->exec(); ./vendor/colinmollenhour/cache-backend-redis/Cm/Cache/Backend/Redis.php:672: $this->_redis->exec(); ./vendor/colinmollenhour/cache-backend-redis/Cm/Cache/Backend/Redis.php:703: $result = $this->_redis->exec(); ./vendor/colinmollenhour/cache-backend-redis/Cm/Cache/Backend/Redis.php:728: $this->_redis->exec(); ./vendor/colinmollenhour/cache-backend-redis/Cm/Cache/Backend/Redis.php:753: $this->_redis->exec(); ./vendor/colinmollenhour/cache-backend-redis/Cm/Cache/Backend/Redis.php:809: $this->_redis->pipeline()->exec(); ./vendor/colinmollenhour/cache-backend-redis/Cm/Cache/Backend/Redis.php:821: $this->_redis->exec(); ./vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php:624: protected function pExpr_ShellExec(Expr\ShellExec $node) { ./vendor/nikic/php-parser/lib/PhpParser/Parser/Php7.php:2416: $this->semValue = new Expr\ShellExec($this->semStack[$stackPos-(3-2)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); ./vendor/nikic/php-parser/lib/PhpParser/Parser/Php5.php:2109: $this->semValue = new Expr\ShellExec($this->semStack[$stackPos-(3-2)], $this->startAttributeStack[$stackPos-(3-1)] + $this->endAttributes); ./vendor/nikic/php-parser/grammar/rebuildParsers.php:75: $output = trim(shell_exec("$cmd 2>&1")); ./vendor/composer/composer/src/Composer/Util/Http/CurlDownloader.php:273: $this->checkCurlResult(curl_multi_exec($this->multiHandle, $active)); ./vendor/composer/composer/src/Composer/Command/SelfUpdateCommand.php:536: exec('fltmc.exe filters', $output, $exitCode); ./vendor/composer/composer/src/Composer/Command/SelfUpdateCommand.php:581: exec('"'.$script.'"'); ./vendor/composer/composer/src/Composer/Command/ConfigCommand.php:220: if (exec('which '.$candidate)) { ./vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Curl.php:69: public function exec($ch) ./vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Curl.php:71: return curl_exec($ch); ./vendor/google/recaptcha/src/ReCaptcha/RequestMethod/CurlPost.php:95: $response = $this->curl->exec($handle); ./vendor/sebastian/environment/src/Console.php:136: if (function_exists('shell_exec') && preg_match('#\d+ (\d+)#', shell_exec('stty size') ?: '', $match) === 1) { ./vendor/sebastian/environment/src/Console.php:142: if (function_exists('shell_exec') && preg_match('#columns = (\d+);#', shell_exec('stty') ?: '', $match) === 1) { ./vendor/fgrosse/phpasn1/lib/ASN1/OID.php:184: $contents = curl_exec($ch); ./vendor/symfony/process/PhpExecutableFinder.php:41: if ($php = strtok(exec($command.' '.escapeshellarg($php)), \PHP_EOL)) { ./vendor/symfony/process/Process.php:1519: exec(sprintf('taskkill /F /T /PID %d 2>&1', $pid), $output, $exitCode); ./vendor/symfony/var-dumper/Dumper/HtmlDumper.php:361: } else if (a = idRx.exec(a.className)) { ./vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php:257: $this->pdo->exec($sql); ./vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php:258: $this->pdo->exec("CREATE INDEX EXPIRY ON $this->table ($this->lifetimeCol)"); ./vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php:595: $this->pdo->exec('BEGIN IMMEDIATE TRANSACTION'); ./vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php:598: $this->pdo->exec('SET TRANSACTION ISOLATION LEVEL READ COMMITTED'); ./vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php:615: $this->pdo->exec('COMMIT'); ./vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php:639: $this->pdo->exec('ROLLBACK'); ./vendor/symfony/console/Helper/QuestionHelper.php:250: $sttyMode = shell_exec('stty -g'); ./vendor/symfony/console/Helper/QuestionHelper.php:253: shell_exec('stty -icanon -echo'); ./vendor/symfony/console/Helper/QuestionHelper.php:264: shell_exec(sprintf('stty %s', $sttyMode)); ./vendor/symfony/console/Helper/QuestionHelper.php:372: shell_exec(sprintf('stty %s', $sttyMode)); ./vendor/symfony/console/Helper/QuestionHelper.php:412: $sExec = shell_exec('"'.$exe.'"'); ./vendor/symfony/console/Helper/QuestionHelper.php:424: $sttyMode = shell_exec('stty -g'); ./vendor/symfony/console/Helper/QuestionHelper.php:425: shell_exec('stty -echo'); ./vendor/symfony/console/Helper/QuestionHelper.php:433: shell_exec(sprintf('stty %s', $sttyMode)); ./vendor/symfony/console/Helper/QuestionHelper.php:499: exec('stty 2> /dev/null', $output, $status); ./vendor/symfony/console/Terminal.php:74: exec('stty 2>&1', $output, $exitcode); ./vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/CurlClient.php:125: $response = curl_exec($ch); ./vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php:103: if (!$this->hasShellExec()) { ./vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php:114: return trim((string) shell_exec('id -u')); ./vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php:123: if (!$this->hasShellExec()) { ./vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php:134: return trim((string) shell_exec('id -g')); ./vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php:139: * Returns true if shell_exec() is available for use ./vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php:141: private function hasShellExec(): bool ./vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php:174: $response = shell_exec('whoami /user /fo csv /nh'); ./vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php:202: $response = shell_exec('net user %username% | findstr /b /i "Local Group Memberships"'); ./vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php:217: $response = shell_exec('wmic group get name,sid | findstr /b /i ' . escapeshellarg($firstGroup)); ./vendor/magento/framework/Shell.php:58: // exec() have to be called here ./vendor/magento/framework/Shell.php:60: exec($command, $output, $exitCode); ./vendor/magento/framework/Cache/Backend/Redis.php:54: $this->preloadedData = array_filter(array_combine($this->preloadKeys, $redis->exec())); ./vendor/magento/framework/Shell/Driver.php:45: // exec() have to be called here ./vendor/magento/framework/Shell/Driver.php:47: exec($command, $output, $exitCode); ./vendor/magento/framework/Setup/SampleData/Executor.php:51: public function exec(InstallerInterface $installer) ./vendor/magento/framework/HTTP/Test/Unit/Adapter/_files/curl_exec_mock.php:19:function curl_exec($resource) ./vendor/magento/framework/HTTP/Adapter/Curl.php:213: $response = curl_exec($this->_getResource()); ./vendor/magento/framework/HTTP/Adapter/Curl.php:321: curl_multi_exec($multihandle, $process); ./vendor/magento/framework/HTTP/Client/Curl.php:409: $this->_responseBody = curl_exec($this->_ch); ./vendor/magento/module-page-builder/Model/GoogleMaps/ApiKeyValidator.php:25: $result = curl_exec($curl); ./vendor/magento/module-catalog-sample-data/Setup/Patch/Data/InstallCatalogSampleData.php:47: $this->executor->exec($this->installer); ./vendor/magento/module-offline-shipping-sample-data/Setup/Patch/Data/InstallOfflineShippingSampleData.php:47: $this->executor->exec($this->installer); ./vendor/magento/module-msrp-sample-data/Setup/Patch/Data/InstallMsrpSampleData.php:47: $this->executor->exec($this->installer); ./vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php:198: $response = curl_exec($ch); ./vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php:526: $response = curl_exec($ch); ./vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Extension/TestContextExtension.php:74: curl_exec($cURLConnection); ./vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/DataGenerator/Handlers/SecretStorage/VaultStorage.php:254: exec($cmd, $out, $status); ./vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/DataTransport/Protocol/CurlTransport.php:172: $response = curl_exec($this->getResource()); ./vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/DataTransport/Protocol/CurlTransport.php:269: curl_multi_exec($multiHandle, $process); ./vendor/magento/magento2-functional-testing-framework/etc/config/command.php:101: exec($magentoBinary . ' list', $commandList); ./vendor/magento/module-fedex/Model/Carrier.php:815: $responseBody = curl_exec($ch); ./vendor/magento/module-sales-sample-data/Setup/Patch/Data/InstallSalesSampleData.php:61: $this->executor->exec($this->installer); ./vendor/magento/module-grouped-product-sample-data/Setup/Patch/Data/InstallGroupedProductSampleData.php:47: $this->executor->exec($this->installer); ./vendor/magento/module-sales-rule-sample-data/Setup/Patch/Data/InstallSalesRuleSampleData.php:47: $this->executor->exec($this->installer); ./vendor/magento/module-catalog-rule-sample-data/Setup/Patch/Data/InstallCatalogRuleSampleData.php:47: $this->executor->exec($this->installer); ./vendor/magento/magento-coding-standard/Magento2/Tests/Eslint/AbstractEslintTestCase.php:28: exec( ./vendor/magento/module-message-queue/Test/Unit/_files/pid_consumer_functions_mocks.php:28:function exec($command, array &$output = null, &$return_var = null) ./vendor/magento/module-backend/Test/Mftf/Helper/CurlHelpers.php:167: $response = curl_exec($session); ./vendor/magento/module-wishlist-sample-data/Setup/Patch/Data/InstallWishlistSampleData.php:47: $this->executor->exec($this->installer); ./vendor/magento/module-widget-sample-data/Setup/Patch/Data/InstallWidgetSampleData.php:47: $this->executor->exec($this->installer); ./vendor/magento/module-review-sample-data/Setup/Patch/Data/InstallReviewSampleData.php:47: $this->executor->exec($this->installer); ./vendor/magento/module-theme-sample-data/Setup/Patch/Data/InstallThemeSampleData.php:47: $this->executor->exec($this->installer); ./vendor/magento/module-swatches-sample-data/Setup/Patch/Data/InstallSwatchesSampleData.php:47: $this->executor->exec($this->installer); ./vendor/magento/module-configurable-sample-data/Setup/Patch/Data/InstallConfigurableSampleData.php:47: $this->executor->exec($this->installer); ./vendor/magento/module-product-links-sample-data/Setup/Patch/Data/InstallProductLinksSampleData.php:47: $this->executor->exec($this->installer); ./vendor/magento/module-bundle-sample-data/Setup/Patch/Data/InstallBundleSampleData.php:47: $this->executor->exec($this->installer); ./vendor/magento/magento2-base/dev/tests/static/framework/Magento/TestFramework/Inspection/AbstractCommand.php:126: exec($shellCmd . ' 2>&1', $output, $this->_lastExitCode); ./vendor/magento/magento2-base/dev/tests/static/framework/Magento/TestFramework/CodingStandard/Tool/PhpStan.php:67: exec($this->getCommand() . ' --version', $output, $exitCode); ./vendor/magento/magento2-base/dev/tests/static/framework/Magento/TestFramework/CodingStandard/Tool/PhpStan.php:92: exec($command, $output, $exitCode); ./vendor/magento/magento2-base/dev/tests/static/framework/Magento/TestFramework/Utility/AddedFiles.php:30: @exec('git diff --cached --name-only --diff-filter=A', $addedFiles); ./vendor/magento/magento2-base/dev/tests/static/testsuite/Magento/Test/Php/LiveCodeTest.php:124: @exec('git diff --name-only', $changedFiles); ./vendor/magento/magento2-base/dev/tests/static/testsuite/Magento/Test/Php/LiveCodeTest.php:125: @exec('git diff --cached --name-only', $addedFiles); ./vendor/magento/magento2-base/dev/tests/static/get_github_changes.php:488: // exec() have to be here since this is test. ./vendor/magento/magento2-base/dev/tests/static/get_github_changes.php:490: exec($tmp, $output); ./vendor/magento/magento2-base/dev/tests/integration/framework/Magento/TestFramework/MessageQueue/PublisherConsumerController.php:137: // exec() have to be here since this is test. ./vendor/magento/magento2-base/dev/tests/integration/framework/Magento/TestFramework/MessageQueue/PublisherConsumerController.php:139: exec("kill {$consumerProcessId}"); ./vendor/magento/magento2-base/dev/tests/integration/framework/Magento/TestFramework/MessageQueue/PublisherConsumerController.php:166: // exec() have to be here since this is test. ./vendor/magento/magento2-base/dev/tests/integration/framework/Magento/TestFramework/MessageQueue/PublisherConsumerController.php:168: exec("ps ax | grep -v grep | grep '{$this->getConsumerStartCommand($consumer)}' | awk '{print $1}'", $output); ./vendor/magento/magento2-base/dev/tests/integration/framework/Magento/TestFramework/MessageQueue/PublisherConsumerController.php:235: // exec() have to be here since this is test. ./vendor/magento/magento2-base/dev/tests/integration/framework/Magento/TestFramework/MessageQueue/PublisherConsumerController.php:237: exec("{$this->getConsumerStartCommand($consumer, true)} > /dev/null &"); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Test/Integrity/DatabaseTest.php:27: // exec() have to be here since this is test. ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Test/Integrity/DatabaseTest.php:29: exec($command, $output, $exitCode); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/MessageQueue/Model/Cron/ConsumersRunnerTest.php:120: return exec("{$command} >/dev/null &"); //phpcs:ignore ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/MessageQueue/Model/Cron/ConsumersRunnerTest.php:256: exec("kill {$consumerProcessId}"); //phpcs:ignore ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/MessageQueue/Model/Cron/ConsumersRunnerTest.php:277: exec("ps ax | grep -v grep | grep 'queue:consumers:start {$consumer}' | awk '{print $1}'", $output); ./vendor/magento/magento2-base/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/HttpClient/CurlClient.php:163: $response = curl_exec($curl); ./vendor/magento/magento2-base/dev/tests/api-functional/testsuite/Magento/Webapi/WsdlGenerationFromDataObjectTest.php:48: $responseContent = curl_exec($connection); ./vendor/magento/magento2-base/dev/tests/api-functional/testsuite/Magento/Webapi/WsdlGenerationFromDataObjectTest.php:65: $responseContent = curl_exec($connection); ./vendor/magento/magento2-base/dev/tests/api-functional/testsuite/Magento/Webapi/WsdlGenerationFromDataObjectTest.php:97: $responseContent = curl_exec($connection); ./vendor/magento/magento2-base/dev/tests/api-functional/testsuite/Magento/Webapi/WsdlGenerationFromDataObjectTest.php:141: $responseContent = curl_exec($connection); ./vendor/magento/magento2-base/dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/MediaGalleryTest.php:225: curl_exec($connection); ./vendor/magento/magento2-base/dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductImageTest.php:144: curl_exec($connection); ./vendor/magento/module-customer-sample-data/Setup/Patch/Data/InstallCustomerSampleData.php:47: $this->executor->exec($this->installer); ./vendor/magento/module-tax-sample-data/Setup/Patch/Data/InstallTaxSampleData.php:47: $this->executor->exec($this->installer); ./vendor/magento/module-downloadable-sample-data/Setup/Patch/Data/InstallDownloadableSampleData.php:47: $this->executor->exec($this->installer); ./vendor/magento/module-cms-sample-data/Setup/Patch/Data/InstallCmsSampleData.php:47: $this->executor->exec($this->installer); ./vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Sqlite.php:139: $retval = $this->_connection->exec('PRAGMA full_column_names=0'); ./vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Sqlite.php:147: $retval = $this->_connection->exec('PRAGMA short_column_names=1'); ./vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php:256: public function exec($sql) ./vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php:263: $affected = $this->getConnection()->exec($sql); ./vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Mssql.php:138: $this->_connection->exec('SET QUOTED_IDENTIFIER ON'); ./vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Mssql.php:150: $this->_connection->exec('BEGIN TRANSACTION'); ./vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Mssql.php:163: $this->_connection->exec('COMMIT TRANSACTION'); ./vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Mssql.php:175: $this->_connection->exec('ROLLBACK TRANSACTION'); ./vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Pgsql.php:91: $this->_connection->exec($sql); ./vendor/magento/zendframework1/library/Zend/ProgressBar/Adapter/Console.php:242: if (preg_match('#\d+ (\d+)#', @shell_exec('stty size'), $match) === 1) { ./vendor/magento/zendframework1/library/Zend/ProgressBar/Adapter/Console.php:244: } else if (preg_match('#columns = (\d+);#', @shell_exec('stty'), $match) === 1) { ./vendor/magento/zendframework1/library/Zend/Http/Client/Adapter/Curl.php:443: $response = curl_exec($this->_curl); ./vendor/m2e/ebay-amazon-magento2/Helper/Server/Request.php:64: $responseBody = curl_exec($curlObject); ./vendor/m2e/ebay-amazon-magento2/Helper/Server/Request.php:153: $responseBody = curl_exec($curlObject); ./vendor/m2e/ebay-amazon-magento2/Helper/Server/Request.php:180: curl_multi_exec($multiCurlObject, $stillRunning); ./vendor/m2e/ebay-amazon-magento2/Helper/Module/Support/Search.php:85: $response = curl_exec($curlObject); ./vendor/m2e/ebay-amazon-magento2/Helper/Component/Amazon/Repricing.php:86: $response = curl_exec($curlObject); ./vendor/m2e/ebay-amazon-magento2/Model/Ebay/Order/Item/Importer.php:234: curl_exec($curlHandler); ./vendor/m2e/ebay-amazon-magento2/Setup/Upgrade/v1_1_0__v1_2_0/LogsImprovements.php:152: $this->getConnection()->exec("CREATE TABLE `{$table}_temp` LIKE `{$table}`"); ./vendor/m2e/ebay-amazon-magento2/Setup/Upgrade/v1_1_0__v1_2_0/LogsImprovements.php:153: $this->getConnection()->exec("INSERT INTO `{$table}_temp` ( ./vendor/m2e/ebay-amazon-magento2/Setup/Upgrade/v1_1_0__v1_2_0/LogsImprovements.php:156: $this->getConnection()->exec("DROP TABLE `{$table}`"); ./vendor/m2e/ebay-amazon-magento2/Setup/Upgrade/v1_1_0__v1_2_0/LogsImprovements.php:157: $this->getConnection()->exec("RENAME TABLE `{$table}_temp` TO `{$table}`"); ./vendor/m2e/ebay-amazon-magento2/Setup/Upgrade/v1_1_0__v1_2_0/LogsImprovements.php:185: $this->getConnection()->exec(<<getConnection()->exec(<<getConnection()->exec(<<getConnection()->exec(<<getConnection()->exec(<<getConnection()->exec(<<getConnection()->exec(<<getConnection()->exec(<<getConnection()->exec(<<helperFactory->getObject('Data')->jsonDecode(curl_exec($curlResource)); ./vendor/m2e/ebay-amazon-magento2/Setup/MigrationFromMagento1/MappingTablesDownloader.php:394: $responseData = $this->helperFactory->getObject('Data')->jsonDecode(curl_exec($curlResource)); ./vendor/m2e/ebay-amazon-magento2/Setup/Update/y20_m02/RepricingCount.php:26: $this->getConnection()->exec(<<getConnection()->exec(<< $devnull")); ./vendor/squizlabs/php_codesniffer/src/Util/Common.php:219: exec("tty -s 2> $devnull", $output, $returnValue); ./vendor/squizlabs/php_codesniffer/src/Fixer.php:249: // We must use something like shell_exec() because whitespace at the end ./vendor/squizlabs/php_codesniffer/src/Fixer.php:254: $diff = shell_exec($cmd); ./vendor/squizlabs/php_codesniffer/src/Config.php:228: && preg_match('|\d+ (\d+)|', shell_exec('stty size 2>&1'), $matches) === 1 ./vendor/squizlabs/php_codesniffer/src/Config.php:1526: $result = exec($cmd, $output, $retVal); ./vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Debug/JSLintSniff.php:64: exec($cmd, $output, $retval); ./vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Debug/JavaScriptLintSniff.php:61: $msg = exec($cmd, $output, $retval); ./vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/PHP/SyntaxSniff.php:61: $output = shell_exec($cmd); ./vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Debug/JSHintSniff.php:65: exec($cmd, $output, $retval); ./vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Debug/JSHintSniff.php:70: exec($cmd, $output, $retval); ./vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Debug/CSSLintSniff.php:59: exec($cmd, $output, $retval); ./vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Debug/ClosureLinterSniff.php:77: exec($cmd, $output, $retval); ./vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Debug/ESLintSniff.php:83: exec($cmd, $stdout, $code); ./vendor/squizlabs/php_codesniffer/src/Standards/Zend/Sniffs/Debug/CodeAnalyzerSniff.php:63: $exitCode = exec($cmd, $output, $retval); ./vendor/squizlabs/php_codesniffer/src/Reports/Notifysend.php:78: exec($this->path.' --version') ./vendor/squizlabs/php_codesniffer/src/Reports/Notifysend.php:199: exec($cmd); ./vendor/squizlabs/php_codesniffer/src/Reports/Notifysend.php:217: exec($cmd); ./vendor/squizlabs/php_codesniffer/src/Filters/GitStaged.php:43: exec($cmd, $output); ./vendor/squizlabs/php_codesniffer/src/Filters/GitModified.php:41: exec($cmd, $output); ./var/vendor/justinrainbow/json-schema/src/JsonSchema/Uri/Retrievers/Curl.php:46: $response = curl_exec($ch); ./var/vendor/composer/composer/src/Composer/Util/Http/CurlDownloader.php:273: $this->checkCurlResult(curl_multi_exec($this->multiHandle, $active)); ./var/vendor/composer/composer/src/Composer/Command/SelfUpdateCommand.php:536: exec('fltmc.exe filters', $output, $exitCode); ./var/vendor/composer/composer/src/Composer/Command/SelfUpdateCommand.php:581: exec('"'.$script.'"'); ./var/vendor/composer/composer/src/Composer/Command/ConfigCommand.php:220: if (exec('which '.$candidate)) { ./var/vendor/symfony/process/PhpExecutableFinder.php:39: if (\function_exists('exec') && $php = strtok(exec($command.' '.escapeshellarg($php)), \PHP_EOL)) { ./var/vendor/symfony/process/Process.php:1524: exec(sprintf('taskkill /F /T /PID %d 2>&1', $pid), $output, $exitCode); ./var/vendor/symfony/process/ExecutableFinder.php:74: if (\function_exists('exec') && ($executablePath = strtok(@exec($command.' '.escapeshellarg($name)), \PHP_EOL)) && @is_executable($executablePath)) { ./var/vendor/symfony/console/Application.php:1007: $sttyMode = shell_exec('stty -g'); ./var/vendor/symfony/console/Application.php:1011: shell_exec('stty '.$sttyMode); ./var/vendor/symfony/console/Helper/QuestionHelper.php:265: $sttyMode = shell_exec('stty -g'); ./var/vendor/symfony/console/Helper/QuestionHelper.php:271: shell_exec('stty -icanon -echo'); ./var/vendor/symfony/console/Helper/QuestionHelper.php:286: shell_exec('stty '.$sttyMode); ./var/vendor/symfony/console/Helper/QuestionHelper.php:391: shell_exec('stty '.$sttyMode); ./var/vendor/symfony/console/Helper/QuestionHelper.php:431: $sExec = shell_exec('"'.$exe.'"'); ./var/vendor/symfony/console/Helper/QuestionHelper.php:443: $sttyMode = shell_exec('stty -g'); ./var/vendor/symfony/console/Helper/QuestionHelper.php:444: shell_exec('stty -echo'); ./var/vendor/symfony/console/Helper/QuestionHelper.php:452: shell_exec('stty '.$sttyMode); ./var/vendor/symfony/console/Cursor.php:194: $sttyMode = shell_exec('stty -g'); ./var/vendor/symfony/console/Cursor.php:195: shell_exec('stty -icanon -echo'); ./var/vendor/symfony/console/Cursor.php:201: shell_exec(sprintf('stty %s', $sttyMode)); ./var/vendor/symfony/console/Terminal.php:72: return self::$stty = (bool) shell_exec('stty 2> '.('\\' === \DIRECTORY_SEPARATOR ? 'NUL' : '/dev/null')); ./dev/tests/static/framework/Magento/TestFramework/Inspection/AbstractCommand.php:126: exec($shellCmd . ' 2>&1', $output, $this->_lastExitCode); ./dev/tests/static/framework/Magento/TestFramework/CodingStandard/Tool/PhpStan.php:67: exec($this->getCommand() . ' --version', $output, $exitCode); ./dev/tests/static/framework/Magento/TestFramework/CodingStandard/Tool/PhpStan.php:92: exec($command, $output, $exitCode); ./dev/tests/static/framework/Magento/TestFramework/Utility/AddedFiles.php:30: @exec('git diff --cached --name-only --diff-filter=A', $addedFiles); ./dev/tests/static/testsuite/Magento/Test/Php/LiveCodeTest.php:124: @exec('git diff --name-only', $changedFiles); ./dev/tests/static/testsuite/Magento/Test/Php/LiveCodeTest.php:125: @exec('git diff --cached --name-only', $addedFiles); ./dev/tests/static/get_github_changes.php:488: // exec() have to be here since this is test. ./dev/tests/static/get_github_changes.php:490: exec($tmp, $output); ./dev/tests/integration/framework/Magento/TestFramework/MessageQueue/PublisherConsumerController.php:137: // exec() have to be here since this is test. ./dev/tests/integration/framework/Magento/TestFramework/MessageQueue/PublisherConsumerController.php:139: exec("kill {$consumerProcessId}"); ./dev/tests/integration/framework/Magento/TestFramework/MessageQueue/PublisherConsumerController.php:166: // exec() have to be here since this is test. ./dev/tests/integration/framework/Magento/TestFramework/MessageQueue/PublisherConsumerController.php:168: exec("ps ax | grep -v grep | grep '{$this->getConsumerStartCommand($consumer)}' | awk '{print $1}'", $output); ./dev/tests/integration/framework/Magento/TestFramework/MessageQueue/PublisherConsumerController.php:235: // exec() have to be here since this is test. ./dev/tests/integration/framework/Magento/TestFramework/MessageQueue/PublisherConsumerController.php:237: exec("{$this->getConsumerStartCommand($consumer, true)} > /dev/null &"); ./dev/tests/integration/testsuite/Magento/Test/Integrity/DatabaseTest.php:27: // exec() have to be here since this is test. ./dev/tests/integration/testsuite/Magento/Test/Integrity/DatabaseTest.php:29: exec($command, $output, $exitCode); ./dev/tests/integration/testsuite/Magento/MessageQueue/Model/Cron/ConsumersRunnerTest.php:120: return exec("{$command} >/dev/null &"); //phpcs:ignore ./dev/tests/integration/testsuite/Magento/MessageQueue/Model/Cron/ConsumersRunnerTest.php:256: exec("kill {$consumerProcessId}"); //phpcs:ignore ./dev/tests/integration/testsuite/Magento/MessageQueue/Model/Cron/ConsumersRunnerTest.php:277: exec("ps ax | grep -v grep | grep 'queue:consumers:start {$consumer}' | awk '{print $1}'", $output); ./dev/tests/api-functional/framework/Magento/TestFramework/TestCase/HttpClient/CurlClient.php:163: $response = curl_exec($curl); ./dev/tests/api-functional/testsuite/Magento/Webapi/WsdlGenerationFromDataObjectTest.php:48: $responseContent = curl_exec($connection); ./dev/tests/api-functional/testsuite/Magento/Webapi/WsdlGenerationFromDataObjectTest.php:65: $responseContent = curl_exec($connection); ./dev/tests/api-functional/testsuite/Magento/Webapi/WsdlGenerationFromDataObjectTest.php:97: $responseContent = curl_exec($connection); ./dev/tests/api-functional/testsuite/Magento/Webapi/WsdlGenerationFromDataObjectTest.php:141: $responseContent = curl_exec($connection); ./dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/MediaGalleryTest.php:225: curl_exec($connection); ./dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductImageTest.php:144: curl_exec($connection); ./generated/code/Magento/Framework/DB/Adapter/Pdo/Mysql/Interceptor.php:956: public function exec($sql) ./generated/code/Magento/Framework/DB/Adapter/Pdo/Mysql/Interceptor.php:959: return $pluginInfo ? $this->___callPlugins('exec', func_get_args(), $pluginInfo) : parent::exec($sql); ./pub/magmi/inc/remotefilegetter.php:208: $response = curl_exec($ch); ./pub/magmi/inc/remotefilegetter.php:218: $response = curl_exec($ch); ./pub/magmi/inc/remotefilegetter.php:286: if (!curl_exec($ch)) { ./pub/magmi/inc/fshelper.php:443: $out = shell_exec($full_cmd); ./pub/magmi/plugins/extra/general/remoteagent/magmi_remoteagent.php:117: $response = curl_exec($context); ./pub/magmi/plugins/extra/general/remoteagent/magmi_remoteagent.php:127: $response = curl_exec($context); ./pub/magmi/plugins/extra/general/remoteagent/magmi_remoteagent.php:155: curl_exec($context); ./pub/magmi/plugins/extra/general/remoteagent/magmi_remoteagent.php:341: $out = @shell_exec($full_cmd); ./pub/magmi/plugins/extra/itemprocessors/downloadable/downloadableprocessor.php:196: curl_exec($ch); ./pub/magmi/plugins/extra/itemprocessors/downloadable/downloadableprocessor.php:209: $header = curl_exec($ch); ./pub/magmi/plugins/base/general/reindex/options_panel.php:4: "shell_exec()" calls from php ./pub/wp/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php:35: \curl_exec($easy->handle); ./pub/wp/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php:103: while (\curl_multi_exec($this->_mh, $this->active) === \CURLM_CALL_MULTI_PERFORM) { ./pub/wp/wp-content/themes/fishpig/includes/remote-actions.php:51: curl_exec($ch); ./pub/wp/wp-admin/includes/class-ftp.php:248: if(!$this->_exec("TYPE I", "SetType")) return FALSE; ./pub/wp/wp-admin/includes/class-ftp.php:252: if(!$this->_exec("TYPE A", "SetType")) return FALSE; ./pub/wp/wp-admin/includes/class-ftp.php:352: if(!$this->_exec("QUIT") and !$force) return FALSE; ./pub/wp/wp-admin/includes/class-ftp.php:366: if(!$this->_exec("USER ".$this->_login, "login")) return FALSE; ./pub/wp/wp-admin/includes/class-ftp.php:369: if(!$this->_exec((($this->_code==331)?"PASS ":"ACCT ").$this->_password, "login")) return FALSE; ./pub/wp/wp-admin/includes/class-ftp.php:381: if(!$this->_exec("PWD", "pwd")) return FALSE; ./pub/wp/wp-admin/includes/class-ftp.php:387: if(!$this->_exec("CDUP", "cdup")) return FALSE; ./pub/wp/wp-admin/includes/class-ftp.php:393: if(!$this->_exec("CWD ".$pathname, "chdir")) return FALSE; ./pub/wp/wp-admin/includes/class-ftp.php:399: if(!$this->_exec("RMD ".$pathname, "rmdir")) return FALSE; ./pub/wp/wp-admin/includes/class-ftp.php:405: if(!$this->_exec("MKD ".$pathname, "mkdir")) return FALSE; ./pub/wp/wp-admin/includes/class-ftp.php:411: if(!$this->_exec("RNFR ".$from, "rename")) return FALSE; ./pub/wp/wp-admin/includes/class-ftp.php:414: if(!$this->_exec("RNTO ".$to, "rename")) return FALSE; ./pub/wp/wp-admin/includes/class-ftp.php:425: if(!$this->_exec("SIZE ".$pathname, "filesize")) return FALSE; ./pub/wp/wp-admin/includes/class-ftp.php:431: if(!$this->_exec("ABOR", "abort")) return FALSE; ./pub/wp/wp-admin/includes/class-ftp.php:445: if(!$this->_exec("MDTM ".$pathname, "mdtm")) return FALSE; ./pub/wp/wp-admin/includes/class-ftp.php:454: if(!$this->_exec("SYST", "systype")) return FALSE; ./pub/wp/wp-admin/includes/class-ftp.php:461: if(!$this->_exec("DELE ".$pathname, "delete")) return FALSE; ./pub/wp/wp-admin/includes/class-ftp.php:467: if(!$this->_exec("SITE ".$command, $fnction)) return FALSE; ./pub/wp/wp-admin/includes/class-ftp.php:486: if(!$this->_exec("REST ".$from, "restore")) return FALSE; ./pub/wp/wp-admin/includes/class-ftp.php:492: if(!$this->_exec("FEAT", "features")) return FALSE; ./pub/wp/wp-admin/includes/class-ftp.php:517: if(!$this->_exec("RNFR ".$pathname, "rename")) $exists=FALSE; ./pub/wp/wp-admin/includes/class-ftp.php:536: if(!$this->_exec("RETR ".$remotefile, "get")) { ./pub/wp/wp-admin/includes/class-ftp.php:568: if(!$this->_exec("RETR ".$remotefile, "get")) { ./pub/wp/wp-admin/includes/class-ftp.php:595: if(!$this->_exec("STOR ".$remotefile, "put")) { ./pub/wp/wp-admin/includes/class-ftp.php:631: if(!$this->_exec("STOR ".$remotefile, "put")) { ./pub/wp/wp-admin/includes/class-ftp.php:857: if(!$this->_exec($cmd.$arg, $fnction)) { ./pub/wp/wp-admin/includes/class-wp-filesystem-ssh2.php:221: $stream = ssh2_exec( $this->link, $command ); ./pub/wp/wp-admin/includes/class-ftp-sockets.php:93: function _exec($cmd, $fnction="_exec") { ./pub/wp/wp-admin/includes/class-ftp-sockets.php:122: if(!$this->_exec("PASV", "pasv")) { ./pub/wp/wp-admin/includes/class-ftp-sockets.php:161: if(!$this->_exec('PORT '.str_replace('.',',',$this->_datahost.'.'.($this->_dataport>>8).'.'.($this->_dataport&0x00FF)), "_port")) { ./pub/wp/wp-admin/includes/class-wp-debug-data.php:688: $gs = exec( 'gs --version' ); ./pub/wp/wp-admin/includes/class-ftp-pure.php:82: function _exec($cmd, $fnction="_exec") { ./pub/wp/wp-admin/includes/class-ftp-pure.php:101: if(!$this->_exec("PASV", "pasv")) { ./pub/wp/wp-includes/Text/Diff/Engine/shell.php:50: $diff = shell_exec($this->_diffCommand . ' ' . $from_file . ' ' . $to_file); ./pub/wp/wp-includes/class-snoopy.php:1018: exec( $this->curl_path . ' ' . $cmdline_params . ' ' . escapeshellarg( $URI ), $results, $return ); ./pub/wp/wp-includes/Requests/src/Transport/Curl.php:204: curl_exec($this->handle); ./pub/wp/wp-includes/Requests/src/Transport/Curl.php:215: curl_exec($this->handle); ./pub/wp/wp-includes/Requests/src/Transport/Curl.php:275: $status = curl_multi_exec($multihandle, $active); ./pub/wp/wp-includes/class-wp-http-curl.php:240: curl_exec( $handle ); ./pub/wp/wp-includes/class-wp-http-curl.php:264: curl_exec( $handle ); ./pub/wp/wp-includes/SimplePie/File.php:116: $this->headers = curl_exec($fp); ./pub/wp/wp-includes/SimplePie/File.php:120: $this->headers = curl_exec($fp); ./pub/wp/wp-includes/SimplePie/Cache/MySQL.php:131: $query = $this->mysql->exec('CREATE TABLE `' . $this->options['extras']['prefix'] . 'cache_data` (`id` TEXT CHARACTER SET utf8 NOT NULL, `items` SMALLINT NOT NULL DEFAULT 0, `data` BLOB NOT NULL, `mtime` INT UNSIGNED NOT NULL, UNIQUE (`id`(125)))'); ./pub/wp/wp-includes/SimplePie/Cache/MySQL.php:142: $query = $this->mysql->exec('CREATE TABLE `' . $this->options['extras']['prefix'] . 'items` (`feed_id` TEXT CHARACTER SET utf8 NOT NULL, `id` TEXT CHARACTER SET utf8 NOT NULL, `data` MEDIUMBLOB NOT NULL, `posted` INT UNSIGNED NOT NULL, INDEX `feed_id` (`feed_id`(125)))'); ./app/code/Verve/Ogl/Helper/NewOrderTest.php:93: $response = curl_exec($curl); ./app/code/Verve/Ogl/Helper/Data.php:86: $response = curl_exec($curl); ./app/code/Verve/Ogl/Helper/Data.php:293: $response = curl_exec($curl); ./app/code/OlegKoval/RegenerateUrlRewrites/Console/Command/RegenerateUrlRewritesAbstract.php:242: shell_exec('php bin/magento indexer:reindex'); ./app/code/OlegKoval/RegenerateUrlRewrites/Console/Command/RegenerateUrlRewritesAbstract.php:256: shell_exec('php bin/magento cache:clean'); ./app/code/OlegKoval/RegenerateUrlRewrites/Console/Command/RegenerateUrlRewritesAbstract.php:259: shell_exec('php bin/magento cache:flush'); πŸ”Ž Searching for: passthru( ./vendor/laminas/laminas-mvc/src/ResponseSender/SimpleStreamResponseSender.php:22: fpassthru($stream); ./vendor/aws/aws-crt-php/gen_stub.php:1779: passthru("wget https://github.com/nikic/PHP-Parser/archive/$tarName", $exit); ./vendor/aws/aws-crt-php/gen_stub.php:1781: passthru("curl -LO https://github.com/nikic/PHP-Parser/archive/$tarName", $exit); ./vendor/aws/aws-crt-php/gen_stub.php:1789: passthru("tar xvzf $tarName -C PHP-Parser-$version --strip-components 1", $exit); ./vendor/thecodingmachine/safe/generated/zlib.php:358:function gzpassthru($zp): int ./vendor/thecodingmachine/safe/generated/zlib.php:361: $result = \gzpassthru($zp); ./vendor/symfony/mime/FileBinaryMimeTypeGuesser.php:55: passthru('command -v file', $exitStatus); ./vendor/symfony/mime/FileBinaryMimeTypeGuesser.php:77: passthru(sprintf($this->cmd, escapeshellarg((str_starts_with($path, '-') ? './' : '').$path)), $return); ./vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php:110: passthru('ipconfig /all 2>&1'); ./vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php:114: passthru('ifconfig 2>&1'); ./vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php:118: passthru('netstat -i -f link 2>&1'); ./vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php:123: passthru('netstat -ie 2>&1'); ./vendor/magento/module-developer/Test/Unit/Console/Command/DevTestsRunCommandTest.php:22: function passthru($command, &$return_var = null) ./vendor/magento/module-developer/Console/Command/DevTestsRunCommand.php:108: // passthru() call have to be here. ./vendor/magento/module-developer/Console/Command/DevTestsRunCommand.php:110: passthru($command, $returnVal); ./pub/wp/wp-includes/PHPMailer/PHPMailer.php:865: private function mailPassthru($to, $subject, $body, $header, $params) ./pub/wp/wp-includes/PHPMailer/PHPMailer.php:1958: $result = $this->mailPassthru($toAddr, $this->Subject, $body, $header, $params); ./pub/wp/wp-includes/PHPMailer/PHPMailer.php:1972: $result = $this->mailPassthru($to, $this->Subject, $body, $header, $params); πŸ”Ž Searching for: system( ./vendor/pdepend/pdepend/src/main/php/PDepend/Util/ImageConvert.php:93: system("convert {$input} {$output}"); ./vendor/dealerdirect/phpcodesniffer-composer-installer/src/Plugin.php:155: $this->filesystem = new Filesystem($this->processExecutor); ./vendor/friendsofphp/php-cs-fixer/src/Console/Command/DocumentationCommand.php:50: $filesystem = new Filesystem(); ./vendor/friendsofphp/php-cs-fixer/src/Console/ConfigurationResolver.php:310: $filesystem = new Filesystem(); ./vendor/friendsofphp/php-cs-fixer/src/Console/ConfigurationResolver.php:374: $filesystem = new Filesystem(); ./vendor/aws/aws-sdk-php/src/FSx/FSxClient.php:22: * @method \Aws\Result createFileSystem(array $args = []) ./vendor/aws/aws-sdk-php/src/FSx/FSxClient.php:40: * @method \Aws\Result deleteFileSystem(array $args = []) ./vendor/aws/aws-sdk-php/src/FSx/FSxClient.php:82: * @method \Aws\Result updateFileSystem(array $args = []) ./vendor/aws/aws-sdk-php/src/Efs/EfsClient.php:11: * @method \Aws\Result createFileSystem(array $args = []) ./vendor/aws/aws-sdk-php/src/Efs/EfsClient.php:21: * @method \Aws\Result deleteFileSystem(array $args = []) ./vendor/aws/aws-sdk-php/src/Efs/EfsClient.php:67: * @method \Aws\Result updateFileSystem(array $args = []) ./vendor/aws/aws-sdk-php/src/StorageGateway/StorageGatewayClient.php:21: * @method \Aws\Result associateFileSystem(array $args = []) ./vendor/aws/aws-sdk-php/src/StorageGateway/StorageGatewayClient.php:111: * @method \Aws\Result disassociateFileSystem(array $args = []) ./vendor/aws/aws-sdk-php/src/Api/ApiProvider.php:30: * $a = ApiProvider::filesystem(sys_get_temp_dir() . '/aws-beta-models'); ./vendor/aws/aws-sdk-php/src/Api/ApiProvider.php:142: public static function filesystem($dir) ./vendor/aws/aws-sdk-php/src/Script/Composer/Composer.php:23: $filesystem = $filesystem ?: new Filesystem(); ./vendor/league/flysystem/src/MountManager.php:194: $sourceFilesystem === $destinationFilesystem ? $this->moveInTheSameFilesystem( ./vendor/league/flysystem/src/MountManager.php:210: $sourceFilesystem === $destinationFilesystem ? $this->copyInSameFilesystem( ./vendor/league/flysystem/src/MountManager.php:216: ) : $this->copyAcrossFilesystem( ./vendor/league/flysystem/src/MountManager.php:233: $this->mountFilesystem($key, $filesystem); ./vendor/league/flysystem/src/MountManager.php:252: private function mountFilesystem(string $key, FilesystemOperator $filesystem): void ./vendor/league/flysystem/src/MountManager.php:279: private function copyInSameFilesystem( ./vendor/league/flysystem/src/MountManager.php:293: private function copyAcrossFilesystem( ./vendor/league/flysystem/src/MountManager.php:311: private function moveInTheSameFilesystem( ./vendor/league/flysystem/src/UnableToMountFilesystem.php:16: return new UnableToMountFilesystem( ./vendor/league/flysystem/src/UnableToMountFilesystem.php:28: return new UnableToMountFilesystem( ./vendor/thecodingmachine/safe/generated/exec.php:151:function system(string $command, int &$return_var = null): string ./vendor/thecodingmachine/safe/generated/exec.php:154: $result = \system($command, $return_var); ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:836: * Flag set after startSubsystem() is called ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:3031: * Right now only one subsystem at a time is supported. To support multiple subsystem's stopSubsystem() could accept ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:3033: * To support multiple subsystem's of the same name maybe it'd be best if startSubsystem() generated a new channel id and ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:3034: * returns that and then that that was passed into stopSubsystem() but that'll be saved for a future date and implemented ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:3037: * @see self::stopSubsystem() ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:3041: public function startSubsystem($subsystem) ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:3087: * @see self::startSubsystem() ./vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php:3090: public function stopSubsystem() ./vendor/rector/rector/vendor/rector/extension-installer/src/Plugin.php:31: $pluginInstaller = new \Rector\RectorInstaller\PluginInstaller(new \Rector\RectorInstaller\LocalFilesystem(), $localRepository, $io, $installationManager, new \Composer\Util\Filesystem(), $configurationFile); ./vendor/rector/rector/vendor/symfony/config/ResourceCheckerConfigCache.php:107: $filesystem = new Filesystem(); ./vendor/rector/rector/vendor/symplify/easy-testing/src/DataProvider/StaticFixtureUpdater.php:22: self::getSmartFileSystem()->dumpFile($fixtureFileInfo->getRealPath(), $newOriginalContent); ./vendor/rector/rector/vendor/symplify/easy-testing/src/DataProvider/StaticFixtureUpdater.php:29: self::getSmartFileSystem()->dumpFile($expectedFixtureFileInfo->getRealPath(), $newOriginalContent); ./vendor/rector/rector/vendor/symplify/easy-testing/src/DataProvider/StaticFixtureUpdater.php:31: private static function getSmartFileSystem() : SmartFileSystem ./vendor/rector/rector/vendor/symplify/easy-testing/src/DataProvider/StaticFixtureUpdater.php:33: return new SmartFileSystem(); ./vendor/rector/rector/vendor/symplify/smart-file-system/src/SmartFileInfo.php:29: $this->smartFileSystem = new SmartFileSystem(); ./vendor/composer/composer/src/Composer/Util/Perforce.php:113: $fileSystem = $this->getFilesystem(); ./vendor/composer/composer/src/Composer/Util/Perforce.php:142: $fs = $this->getFilesystem(); ./vendor/composer/composer/src/Composer/Util/Perforce.php:567: public function getFilesystem() ./vendor/composer/composer/src/Composer/Util/Perforce.php:570: $this->filesystem = new Filesystem($this->process); ./vendor/composer/composer/src/Composer/Util/Perforce.php:576: public function setFilesystem(Filesystem $fs) ./vendor/composer/composer/src/Composer/Util/HttpDownloader.php:74: $this->rfs = new RemoteFilesystem($io, $config, $options, $disableTls); ./vendor/composer/composer/src/Composer/Downloader/DownloadManager.php:52: $this->filesystem = $filesystem ?: new Filesystem(); ./vendor/composer/composer/src/Composer/Downloader/PathDownloader.php:96: $symfonyFilesystem = new SymfonyFilesystem(); ./vendor/composer/composer/src/Composer/Downloader/FileDownloader.php:84: $this->filesystem = $filesystem ?: new Filesystem($this->process); ./vendor/composer/composer/src/Composer/Downloader/VcsDownloader.php:49: $this->filesystem = $fs ?: new Filesystem($this->process); ./vendor/composer/composer/src/Composer/Factory.php:489: $fs = new Filesystem($process); ./vendor/composer/composer/src/Composer/Factory.php:567: $fs = new Filesystem($process); ./vendor/composer/composer/src/Composer/Cache.php:47: $this->filesystem = $filesystem ?: new Filesystem(); ./vendor/composer/composer/src/Composer/Autoload/AutoloadGenerator.php:170: $filesystem = new Filesystem(); ./vendor/composer/composer/src/Composer/Autoload/AutoloadGenerator.php:1050: $filesystem = new Filesystem(); ./vendor/composer/composer/src/Composer/Autoload/ClassMapGenerator.php:81: $filesystem = new Filesystem(); ./vendor/composer/composer/src/Composer/Package/Archiver/ArchiveManager.php:140: $filesystem = new Filesystem(); ./vendor/composer/composer/src/Composer/Package/Archiver/ArchivableFilesFinder.php:44: $fs = new Filesystem(); ./vendor/composer/composer/src/Composer/Package/Archiver/ZipArchiver.php:32: $fs = new Filesystem(); ./vendor/composer/composer/src/Composer/Command/CreateProjectCommand.php:209: $fs = new Filesystem($process); ./vendor/composer/composer/src/Composer/Command/CreateProjectCommand.php:331: $fs = new Filesystem($process); ./vendor/composer/composer/src/Composer/Command/CreateProjectCommand.php:405: $fs = new Filesystem(); ./vendor/composer/composer/src/Composer/Command/CreateProjectCommand.php:416: $fs = new Filesystem(); ./vendor/composer/composer/src/Composer/Command/GlobalCommand.php:93: $fs = new Filesystem(); ./vendor/composer/composer/src/Composer/Command/ConfigCommand.php:229: system($editor . ' ' . $file . (Platform::isWindows() ? '' : ' > `tty`')); ./vendor/composer/composer/src/Composer/Command/InitCommand.php:162: $filesystem = new Filesystem(); ./vendor/composer/composer/src/Composer/Repository/PathRepository.php:114: $filesystem = new Filesystem(); ./vendor/composer/composer/src/Composer/Repository/Vcs/FossilDriver.php:78: $fs = new Filesystem(); ./vendor/composer/composer/src/Composer/Repository/Vcs/SvnDriver.php:344: $fs = new Filesystem(); ./vendor/composer/composer/src/Composer/Repository/Vcs/HgDriver.php:47: $fs = new Filesystem(); ./vendor/composer/composer/src/Composer/Repository/Vcs/GitDriver.php:54: $fs = new Filesystem(); ./vendor/composer/composer/src/Composer/Repository/Vcs/GitDriver.php:228: $gitUtil = new GitUtil($io, $config, new ProcessExecutor($io), new Filesystem()); ./vendor/composer/composer/src/Composer/Repository/FilesystemRepository.php:103: $fs = new Filesystem(); ./vendor/composer/composer/src/Composer/Repository/FilesystemRepository.php:157: $fs = new Filesystem(); ./vendor/composer/composer/src/Composer/Repository/FilesystemRepository.php:206: $fs = new Filesystem(); ./vendor/composer/composer/src/Composer/Installer/BinaryInstaller.php:47: $this->filesystem = $filesystem ?: new Filesystem(); ./vendor/composer/composer/src/Composer/Installer/LibraryInstaller.php:58: $this->filesystem = $filesystem ?: new Filesystem(); ./vendor/symfony/http-kernel/Kernel.php:623: (new Filesystem())->remove(substr($legacyContainer, 0, -7)); ./vendor/symfony/http-kernel/Kernel.php:783: $fs = new Filesystem(); ./vendor/symfony/config/ResourceCheckerConfigCache.php:122: $filesystem = new Filesystem(); ./vendor/ramsey/uuid/src/FeatureSet.php:417: if ($this->is64BitSystem()) { ./vendor/ramsey/uuid/src/FeatureSet.php:445: private function is64BitSystem(): bool ./vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php:59: $node = $this->getNodeFromSystem(); ./vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php:73: protected function getNodeFromSystem(): string ./vendor/magento/framework/View/Test/Unit/FileSystemTest.php:84: $this->_model = new FileSystem( ./vendor/magento/framework/View/Test/Unit/Asset/SourceTest.php:121: $this->initFilesystem(); ./vendor/magento/framework/View/Test/Unit/Asset/SourceTest.php:248: protected function initFilesystem(): void ./vendor/magento/framework/View/Result/Page.php:135: $this->viewFileSystem = $context->getViewFileSystem(); ./vendor/magento/framework/View/Element/Template.php:139: $this->_filesystem = $context->getFilesystem(); ./vendor/magento/framework/View/Element/Template/Context.php:199: public function getFilesystem() ./vendor/magento/framework/View/Element/Template/Context.php:219: public function getViewFileSystem() ./vendor/magento/framework/View/Design/Theme/ThemeList.php:161: $this->_loadFromFilesystem($themes); ./vendor/magento/framework/View/Design/Theme/ThemeList.php:197: protected function _loadFromFilesystem(array $themes) ./vendor/magento/framework/Test/Unit/FilesystemTest.php:39: $this->_filesystem = new Filesystem( ./vendor/magento/framework/Config/Test/Unit/Reader/FilesystemTest.php:71: $model = new Filesystem( ./vendor/magento/framework/Config/Test/Unit/Reader/FilesystemTest.php:89: $model = new Filesystem( ./vendor/magento/framework/Config/Test/Unit/Reader/FilesystemTest.php:117: $model = new Filesystem( ./vendor/magento/framework/Config/Test/Unit/Reader/FilesystemTest.php:145: $model = new Filesystem( ./vendor/magento/framework/Config/Test/Unit/Reader/FilesystemTest.php:162: $model = new Filesystem( ./vendor/magento/framework/App/StaticResource.php:211: require $this->getFilesystem()->getDirectoryRead(DirectoryList::PUB)->getAbsolutePath('errors/404.php'); ./vendor/magento/framework/App/StaticResource.php:257: private function getFilesystem() ./vendor/magento/framework/App/ObjectManagerFactory.php:261: new \Magento\Framework\Filesystem( ./vendor/magento/framework/Module/Setup/Context.php:186: public function getFilesystem() ./vendor/magento/framework/Setup/ModuleDataSetupInterface.php:79: public function getFilesystem(); ./vendor/magento/framework/Logger/Test/Unit/Handler/SystemTest.php:49: $this->model = new System( ./vendor/magento/module-customer/Model/AttributeMetadataConverter.php:148: ->setIsSystem((boolean)$attribute->getIsSystem()) ./vendor/magento/module-customer/Model/Data/AttributeMetadata.php:141: public function isSystem() ./vendor/magento/module-customer/Model/Data/AttributeMetadata.php:325: public function setIsSystem($isSystem) ./vendor/magento/module-customer/Model/Metadata/CustomerMetadata.php:148: && (!$attributeMetadata->isSystem() ./vendor/magento/module-customer/Model/Metadata/AddressMetadata.php:137: if (!$isDataObjectMethod && !$attributeMetadata->isSystem()) { ./vendor/magento/module-customer/Api/Data/AttributeMetadataInterface.php:257: public function isSystem(); ./vendor/magento/module-customer/Api/Data/AttributeMetadataInterface.php:265: public function setIsSystem($isSystem); ./vendor/magento/magento-composer-installer/src/MagentoHackathon/Composer/Magento/Plugin.php:88: $this->filesystem = new Filesystem(); ./vendor/magento/magento-composer-installer/src/MagentoHackathon/Composer/Magento/Deploystrategy/DeploystrategyAbstract.php:408: $fs = new \Composer\Util\Filesystem(); ./vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Upgrade/UpdateAssertionSchema.php:42: $fileSystem = new Filesystem(); ./vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Upgrade/RemoveUnusedArguments.php:40: $fileSystem = new Filesystem(); ./vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/DataGenerator/Handlers/SecretStorage/VaultStorage.php:97: $this->readVaultTokenFromFileSystem(); ./vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/DataGenerator/Handlers/SecretStorage/VaultStorage.php:186: private function readVaultTokenFromFileSystem() ./vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Console/BuildProjectCommand.php:129: $fileSystem = new Filesystem(); ./vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Console/CleanProjectCommand.php:64: $fileSystem = new Filesystem(); ./vendor/magento/magento2-functional-testing-framework/dev/tests/unit/Magento/FunctionalTestFramework/Config/Reader/FilesystemTest.php:35: $filesystem = $this->getFilesystem($this->getFileIterator('somepath.xml', '')); ./vendor/magento/magento2-functional-testing-framework/dev/tests/unit/Magento/FunctionalTestFramework/Config/Reader/FilesystemTest.php:85: public function getFilesystem(File $fileIterator): Filesystem ./vendor/magento/magento2-functional-testing-framework/dev/tests/unit/Magento/FunctionalTestFramework/Config/Reader/FilesystemTest.php:93: $filesystem = new Filesystem( ./vendor/magento/magento2-functional-testing-framework/dev/tests/verification/Tests/SuiteGenerationTest.php:53: $fileSystem = new \Symfony\Component\Filesystem\Filesystem(); ./vendor/magento/magento2-functional-testing-framework/dev/tests/verification/Tests/SuiteGenerationTest.php:489: $fileSystem = new \Symfony\Component\Filesystem\Filesystem(); ./vendor/magento/magento2-functional-testing-framework/dev/tests/verification/Tests/ResilientGenerationTest.php:61: $fileSystem = new \Symfony\Component\Filesystem\Filesystem(); ./vendor/magento/magento2-functional-testing-framework/dev/tests/verification/Tests/ResilientGenerationTest.php:257: $fileSystem = new \Symfony\Component\Filesystem\Filesystem(); ./vendor/magento/module-downloadable/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable/Links.php:271: $fileExist = $fileHelper->ensureFileInFilesystem($file); ./vendor/magento/module-downloadable/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable/Links.php:295: $fileExist = $fileHelper->ensureFileInFilesystem($file); ./vendor/magento/module-downloadable/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable/Samples.php:162: $fileExist = $fileHelper->ensureFileInFilesystem($file); ./vendor/magento/module-downloadable/Helper/File.php:119: public function ensureFileInFilesystem($file) ./vendor/magento/module-downloadable/Helper/File.php:123: $result = $this->_coreFileStorageDatabase->saveFileToFilesystem($file); ./vendor/magento/module-downloadable/Helper/Download.php:164: $fileExists = $this->_downloadableFile->ensureFileInFilesystem($this->_resourceFile); ./vendor/magento/module-downloadable/Ui/DataProvider/Product/Form/Modifier/Data/Links.php:214: return $this->downloadableFile->ensureFileInFilesystem($file); ./vendor/magento/module-downloadable/Ui/DataProvider/Product/Form/Modifier/Data/Samples.php:166: return $this->downloadableFile->ensureFileInFilesystem($file); ./vendor/magento/module-downloadable/Model/Sample/ContentValidator.php:116: return $this->fileHelper->ensureFileInFilesystem($file); ./vendor/magento/module-downloadable/Model/Link/ContentValidator.php:154: return $this->fileHelper->ensureFileInFilesystem($file); ./vendor/magento/module-media-storage/Test/Unit/Helper/File/StorageTest.php:174: public function testSaveFileToFileSystem() ./vendor/magento/module-media-storage/Test/Unit/Helper/File/StorageTest.php:181: $this->assertEquals(1, $this->helper->saveFileToFileSystem($file)); ./vendor/magento/module-media-storage/Test/Unit/Helper/File/Storage/DatabaseTest.php:312: public function testSaveFileToFileSystem($expected, $storage, $callNum, $id = 0, $callSaveFile = 0) ./vendor/magento/module-media-storage/Test/Unit/Helper/File/Storage/DatabaseTest.php:336: $this->assertEquals($expected, $this->helper->saveFileToFilesystem('media-dir/filename')); ./vendor/magento/module-media-storage/Helper/File/Storage.php:142: return $this->saveFileToFileSystem($file); ./vendor/magento/module-media-storage/Helper/File/Storage.php:151: public function saveFileToFileSystem($file) ./vendor/magento/module-media-storage/Helper/File/Storage/Database.php:228: public function saveFileToFilesystem($filename) ./vendor/magento/module-media-storage/Service/ImageResize.php:159: $this->fileStorageDatabase->saveFileToFilesystem($mediastoragefilename); ./vendor/magento/module-media-storage/Service/ImageResize.php:196: $this->fileStorageDatabase->saveFileToFilesystem($mediastoragefilename); ./vendor/magento/module-backend/Block/Widget/Grid/Export.php:223: if (!$column->getIsSystem()) { ./vendor/magento/module-backend/Block/Widget/Grid/Export.php:240: if (!$column->getIsSystem()) { ./vendor/magento/module-backend/Block/Widget/Grid/Export.php:304: if (!$column->getIsSystem()) { ./vendor/magento/module-backend/Block/Widget/Grid/Export.php:355: if (!$column->getIsSystem()) { ./vendor/magento/module-backend/Block/Widget/Grid/Export.php:364: if (!$column->getIsSystem()) { ./vendor/magento/module-backend/Block/Widget/Grid/Export.php:378: if (!$column->getIsSystem()) { ./vendor/magento/module-backend/Block/Widget/Grid/Export.php:403: if (!$column->getIsSystem()) { ./vendor/magento/module-backend/Block/Widget/Grid/Export.php:429: if (!$column->getIsSystem()) { ./vendor/magento/module-backend/Block/Widget/Grid/Export.php:485: if (!$column->getIsSystem()) { ./vendor/magento/module-backend/Block/Widget/Grid/Export.php:494: if (!$column->getIsSystem()) { ./vendor/magento/module-backend/Block/Widget/Grid/Export.php:504: if (!$column->getIsSystem()) { ./vendor/magento/module-backend/Block/Widget/Grid/Extended.php:916: if (!$column->getIsSystem()) { ./vendor/magento/module-backend/Block/Widget/Grid/Extended.php:933: if (!$column->getIsSystem()) { ./vendor/magento/module-backend/Block/Widget/Grid/Extended.php:995: if (!$column->getIsSystem()) { ./vendor/magento/module-backend/Block/Widget/Grid/Extended.php:1057: if (!$column->getIsSystem()) { ./vendor/magento/module-backend/Block/Widget/Grid/Extended.php:1066: if (!$column->getIsSystem()) { ./vendor/magento/module-backend/Block/Widget/Grid/Extended.php:1080: if (!$column->getIsSystem()) { ./vendor/magento/module-backend/Block/Widget/Grid/Extended.php:1109: if (!$column->getIsSystem()) { ./vendor/magento/module-backend/Block/Widget/Grid/Extended.php:1135: if (!$column->getIsSystem()) { ./vendor/magento/module-backend/Block/Widget/Grid/Extended.php:1200: if (!$column->getIsSystem()) { ./vendor/magento/module-backend/Block/Widget/Grid/Extended.php:1209: if (!$column->getIsSystem()) { ./vendor/magento/module-backend/Block/Widget/Grid/Extended.php:1219: if (!$column->getIsSystem()) { ./vendor/magento/module-catalog/Block/Adminhtml/Product/Helper/Form/Gallery/Content.php:186: $this->fileStorageDatabase->saveFileToFilesystem( ./vendor/magento/module-catalog/Model/Product/Option/Type/File/ValidatorInfo.php:194: if (!$this->coreFileStorageDatabase->saveFileToFilesystem($path)) { ./vendor/magento/module-catalog/Model/Product/Option/Type/File/ValidatorFile.php:174: $this->initFilesystem(); ./vendor/magento/module-catalog/Model/Product/Option/Type/File/ValidatorFile.php:250: protected function initFilesystem() ./vendor/magento/module-catalog/Model/Product/Image.php:888: return $this->_coreFileStorageDatabase->saveFileToFilesystem( ./vendor/magento/module-deploy/Model/Mode.php:168: $this->filesystem->cleanupFilesystem( ./vendor/magento/module-deploy/Model/Mode.php:187: $this->filesystem->cleanupFilesystem( ./vendor/magento/module-deploy/Model/Filesystem.php:160: $this->cleanupFilesystem( ./vendor/magento/module-deploy/Model/Filesystem.php:283: public function cleanupFilesystem($directoryCodeList) ./vendor/magento/module-eav/Model/Form/Type.php:15: * @method int getIsSystem() ./vendor/magento/module-eav/Model/Form/Type.php:16: * @method \Magento\Eav\Model\Form\Type setIsSystem(int $value) ./vendor/magento/module-email/Model/AbstractTemplate.php:409: $this->fileStorageDatabase->saveFileToFilesystem($uploadDir . '/' . $fileName); ./vendor/magento/magento2-base/setup/src/Magento/Setup/Test/Unit/Mvc/Bootstrap/InitParamListenerTest.php:230: public function testCreateFilesystem() ./vendor/magento/magento2-base/setup/src/Magento/Setup/Test/Unit/Mvc/Bootstrap/InitParamListenerTest.php:242: $filesystem = $this->listener->createFilesystem($directoryList); ./vendor/magento/magento2-base/setup/src/Magento/Setup/Module/DataSetup.php:68: $this->filesystem = $context->getFilesystem(); ./vendor/magento/magento2-base/setup/src/Magento/Setup/Module/DataSetup.php:190: public function getFilesystem() ./vendor/magento/magento2-base/setup/src/Magento/Setup/Console/Command/DiCompileCommand.php:181: $this->cleanupFilesystem( ./vendor/magento/magento2-base/setup/src/Magento/Setup/Console/Command/DiCompileCommand.php:306: private function cleanupFilesystem($directoryCodeList) ./vendor/magento/magento2-base/setup/src/Magento/Setup/Mvc/Bootstrap/InitParamListener.php:91: $serviceManager->setService(\Magento\Framework\Filesystem::class, $this->createFilesystem($directoryList)); ./vendor/magento/magento2-base/setup/src/Magento/Setup/Mvc/Bootstrap/InitParamListener.php:190: public function createFilesystem(DirectoryList $directoryList) ./vendor/magento/magento2-base/setup/src/Magento/Setup/Mvc/Bootstrap/InitParamListener.php:193: return new Filesystem( ./vendor/magento/magento2-base/dev/tests/integration/framework/deployTestModules.php:69: $filesystem = new \Symfony\Component\Filesystem\Filesystem(); ./vendor/magento/magento2-base/dev/tests/integration/framework/bootstrap.php:42: 'system' => new \Magento\Framework\Logger\Handler\System($filesystem, $exceptionHandler), ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Framework/View/Layout/MergeTest.php:236: public function testLoadFileSystem() ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/_files/url_rewrites_invalid.php:28:)->setIsSystem( ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/_files/url_rewrites_invalid.php:50:)->setIsSystem( ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Customer/Model/CustomerMetadataTest.php:387: $this->assertEquals('1', $attributeMetadata->isSystem(), '"Is system" field value is invalid'); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Theme/Model/Theme/CollectionTest.php:48: public function testLoadThemesFromFileSystem() ./vendor/magento/magento2-base/dev/tests/api-functional/framework/bootstrap.php:36: 'system' => new \Magento\Framework\Logger\Handler\System($filesystem, $exceptionHandler), ./vendor/magento/module-sales/Block/Adminhtml/Order/View/Info.php:193: if (!$attribute->isVisible() || $attribute->isSystem()) { ./vendor/magento/module-sales/Model/Order/Pdf/AbstractPdf.php:279: $this->fileStorageDatabase->saveFileToFilesystem($imagePath); ./vendor/magento/module-newsletter/Model/ResourceModel/Template.php:58: if ($template->getTemplateActual() !== 0 && !$template->getIsSystem()) { ./vendor/magento/module-newsletter/Model/ResourceModel/Template.php:69: } elseif ($template->getIsSystem()) { ./vendor/magento/module-newsletter/Controller/Adminhtml/Queue/Save.php:32: if (!$template->getId() || $template->getIsSystem()) { ./vendor/magento/module-downloadable-sample-data/Model/Product/Converter.php:130: $directory = $this->getFilesystem()->getDirectoryRead(DirectoryList::MEDIA); ./vendor/magento/module-downloadable-sample-data/Model/Product/Converter.php:157: $directory = $this->getFilesystem()->getDirectoryRead(DirectoryList::MEDIA); ./vendor/magento/module-downloadable-sample-data/Model/Product/Converter.php:198: private function getFilesystem() ./vendor/magento/module-theme/Block/Html/Header/Logo.php:157: $this->_fileStorageHelper->saveFileToFilesystem($filename); ./vendor/magento/module-theme/Model/Favicon/Favicon.php:107: $this->fileStorageDatabase->saveFileToFilesystem($filename); ./vendor/magento/inventory-composer-installer/src/InventoryConfiguratorFactory.php:94: $filesystem = new Filesystem( ./vendor/m2e/ebay-amazon-magento2/Block/Adminhtml/ControlPanel/Info/Actual.php:102: $this->systemName = $this->clientHelper->getSystem(); ./vendor/m2e/ebay-amazon-magento2/Helper/Client.php:421: public function getSystem(): string ./vendor/m2e/ebay-amazon-magento2/Model/Ebay/Order/FinalFee/Fill.php:50: && $message->isSenderSystem() ./vendor/m2e/ebay-amazon-magento2/Model/Ebay/Listing/Product/Action/DataBuilder/Shipping.php:137: switch ($this->getCalculatedShippingTemplate()->getMeasurementSystem()) { ./vendor/m2e/ebay-amazon-magento2/Model/Ebay/Template/Shipping/Calculated.php:123: public function getMeasurementSystem() ./vendor/m2e/ebay-amazon-magento2/Model/Ebay/Template/Shipping/Calculated.php:135: return $this->getMeasurementSystem() == self::MEASUREMENT_SYSTEM_METRIC; ./vendor/m2e/ebay-amazon-magento2/Model/Ebay/Template/Shipping/Calculated.php:143: return $this->getMeasurementSystem() == self::MEASUREMENT_SYSTEM_ENGLISH; ./vendor/m2e/ebay-amazon-magento2/Model/Connector/Connection/Response.php:119: if (!$message->isSenderSystem()) { ./vendor/m2e/ebay-amazon-magento2/Model/Connector/Connection/Response/Message.php:55: public function isSenderSystem() ./vendor/m2e/ebay-amazon-magento2/Model/Connector/Connection/Response/Message/Set.php:33: if ($message->isSenderSystem()) { ./vendor/m2e/ebay-amazon-magento2/Model/Connector/Connection/Response/Message/Set.php:46: if (!$message->isSenderSystem()) { ./vendor/m2e/ebay-amazon-magento2/Model/Servicing/Task/Statistic.php:178: $data['name'] = $this->getHelper('Client')->getSystem(); ./vendor/squizlabs/php_codesniffer/src/Standards/MySource/Sniffs/Channels/IncludeSystemSniff.php:187: $error = 'Static method called on non-included class or system "%s"; include system with Channels::includeSystem() or include class with require_once'; ./vendor/squizlabs/php_codesniffer/src/Standards/MySource/Sniffs/Channels/IncludeSystemSniff.php:268: $error = 'Class extends non-included class or system "%s"; include system with Channels::includeSystem() or include class with require_once'; ./vendor/squizlabs/php_codesniffer/src/Standards/MySource/Sniffs/Channels/IncludeSystemSniff.php:272: $error = 'Static method called on non-included class or system "%s"; include system with Channels::includeSystem() or include class with require_once'; ./setup/src/Magento/Setup/Test/Unit/Mvc/Bootstrap/InitParamListenerTest.php:230: public function testCreateFilesystem() ./setup/src/Magento/Setup/Test/Unit/Mvc/Bootstrap/InitParamListenerTest.php:242: $filesystem = $this->listener->createFilesystem($directoryList); ./setup/src/Magento/Setup/Module/DataSetup.php:68: $this->filesystem = $context->getFilesystem(); ./setup/src/Magento/Setup/Module/DataSetup.php:190: public function getFilesystem() ./setup/src/Magento/Setup/Console/Command/DiCompileCommand.php:181: $this->cleanupFilesystem( ./setup/src/Magento/Setup/Console/Command/DiCompileCommand.php:306: private function cleanupFilesystem($directoryCodeList) ./setup/src/Magento/Setup/Mvc/Bootstrap/InitParamListener.php:91: $serviceManager->setService(\Magento\Framework\Filesystem::class, $this->createFilesystem($directoryList)); ./setup/src/Magento/Setup/Mvc/Bootstrap/InitParamListener.php:190: public function createFilesystem(DirectoryList $directoryList) ./setup/src/Magento/Setup/Mvc/Bootstrap/InitParamListener.php:193: return new Filesystem( ./var/vendor/composer/composer/src/Composer/Util/Perforce.php:113: $fileSystem = $this->getFilesystem(); ./var/vendor/composer/composer/src/Composer/Util/Perforce.php:142: $fs = $this->getFilesystem(); ./var/vendor/composer/composer/src/Composer/Util/Perforce.php:567: public function getFilesystem() ./var/vendor/composer/composer/src/Composer/Util/Perforce.php:570: $this->filesystem = new Filesystem($this->process); ./var/vendor/composer/composer/src/Composer/Util/Perforce.php:576: public function setFilesystem(Filesystem $fs) ./var/vendor/composer/composer/src/Composer/Util/HttpDownloader.php:74: $this->rfs = new RemoteFilesystem($io, $config, $options, $disableTls); ./var/vendor/composer/composer/src/Composer/Downloader/DownloadManager.php:52: $this->filesystem = $filesystem ?: new Filesystem(); ./var/vendor/composer/composer/src/Composer/Downloader/PathDownloader.php:96: $symfonyFilesystem = new SymfonyFilesystem(); ./var/vendor/composer/composer/src/Composer/Downloader/FileDownloader.php:84: $this->filesystem = $filesystem ?: new Filesystem($this->process); ./var/vendor/composer/composer/src/Composer/Downloader/VcsDownloader.php:49: $this->filesystem = $fs ?: new Filesystem($this->process); ./var/vendor/composer/composer/src/Composer/Factory.php:489: $fs = new Filesystem($process); ./var/vendor/composer/composer/src/Composer/Factory.php:567: $fs = new Filesystem($process); ./var/vendor/composer/composer/src/Composer/Cache.php:47: $this->filesystem = $filesystem ?: new Filesystem(); ./var/vendor/composer/composer/src/Composer/Autoload/AutoloadGenerator.php:170: $filesystem = new Filesystem(); ./var/vendor/composer/composer/src/Composer/Autoload/AutoloadGenerator.php:1050: $filesystem = new Filesystem(); ./var/vendor/composer/composer/src/Composer/Autoload/ClassMapGenerator.php:81: $filesystem = new Filesystem(); ./var/vendor/composer/composer/src/Composer/Package/Archiver/ArchiveManager.php:140: $filesystem = new Filesystem(); ./var/vendor/composer/composer/src/Composer/Package/Archiver/ArchivableFilesFinder.php:44: $fs = new Filesystem(); ./var/vendor/composer/composer/src/Composer/Package/Archiver/ZipArchiver.php:32: $fs = new Filesystem(); ./var/vendor/composer/composer/src/Composer/Command/CreateProjectCommand.php:209: $fs = new Filesystem($process); ./var/vendor/composer/composer/src/Composer/Command/CreateProjectCommand.php:331: $fs = new Filesystem($process); ./var/vendor/composer/composer/src/Composer/Command/CreateProjectCommand.php:405: $fs = new Filesystem(); ./var/vendor/composer/composer/src/Composer/Command/CreateProjectCommand.php:416: $fs = new Filesystem(); ./var/vendor/composer/composer/src/Composer/Command/GlobalCommand.php:93: $fs = new Filesystem(); ./var/vendor/composer/composer/src/Composer/Command/ConfigCommand.php:229: system($editor . ' ' . $file . (Platform::isWindows() ? '' : ' > `tty`')); ./var/vendor/composer/composer/src/Composer/Command/InitCommand.php:162: $filesystem = new Filesystem(); ./var/vendor/composer/composer/src/Composer/Repository/PathRepository.php:114: $filesystem = new Filesystem(); ./var/vendor/composer/composer/src/Composer/Repository/Vcs/FossilDriver.php:78: $fs = new Filesystem(); ./var/vendor/composer/composer/src/Composer/Repository/Vcs/SvnDriver.php:344: $fs = new Filesystem(); ./var/vendor/composer/composer/src/Composer/Repository/Vcs/HgDriver.php:47: $fs = new Filesystem(); ./var/vendor/composer/composer/src/Composer/Repository/Vcs/GitDriver.php:54: $fs = new Filesystem(); ./var/vendor/composer/composer/src/Composer/Repository/Vcs/GitDriver.php:228: $gitUtil = new GitUtil($io, $config, new ProcessExecutor($io), new Filesystem()); ./var/vendor/composer/composer/src/Composer/Repository/FilesystemRepository.php:103: $fs = new Filesystem(); ./var/vendor/composer/composer/src/Composer/Repository/FilesystemRepository.php:157: $fs = new Filesystem(); ./var/vendor/composer/composer/src/Composer/Repository/FilesystemRepository.php:206: $fs = new Filesystem(); ./var/vendor/composer/composer/src/Composer/Installer/BinaryInstaller.php:47: $this->filesystem = $filesystem ?: new Filesystem(); ./var/vendor/composer/composer/src/Composer/Installer/LibraryInstaller.php:58: $this->filesystem = $filesystem ?: new Filesystem(); ./dev/tests/integration/framework/deployTestModules.php:69: $filesystem = new \Symfony\Component\Filesystem\Filesystem(); ./dev/tests/integration/framework/bootstrap.php:42: 'system' => new \Magento\Framework\Logger\Handler\System($filesystem, $exceptionHandler), ./dev/tests/integration/testsuite/Magento/Framework/View/Layout/MergeTest.php:236: public function testLoadFileSystem() ./dev/tests/integration/testsuite/Magento/Catalog/_files/url_rewrites_invalid.php:28:)->setIsSystem( ./dev/tests/integration/testsuite/Magento/Catalog/_files/url_rewrites_invalid.php:50:)->setIsSystem( ./dev/tests/integration/testsuite/Magento/Customer/Model/CustomerMetadataTest.php:387: $this->assertEquals('1', $attributeMetadata->isSystem(), '"Is system" field value is invalid'); ./dev/tests/integration/testsuite/Magento/Theme/Model/Theme/CollectionTest.php:48: public function testLoadThemesFromFileSystem() ./dev/tests/api-functional/framework/bootstrap.php:36: 'system' => new \Magento\Framework\Logger\Handler\System($filesystem, $exceptionHandler), ./pub/wp/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php:442: // Don't use WP_Filesystem() here because that's not initialized yet. See https://yoast.atlassian.net/browse/QAK-2043. ./pub/wp/wp-content/plugins/better-wp-security/core/modules/file-change/lib/package-factory.php:277: $package = new ITSEC_File_Change_Package_System(); ./pub/wp/wp-admin/includes/class-wp-site-health.php:1896: if ( false === $credentials || ! WP_Filesystem( $credentials ) ) { ./pub/wp/wp-admin/includes/class-wp-site-health-auto-updates.php:323: WP_Filesystem(); ./pub/wp/wp-admin/includes/file.php:1601: * Assumes that WP_Filesystem() has already been called and set up. Does not extract ./pub/wp/wp-admin/includes/file.php:1675: * Assumes that WP_Filesystem() has already been called and set up. ./pub/wp/wp-admin/includes/file.php:1866: * Assumes that WP_Filesystem() has already been called and set up. ./pub/wp/wp-admin/includes/file.php:2007: * Assumes that WP_Filesystem() has already been called and setup. ./pub/wp/wp-admin/includes/file.php:2088: * Assumes that WP_Filesystem() has already been called and setup. ./pub/wp/wp-admin/includes/file.php:2176:function WP_Filesystem( $args = false, $context = false, $allow_relaxed_file_ownership = false ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid ./pub/wp/wp-admin/includes/file.php:2254: * Plugins may define a custom transport handler, See WP_Filesystem(). ./pub/wp/wp-admin/includes/class-wp-upgrader.php:243: if ( ! WP_Filesystem( $credentials, $directories[0], $allow_relaxed_file_ownership ) ) { ./pub/wp/wp-admin/includes/class-wp-upgrader.php:994: WP_Filesystem(); ./pub/wp/wp-admin/includes/theme.php:46: if ( ! WP_Filesystem( $credentials ) ) { ./pub/wp/wp-admin/includes/plugin.php:932: if ( ! WP_Filesystem( $credentials ) ) { ./pub/wp/wp-admin/includes/ajax-actions.php:4410: if ( false === $credentials || ! WP_Filesystem( $credentials ) ) { ./pub/wp/wp-admin/includes/ajax-actions.php:4756: if ( false === $credentials || ! WP_Filesystem( $credentials ) ) { ./pub/wp/wp-admin/update-core.php:881: if ( ! WP_Filesystem( $credentials, ABSPATH, $allow_relaxed_file_ownership ) ) { ./pub/wp/wp-includes/update.php:1127: if ( false === $credentials || ! WP_Filesystem( $credentials ) ) { ./app/code/Verve/Ogl/Helper/Data.php:173: system($magmi_cli, $return_var); ./app/code/Verve/Ogl/Cron/AdditionalData/HouseKeeping.php:44: system($magmi_cli, $return_var); ./app/code/Verve/Ogl/Cron/AdditionalData/HouseKeeping.php:49: system($magmi_cli, $return_var); πŸ”Ž Searching for: assert( ./vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php:208: assert($lastModification !== false); ./vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php:228: assert($lastModificationTime !== false); ./vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:244: assert($lastModification !== false); ./vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php:264: assert($lastModificationTime !== false); ./vendor/pdepend/pdepend/src/main/php/PDepend/Source/Parser/MissingValueException.php:65: assert($token instanceof Token); ./vendor/laminas/laminas-dependency-plugin/src/DependencyRewriterPluginDelegator.php:66: assert($rewriter instanceof DependencySolvingCapableInterface); ./vendor/laminas/laminas-dependency-plugin/src/DependencyRewriterPluginDelegator.php:92: assert($rewriter instanceof PoolCapableInterface); ./vendor/laminas/laminas-dependency-plugin/src/DependencyRewriterPluginDelegator.php:102: assert($rewriter instanceof AutoloadDumpCapableInterface); ./vendor/laminas/laminas-dependency-plugin/src/DependencyRewriterV2.php:159: assert(is_array($definition)); ./vendor/laminas/laminas-dependency-plugin/src/DependencyRewriterV2.php:251: assert($application instanceof Application); ./vendor/laminas/laminas-dependency-plugin/src/DependencyRewriterV2.php:355: assert(! empty($option)); ./vendor/laminas/laminas-view/src/Helper/Layout.php:103: assert($helper instanceof ViewModel); ./vendor/laminas/laminas-view/src/Helper/Navigation/Menu.php:166: assert($escaper instanceof EscapeHtmlAttr); ./vendor/laminas/laminas-view/src/Helper/Navigation/Menu.php:277: assert($escaper instanceof EscapeHtmlAttr); ./vendor/laminas/laminas-view/src/Helper/Service/BasePathFactory.php:23: assert(is_array($config) || $config instanceof ArrayAccess); ./vendor/laminas/laminas-view/src/Helper/Service/BasePathFactory.php:30: assert(is_array($viewConfig)); ./vendor/laminas/laminas-view/src/Helper/Service/BasePathFactory.php:33: assert(is_string($basePath) || $basePath === null); ./vendor/laminas/laminas-view/src/Helper/AbstractHtmlElement.php:58: assert($plugin instanceof Doctype); ./vendor/laminas/laminas-view/src/Helper/AbstractHtmlElement.php:80: assert($helper instanceof HtmlAttributes); ./vendor/laminas/laminas-view/src/Helper/HeadMeta.php:192: assert($doctype instanceof Doctype); ./vendor/laminas/laminas-view/src/Helper/Navigation.php:169: assert($helper instanceof NavigationHelper); ./vendor/laminas/laminas-view/src/Helper/DeprecatedAbstractHelperHierarchyTrait.php:27: assert($this instanceof AbstractHelper); ./vendor/laminas/laminas-view/src/Helper/DeprecatedAbstractHelperHierarchyTrait.php:41: assert($this instanceof AbstractHelper); ./vendor/laminas/laminas-di/src/CodeGenerator/FactoryGenerator.php:186: assert(is_string($template)); ./vendor/laminas/laminas-di/src/CodeGenerator/InjectorGenerator.php:87: assert(is_string($template)); ./vendor/laminas/laminas-di/src/CodeGenerator/AutoloadGenerator.php:50: assert(is_string($template)); ./vendor/laminas/laminas-stdlib/src/StringWrapper/Iconv.php:249: assert($length !== false); ./vendor/laminas/laminas-stdlib/src/StringWrapper/Iconv.php:265: assert($encoding !== null); ./vendor/laminas/laminas-code/src/Generator/TypeGenerator/AtomicType.php:110: assert('' !== $trimmedType); ./vendor/laminas/laminas-code/src/Generator/EnumGenerator/Cases/CaseFactory.php:41: assert(! array_key_exists('pureCases', $options) && array_key_exists('backedCases', $options)); ./vendor/laminas/laminas-code/src/Generator/TypeGenerator.php:50: assert( ./vendor/laminas/laminas-code/src/Generator/TypeGenerator.php:122: assert([] !== $types); ./vendor/laminas/laminas-code/src/Generator/TypeGenerator.php:144: assert([] !== $otherTypes, 'There are always 2 or more types in a union type'); ./vendor/laminas/laminas-validator/src/DateStep.php:412: assert($baseDate !== false); ./vendor/laminas/laminas-validator/src/DateStep.php:425: assert($baseDate !== false); ./vendor/laminas/laminas-validator/src/ValidatorChain.php:255: assert($validator instanceof ValidatorInterface); ./vendor/laminas/laminas-servicemanager/src/Tool/FactoryCreatorCommand.php:72: assert(is_string($arguments->message)); ./vendor/laminas/laminas-servicemanager/src/Tool/FactoryCreatorCommand.php:83: assert(is_string($arguments->class)); ./vendor/brick/varexporter/src/Internal/ObjectExporter/ClosureExporter.php:44: assert($object instanceof Closure); ./vendor/brick/varexporter/src/Internal/ObjectExporter/ClosureExporter.php:107: assert($nodes !== null); ./vendor/brick/varexporter/src/Internal/ObjectExporter/ClosureExporter.php:211: assert(is_string($var)); ./vendor/brick/varexporter/src/Internal/ObjectExporter/ClosureExporter.php:251: assert(is_string($var)); ./vendor/brick/varexporter/src/Internal/ObjectExporter/ClosureExporter.php:257: assert($nodes !== null); ./vendor/brick/varexporter/src/Internal/ObjectExporter/EnumExporter.php:38: assert($object instanceof UnitEnum); ./vendor/brick/varexporter/src/Internal/ObjectExporter/SetStateExporter.php:79: assert($name !== false); ./vendor/brick/math/src/Internal/Calculator/NativeCalculator.php:189: assert(is_int($q)); ./vendor/brick/math/src/Internal/Calculator/NativeCalculator.php:435: assert($carry === 0); ./vendor/brick/math/src/Internal/Calculator/BcMathCalculator.php:81: assert($q !== null); ./vendor/brick/math/src/Internal/Calculator/BcMathCalculator.php:82: assert($r !== null); ./vendor/brick/math/src/BigInteger.php:1087: assert($bin !== false); ./vendor/brick/math/src/BigNumber.php:93: assert($denominator !== null); ./vendor/phpunit/phpunit/src/Util/Printer.php:96: assert(is_resource($this->stream)); ./vendor/phpunit/phpunit/src/Util/Printer.php:111: assert(is_resource($this->stream)); ./vendor/phpunit/phpunit/src/Util/Xml.php:122: assert(class_exists($className)); ./vendor/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php:321: assert($childResult instanceof TestResult); ./vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php:55: assert($excludeNode instanceof DOMElement); ./vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php:217: assert($log instanceof DOMElement); ./vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php:288: assert($extension instanceof DOMElement); ./vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php:611: assert($log instanceof DOMElement); ./vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php:728: assert($directoryNode instanceof DOMElement); ./vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php:796: assert($listener instanceof DOMElement); ./vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php:861: assert($ini instanceof DOMElement); ./vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php:872: assert($const instanceof DOMElement); ./vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php:895: assert($var instanceof DOMElement); ./vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php:1137: assert($directoryNode instanceof DOMElement); ./vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php:1181: assert($fileNode instanceof DOMElement); ./vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php:1236: assert($element instanceof DOMElement); ./vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php:1241: assert($testSuiteNode instanceof DOMElement); ./vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php:1257: assert($node instanceof DOMElement); ./vendor/phpunit/phpunit/src/TextUI/Command.php:225: assert(isset($arguments) && $arguments instanceof Configuration); ./vendor/phpunit/phpunit/src/TextUI/Command.php:464: assert($object instanceof TestSuiteLoader); ./vendor/phpunit/phpunit/src/TextUI/TestRunner.php:180: assert($arguments['configurationObject'] instanceof Configuration); ./vendor/phpunit/phpunit/src/TextUI/TestRunner.php:322: assert($this->printer instanceof CliTestDoxPrinter); ./vendor/phpunit/phpunit/src/TextUI/TestRunner.php:427: assert($arguments['configurationObject'] instanceof Configuration); ./vendor/phpunit/phpunit/src/TextUI/TestRunner.php:532: assert($arguments['configurationObject'] instanceof Configuration); ./vendor/phpunit/phpunit/src/TextUI/TestRunner.php:579: assert($arguments['configurationObject'] instanceof Configuration); ./vendor/phpunit/phpunit/src/TextUI/TestRunner.php:1233: assert($object instanceof ResultPrinter); ./vendor/phpunit/phpunit/src/Framework/TestBuilder.php:165: assert($_test instanceof TestCase); ./vendor/phpunit/phpunit/src/Framework/TestSuiteIterator.php:74: assert($current instanceof TestSuite); ./vendor/phpunit/phpunit/src/Framework/Assert.php:2300: assert($expectedAttribute instanceof DOMAttr); ./vendor/phpunit/phpunit/src/Framework/Assert.php:2852: assert($step['object'] instanceof TestCase); ./vendor/phpunit/phpunit/src/Framework/MockObject/Matcher.php:127: assert($matcher instanceof self); ./vendor/phpunit/phpunit/src/Framework/MockObject/Matcher.php:177: assert($matcher instanceof self); ./vendor/phpunit/phpunit/src/Runner/Filter/Factory.php:57: assert($iterator instanceof FilterIterator); ./vendor/phpunit/phpunit/src/Runner/DefaultTestResultCache.php:125: assert(isset($data['defects']) && is_array($data['defects'])); ./vendor/phpunit/phpunit/src/Runner/DefaultTestResultCache.php:126: assert(isset($data['times']) && is_array($data['times'])); ./vendor/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php:152: assert($nodes !== null); ./vendor/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php:72: assert($node->name !== null); ./vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php:115: assert($node instanceof ClassMethod || $node instanceof Function_); ./vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php:140: assert($node instanceof ClassMethod || $node instanceof Function_); ./vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php:146: assert(isset($parameter->var->name)); ./vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php:177: assert($type instanceof Identifier || $type instanceof Name || $type instanceof ComplexType); ./vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php:241: assert($parentNode instanceof Class_ || $parentNode instanceof Trait_ || $parentNode instanceof Enum_); ./vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php:242: assert(isset($parentNode->name)); ./vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php:243: assert(isset($parentNode->namespacedName)); ./vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php:244: assert($parentNode->namespacedName instanceof Name); ./vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php:278: assert(isset($node->name)); ./vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php:279: assert(isset($node->namespacedName)); ./vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php:280: assert($node->namespacedName instanceof Name); ./vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php:318: assert($_type instanceof Identifier); ./vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitConstructFixer.php:152: return $this->fixAssert($map, $tokens, $index, $method); ./vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitConstructFixer.php:163: return $this->fixAssert($map, $tokens, $index, $method); ./vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitConstructFixer.php:169: private function fixAssert(array $map, Tokens $tokens, int $index, string $method): ?int ./vendor/codeception/phpunit-wrapper/src/NonFinal/TestRunner.php:1082: \assert($extensionObject instanceof TestHook); ./vendor/codeception/lib-asserts/src/Codeception/Util/Shared/Asserts.php:17: protected function assert($arguments, $not = false) ./vendor/codeception/lib-asserts/src/Codeception/Util/Shared/Asserts.php:35: $this->assert($arguments, true); ./vendor/codeception/codeception/src/Codeception/Snapshot.php:90: public function assert() ./vendor/codeception/module-webdriver/src/Codeception/Module/WebDriver.php:1375: $this->assert($this->proceedSeeInField($els, $value)); ./vendor/codeception/module-webdriver/src/Codeception/Module/WebDriver.php:1419: $this->assert($ret); ./vendor/phpcompatibility/php-compatibility/PHPCompatibility/Sniffs/FunctionNameRestrictions/RemovedNamespacedAssertSniff.php:17: * Detect declaration of a namespaced function called `assert()`. ./vendor/phpcompatibility/php-compatibility/PHPCompatibility/Sniffs/FunctionNameRestrictions/RemovedNamespacedAssertSniff.php:20: * called `assert()` is declared. In PHP 8 this will become a compile-error. ./vendor/phpcompatibility/php-compatibility/PHPCompatibility/Sniffs/FunctionNameRestrictions/RemovedNamespacedAssertSniff.php:23: * Global, non-namespaced, `assert()` function declarations were always a fatal ./vendor/phpcompatibility/php-compatibility/PHPCompatibility/Sniffs/FunctionNameRestrictions/RemovedNamespacedAssertSniff.php:99: $phpcsFile->addWarning('Declaring a free-standing function called assert() is deprecated since PHP 7.3.', $stackPtr, 'Found'); ./vendor/aws/aws-crt-php/src/AWS/CRT/NativeResource.php:39: assert($this->native == null); ./vendor/aws/aws-crt-php/src/AWS/CRT/Log.php:31: assert(get_resource_type($stream) == "stream"); ./vendor/aws/aws-crt-php/src/AWS/CRT/Log.php:40: assert($level >= self::NONE && $level <= self::TRACE); ./vendor/aws/aws-crt-php/gen_stub.php:126: assert($node->isFullyQualified()); ./vendor/aws/aws-crt-php/gen_stub.php:177: assert($this->isBuiltin); ./vendor/aws/aws-crt-php/gen_stub.php:207: assert($this->isBuiltin); ./vendor/aws/aws-crt-php/gen_stub.php:1932: assert($aliasedArg !== null); ./vendor/webonyx/graphql-php/src/Type/Definition/Type.php:286: assert($type instanceof Type, new InvariantViolation('Expected ' . Utils::printSafe($type) . ' to be a GraphQL type.')); ./vendor/webonyx/graphql-php/src/Validator/ValidationContext.php:188: assert($selection instanceof FieldNode || $selection instanceof InlineFragmentNode); ./vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertificate.php:25: // assert($TBSCertificate['children']['signature'] == $Certificate['children']['signatureAlgorithm']) ./vendor/rector/rector/vendor/react/stream/src/WritableStreamInterface.php:151: * assert($stream->isWritable() === false); ./vendor/rector/rector/vendor/react/stream/src/WritableStreamInterface.php:271: * assert($stream->isWritable() === false); ./vendor/rector/rector/vendor/react/stream/src/WritableStreamInterface.php:315: * assert($stream->isWritable() === false); ./vendor/rector/rector/vendor/react/stream/src/ReadableStreamInterface.php:175: * assert($stream->isReadable() === false); ./vendor/rector/rector/vendor/react/stream/src/ReadableStreamInterface.php:341: * assert($stream->isReadable() === false); ./vendor/rector/rector/vendor/rector/rector-downgrade-php/src/DowngradePhp80/Rector/ArrayDimFetch/DowngradeDereferenceableOperationRector.php:74: \assert($arrayDimFetch->dim !== null); ./vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/Internal/PrintableNewAnonClassNode.php:42: \assert($class instanceof Node\Stmt\Class_); ./vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/CallLike.php:37: \assert(!$this->isFirstClassCallable()); ./vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php:188: \assert($this->indentLevel >= 4); ./vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php:507: \assert($class === \get_class($origNode)); ./vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php:510: \assert($startPos >= 0 && $endPos >= 0); ./vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php:566: \assert($subStartPos >= 0 && $subEndPos >= 0); ./vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php:658: \assert($startPos >= 0 && $endPos >= 0); ./vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php:689: \assert($itemStartPos >= 0 && $itemEndPos >= 0 && $itemStartPos >= $pos); ./vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php:696: \assert($commentStartPos >= 0); ./vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php:775: \assert($itemStartPos >= 0 && $itemEndPos >= 0); ./vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php:117: \assert($patchType === 'replace'); ./vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php:154: \assert(\false); ./vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php:171: \assert(\false); ./vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NumericLiteralSeparatorEmulator.php:37: \assert($res, "No number at number token position"); ./vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NumericLiteralSeparatorEmulator.php:56: \assert(\is_array($nextToken), "Partial token should be an array token"); ./vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/ParserAbstract.php:644: \assert($result === 1); ./vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/ParserAbstract.php:647: \assert($result === 1); ./vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/ParserAbstract.php:672: \assert(\count($contents) > 0); ./vendor/rector/rector/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php:876: \assert(\strlen($matches[0]) === 1); ./vendor/rector/rector/vendor/phpstan/phpstan-phpunit/src/Rules/PHPUnit/AssertSameBooleanExpectedRule.php:26: if (!\PHPStan\Rules\PHPUnit\AssertRuleHelper::isMethodOrStaticCallOnAssert($node, $scope)) { ./vendor/rector/rector/vendor/phpstan/phpstan-phpunit/src/Rules/PHPUnit/AssertRuleHelper.php:13: public static function isMethodOrStaticCallOnAssert(Node $node, Scope $scope) : bool ./vendor/rector/rector/vendor/phpstan/phpstan-phpunit/src/Rules/PHPUnit/AssertSameNullExpectedRule.php:26: if (!\PHPStan\Rules\PHPUnit\AssertRuleHelper::isMethodOrStaticCallOnAssert($node, $scope)) { ./vendor/rector/rector/vendor/phpstan/phpstan-phpunit/src/Rules/PHPUnit/AssertSameWithCountRule.php:27: if (!\PHPStan\Rules\PHPUnit\AssertRuleHelper::isMethodOrStaticCallOnAssert($node, $scope)) { ./vendor/rector/rector/vendor/phpstan/phpdoc-parser/src/Parser/TokenIterator.php:150: assert($index !== null); ./vendor/rector/rector/vendor/phpstan/phpdoc-parser/src/Parser/ParserException.php:57: assert($json !== \false); ./vendor/rector/rector/vendor/symfony/console/Helper/ProgressBar.php:539: \assert(null !== $this->format); ./vendor/rector/rector/vendor/nette/utils/src/Utils/Validators.php:69: public static function assert($value, string $expected, string $label = 'variable') : void ./vendor/rector/rector/vendor/nette/utils/src/Utils/Validators.php:94: static::assert($array[$key], $expected, \str_replace('%', $key, $label)); ./vendor/rector/rector/vendor/nette/utils/src/Iterators/CachingIterator.php:36: \assert($iterator instanceof \Iterator); ./vendor/rector/rector/src/PhpParser/Printer/BetterStandardPrinter.php:173: \assert($this->indentLevel >= 4); ./vendor/rector/rector/src/PhpParser/Printer/BetterStandardPrinter.php:177: \assert($this->indentLevel >= 1); ./vendor/rector/rector/rules/TypeDeclaration/TypeNormalizer.php:101: \assert($traversedType instanceof ConstantArrayType); ./vendor/rector/rector/rules/Php72/Rector/FuncCall/StringsAssertNakedRector.php:39: return new RuleDefinition('String asserts must be passed directly to assert()', [new CodeSample(<<<'CODE_SAMPLE' ./vendor/rector/rector/rules/Php72/Rector/FuncCall/StringsAssertNakedRector.php:40:function nakedAssert() ./vendor/rector/rector/rules/Php72/Rector/FuncCall/StringsAssertNakedRector.php:42: assert('true === true'); ./vendor/rector/rector/rules/Php72/Rector/FuncCall/StringsAssertNakedRector.php:43: assert("true === true"); ./vendor/rector/rector/rules/Php72/Rector/FuncCall/StringsAssertNakedRector.php:47:function nakedAssert() ./vendor/rector/rector/rules/Php72/Rector/FuncCall/StringsAssertNakedRector.php:49: assert(true === true); ./vendor/rector/rector/rules/Php72/Rector/FuncCall/StringsAssertNakedRector.php:50: assert(true === true); ./vendor/rector/rector/rules/Php80/NodeResolver/SwitchExprsResolver.php:27: \assert(\is_int($key)); ./vendor/rector/rector/rules/Php80/NodeResolver/ArgumentSorter.php:20: \assert(\is_int($position)); ./vendor/seld/jsonlint/src/Seld/JsonLint/JsonParser.php:249: assert(isset($symbol)); ./vendor/seld/jsonlint/src/Seld/JsonLint/JsonParser.php:338: assert(isset($symbol)); ./vendor/seld/jsonlint/src/Seld/JsonLint/JsonParser.php:457: assert(\is_array($this->vstack[$len])); ./vendor/seld/jsonlint/src/Seld/JsonLint/JsonParser.php:472: assert(\is_array($this->vstack[$len])); ./vendor/seld/jsonlint/src/Seld/JsonLint/JsonParser.php:474: assert(\is_array($this->vstack[$len-2])); ./vendor/seld/jsonlint/src/Seld/JsonLint/JsonParser.php:491: assert($this->vstack[$len-2] instanceof stdClass); ./vendor/seld/jsonlint/src/Seld/JsonLint/JsonParser.php:523: assert(\is_array($this->vstack[$len-2])); ./vendor/nikic/php-parser/lib/PhpParser/Internal/PrintableNewAnonClassNode.php:45: assert($class instanceof Node\Stmt\Class_); ./vendor/nikic/php-parser/lib/PhpParser/Node/Expr/CallLike.php:36: assert(!$this->isFirstClassCallable()); ./vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php:185: assert($this->indentLevel >= 4); ./vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php:531: \assert($class === \get_class($origNode)); ./vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php:535: \assert($startPos >= 0 && $endPos >= 0); ./vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php:608: \assert($subStartPos >= 0 && $subEndPos >= 0); ./vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php:723: \assert($startPos >= 0 && $endPos >= 0); ./vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php:759: \assert($itemStartPos >= 0 && $itemEndPos >= 0 && $itemStartPos >= $pos); ./vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php:768: \assert($commentStartPos >= 0); ./vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php:866: \assert($itemStartPos >= 0 && $itemEndPos >= 0); ./vendor/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php:145: assert($patchType === 'replace'); ./vendor/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php:190: assert(false); ./vendor/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php:211: assert(false); ./vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NumericLiteralSeparatorEmulator.php:43: assert($res, "No number at number token position"); ./vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NumericLiteralSeparatorEmulator.php:66: assert(is_array($nextToken), "Partial token should be an array token"); ./vendor/nikic/php-parser/lib/PhpParser/ParserAbstract.php:779: assert($result === 1); ./vendor/nikic/php-parser/lib/PhpParser/ParserAbstract.php:783: assert($result === 1); ./vendor/nikic/php-parser/lib/PhpParser/ParserAbstract.php:821: assert(count($contents) > 0); ./vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php:1036: assert(strlen($matches[0]) === 1); ./vendor/sebastian/code-unit-reverse-lookup/src/Wizard.php:74: assert(is_array($classes)); ./vendor/sebastian/code-unit-reverse-lookup/src/Wizard.php:75: assert(is_array($traits)); ./vendor/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php:55: assert(is_array($statements)); ./vendor/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php:95: assert($parent instanceof Class_ || $parent instanceof Trait_); ./vendor/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php:96: assert(isset($parent->namespacedName)); ./vendor/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php:97: assert($parent->namespacedName instanceof Name); ./vendor/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php:104: assert(isset($node->namespacedName)); ./vendor/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php:105: assert($node->namespacedName instanceof Name); ./vendor/sebastian/complexity/src/Calculator.php:39: assert($nodes !== null); ./vendor/sebastian/lines-of-code/src/Counter.php:44: assert($nodes !== null); ./vendor/sebastian/cli-parser/src/Parser.php:68: assert(is_int($i)); ./vendor/sebastian/cli-parser/src/Parser.php:123: assert(is_string($spec)); ./vendor/sebastian/cli-parser/src/Parser.php:139: assert(is_string($optionArgument)); ./vendor/sebastian/type/src/ReflectionMapper.php:32: assert($name !== ''); ./vendor/sebastian/type/src/ReflectionMapper.php:79: assert($returnType instanceof ReflectionNamedType || $returnType instanceof ReflectionUnionType || $returnType instanceof ReflectionIntersectionType); ./vendor/sebastian/type/src/ReflectionMapper.php:132: assert($_type instanceof ReflectionNamedType || $_type instanceof ReflectionIntersectionType); ./vendor/sebastian/type/src/ReflectionMapper.php:151: assert($_type instanceof ReflectionNamedType); ./vendor/sebastian/type/src/type/CallableType.php:106: assert(class_exists($className)); ./vendor/sebastian/type/src/type/CallableType.php:181: assert(isset($className) && is_string($className) && class_exists($className)); ./vendor/sebastian/type/src/type/CallableType.php:182: assert(isset($methodName) && is_string($methodName)); ./vendor/sebastian/type/src/type/IntersectionType.php:115: assert($type instanceof ObjectType); ./vendor/sebastian/type/src/type/IterableType.php:49: assert(class_exists($className)); ./vendor/phpstan/phpdoc-parser/src/Parser/TokenIterator.php:205: assert($index !== null); ./vendor/phpstan/phpdoc-parser/src/Parser/ParserException.php:88: assert($json !== false); ./vendor/fgrosse/phpasn1/lib/ASN1/ExplicitlyTaggedObject.php:107: assert(Identifier::isContextSpecificClass($firstIdentifierOctet), 'identifier octet should indicate context specific class'); ./vendor/fgrosse/phpasn1/lib/ASN1/ExplicitlyTaggedObject.php:108: assert(Identifier::isConstructed($firstIdentifierOctet), 'identifier octet should indicate constructed object'); ./vendor/fgrosse/phpasn1/lib/ASN1/Universal/Integer.php:83: assert($i != $numValues - 1); ./vendor/symfony/error-handler/ErrorHandler.php:416: // Never throw on warnings triggered by assert() ./vendor/symfony/error-handler/ErrorHandler.php:417: if (\E_WARNING === $type && 'a' === $message[0] && 0 === strncmp($message, 'assert(): ', 10)) { ./vendor/ramsey/uuid/src/Uuid.php:480: assert($uuid !== ''); ./vendor/ramsey/uuid/src/Lazy/LazyUuidFromString.php:547: assert($instance instanceof UuidV6); ./vendor/ramsey/uuid/src/Lazy/LazyUuidFromString.php:556: assert($instance instanceof UuidV6); ./vendor/jms/serializer/src/Exclusion/DisjunctExclusionStrategy.php:44: \assert($delegate instanceof ExclusionStrategyInterface); ./vendor/jms/serializer/src/Exclusion/DisjunctExclusionStrategy.php:59: \assert($delegate instanceof ExclusionStrategyInterface); ./vendor/jms/serializer/src/Metadata/Driver/DefaultValuePropertyDriver.php:30: \assert($classMetadata instanceof SerializerClassMetadata); ./vendor/jms/serializer/src/Metadata/Driver/DefaultValuePropertyDriver.php:37: \assert($propertyMetadata instanceof PropertyMetadata); ./vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php:86: \assert($classMetadata instanceof ClassMetadata); ./vendor/jms/serializer/src/Metadata/Driver/DocBlockDriver.php:47: \assert($classMetadata instanceof SerializerClassMetadata); ./vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php:64: \assert($classMetadata instanceof SerializerClassMetadata); ./vendor/jms/serializer/src/GraphNavigator/DeserializationGraphNavigator.php:171: \assert($metadata instanceof ClassMetadata); ./vendor/jms/serializer/src/GraphNavigator/SerializationGraphNavigator.php:104: assert($context instanceof SerializationContext); ./vendor/jms/serializer/src/GraphNavigator/SerializationGraphNavigator.php:222: \assert($metadata instanceof ClassMetadata); ./vendor/magento/module-inventory-bundle-product/Test/Api/BundleProductAddSourceToChildValidationTest.php:115: AssertArrayContains::assert([$this->sourceItems[1]], $actualData['items']); ./vendor/magento/module-inventory-bundle-product/Test/Api/BundleProductAddSourceToChildValidationTest.php:137: AssertArrayContains::assert($this->sourceItems, $actualData['items']); ./vendor/magento/module-inventory-in-store-pickup-api/Test/Api/GetPickupLocationsTest.php:78: AssertArrayContains::assert($sortedPickupLocationCodes, $responseLocationCodes); ./vendor/magento/module-inventory-in-store-pickup-api/Test/Api/GetPickupLocationsTest.php:245: AssertArrayContains::assert($expected, $responseLocationCodes); ./vendor/magento/module-inventory-in-store-pickup-api/Test/Api/GetPickupLocationsTest.php:291: AssertArrayContains::assert($sortedPickupLocationCodes, $responseLocationCodes); ./vendor/magento/module-inventory-in-store-pickup-api/Test/Api/GetPickupLocationsTest.php:442: AssertArrayContains::assert($sortedPickupLocationCodes, $responseLocationCodes); ./vendor/magento/module-inventory-in-store-pickup-api/Test/Api/GetPickupLocationsTest.php:657: AssertArrayContains::assert($sortedPickupLocationCodes, $responseLocationCodes); ./vendor/magento/module-inventory-in-store-pickup-api/Test/Api/GetPickupLocationsTest.php:988: AssertArrayContains::assert($sortedPickupLocationCodes, $responseLocationCodes); ./vendor/magento/magento-coding-standard/Magento2/Tests/PHPCompatibility/RemovedAssertStringAssertionUnitTest.php:38: $error = 'Using a string as the assertion passed to assert() is deprecated since PHP 7.2'; ./vendor/magento/magento-coding-standard/Magento2/Tests/PHPCompatibility/RemovedAssertStringAssertionUnitTest.php:42: $error = 'Using a string as the assertion passed to assert() is deprecated since PHP 7.2 and removed since PHP 8.0'; ./vendor/magento/magento-coding-standard/Magento2/Sniffs/PHPCompatibility/RemovedAssertStringAssertionSniff.php:25: * > assert() will no longer evaluate string arguments, instead they will be treated ./vendor/magento/magento-coding-standard/Magento2/Sniffs/PHPCompatibility/RemovedAssertStringAssertionSniff.php:26: * > like any other argument. `assert($a == $b)` should be used instead of `assert('$a == $b')`. ./vendor/magento/magento-coding-standard/Magento2/Sniffs/PHPCompatibility/RemovedAssertStringAssertionSniff.php:117: $error = 'Using a string as the assertion passed to assert() is deprecated since PHP 7.2%s. Found: %s'; ./vendor/magento/module-inventory-source-selection-api/Test/Api/SourceSelectionServiceTest.php:111: AssertArrayContains::assert($expectedResultData, $sourceSelectionAlgorithmResult); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/SwatchesLayeredNavigation/Block/Navigation/Search/SwatchVisualFilterTest.php:37: $this->getSearchFiltersAndAssert($products, $attributeData, $expectation); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/SwatchesLayeredNavigation/Block/Navigation/Search/SwatchVisualFilterTest.php:91: $this->getSearchActiveFiltersAndAssert($products, $expectation, $filterValue, $productsCount); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/SwatchesLayeredNavigation/Block/Navigation/Search/SwatchTextFilterTest.php:37: $this->getSearchFiltersAndAssert($products, $attributeData, $expectation); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/SwatchesLayeredNavigation/Block/Navigation/Search/SwatchTextFilterTest.php:91: $this->getSearchActiveFiltersAndAssert($products, $expectation, $filterValue, $productsCount); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/SwatchesLayeredNavigation/Block/Navigation/Category/SwatchVisualFilterTest.php:34: $this->getCategoryFiltersAndAssert($products, $attributeData, $expectation, 'Category 999'); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/SwatchesLayeredNavigation/Block/Navigation/Category/SwatchVisualFilterTest.php:90: $this->getCategoryActiveFiltersAndAssert($products, $expectation, 'Category 999', $filterValue, $productsCount); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/SwatchesLayeredNavigation/Block/Navigation/Category/SwatchTextFilterTest.php:34: $this->getCategoryFiltersAndAssert($products, $attributeData, $expectation, 'Category 999'); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/SwatchesLayeredNavigation/Block/Navigation/Category/SwatchTextFilterTest.php:90: $this->getCategoryActiveFiltersAndAssert($products, $expectation, 'Category 999', $filterValue, $productsCount); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/SelectFilterTest.php:37: $this->getSearchFiltersAndAssert($products, $attributeData, $expectation); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/SelectFilterTest.php:91: $this->getSearchActiveFiltersAndAssert($products, $expectation, $filterValue, $productsCount); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/MultiselectFilterTest.php:37: $this->getSearchFiltersAndAssert($products, $attributeData, $expectation); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/MultiselectFilterTest.php:93: $this->getSearchActiveFiltersAndAssert($products, $expectation, $filterValue, $productsCount); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/Bundle/PriceFilterTest.php:30: $this->getSearchFiltersAndAssert( ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/OutOfStockProductsFilterTest.php:36: $this->getSearchFiltersAndAssert( ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/BooleanFilterTest.php:37: $this->getSearchFiltersAndAssert($products, $attributeData, $expectation); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/BooleanFilterTest.php:90: $this->getSearchActiveFiltersAndAssert($products, $expectation, $filterValue, $productsCount); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/PriceFilterTest.php:34: $this->getSearchFiltersAndAssert( ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/PriceFilterTest.php:56: $this->getSearchActiveFiltersAndAssert($products, $expectation, $filterValue, 1); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/DecimalFilterTest.php:37: $this->getSearchFiltersAndAssert($products, $attributeData, $expectation); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/SelectFilterTest.php:34: $this->getCategoryFiltersAndAssert($products, $attributeData, $expectation, 'Category 999'); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/SelectFilterTest.php:90: $this->getCategoryActiveFiltersAndAssert($products, $expectation, 'Category 999', $filterValue, $productsCount); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/MultiselectFilterTest.php:35: $this->getCategoryFiltersAndAssert($products, $attributeData, $expectation, 'Category 999'); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/MultiselectFilterTest.php:92: $this->getCategoryActiveFiltersAndAssert($products, $expectation, 'Category 999', $filterValue, $productsCount); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/Bundle/SelectFilterTest.php:53: $this->getCategoryFiltersAndAssert($products, $attributeData, $expectation, 'Category 1'); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/Bundle/MultiselectFilterTest.php:53: $this->getCategoryFiltersAndAssert($products, $attributeData, $expectation, 'Category 1'); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/Bundle/PriceFilterTest.php:51: $this->getCategoryFiltersAndAssert( ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/OutOfStockProductsFilterTest.php:56: $this->getCategoryFiltersAndAssert( ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/BooleanFilterTest.php:34: $this->getCategoryFiltersAndAssert($products, $attributeData, $expectation, 'Category 999'); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/BooleanFilterTest.php:88: $this->getCategoryActiveFiltersAndAssert($products, $expectation, 'Category 999', $filterValue, $productsCount); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/PriceFilterTest.php:52: $this->getCategoryFiltersAndAssert( ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/PriceFilterTest.php:177: $this->getCategoryActiveFiltersAndAssert($products, $expectation, 'Category 999', $filterValue, 1); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/DecimalFilterTest.php:36: $this->getCategoryFiltersAndAssert($products, $attributeData, $expectation, 'Category 999'); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/Configurable/PriceFilterTest.php:58: $this->getCategoryFiltersAndAssert([], ['is_filterable' => '1'], $expectation, 'Category 1'); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/AbstractFiltersTest.php:108: protected function getCategoryFiltersAndAssert( ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/AbstractFiltersTest.php:155: protected function getCategoryActiveFiltersAndAssert( ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/AbstractFiltersTest.php:188: protected function getSearchFiltersAndAssert( ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/AbstractFiltersTest.php:217: protected function getSearchActiveFiltersAndAssert( ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/EavTest.php:242: $this->callModifyMetaAndAssert($this->getNewProduct(), $expectedMeta); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/AbstractEavTest.php:126: protected function callModifyMetaAndAssert(ProductInterface $product, array $expectedMeta): void ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/AbstractEavTest.php:139: protected function callModifyDataAndAssert(ProductInterface $product, array $expectedData): void ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/BooleanAttributeTest.php:26: $this->callModifyMetaAndAssert( ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/BooleanAttributeTest.php:43: $this->callModifyDataAndAssert($product, $expectedData); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/BooleanAttributeTest.php:59: $this->callModifyMetaAndAssert($this->getNewProduct(), $expectedMeta); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/DefaultAttributesTest.php:26: $this->callModifyMetaAndAssert($this->getProduct(), $expectedMeta); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/DefaultAttributesTest.php:37: $this->callModifyDataAndAssert($this->getProduct(true), $expectedData); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/DefaultAttributesTest.php:46: $this->callModifyMetaAndAssert($this->getNewProduct(), $expectedMeta); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/VarcharAttributeTest.php:26: $this->callModifyMetaAndAssert( ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/VarcharAttributeTest.php:45: $this->callModifyMetaAndAssert($this->getNewProduct(), $expectedMeta); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/VarcharAttributeTest.php:59: $this->callModifyDataAndAssert($product, $expectedData); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/SelectAttributeTest.php:26: $this->callModifyMetaAndAssert( ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/SelectAttributeTest.php:43: $this->callModifyDataAndAssert($product, $expectedData); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/DateAttributeTest.php:26: $this->callModifyMetaAndAssert( ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/DateAttributeTest.php:43: $this->callModifyDataAndAssert($product, $expectedData); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/DateAttributeTest.php:59: $this->callModifyMetaAndAssert($this->getNewProduct(), $expectedMeta); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/MultiselectAttributeTest.php:26: $this->callModifyMetaAndAssert( ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/MultiselectAttributeTest.php:42: $this->callModifyDataAndAssert($product, $expectedData); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/DecimalAttributeTest.php:26: $this->callModifyMetaAndAssert( ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/DecimalAttributeTest.php:41: $this->callModifyDataAndAssert($product, $expectedData); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Model/Product/CreateCustomOptionsTest.php:129: $option = $this->baseCreateCustomOptionAndAssert($optionData); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Model/Product/CreateCustomOptionsTest.php:189: $option = $this->baseCreateCustomOptionAndAssert($optionData); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Model/Product/CreateCustomOptionsTest.php:214: $option = $this->baseCreateCustomOptionAndAssert($optionData); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Model/Product/CreateCustomOptionsTest.php:924: private function baseCreateCustomOptionAndAssert(array $optionData): ProductCustomOptionInterface ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Set/DeleteTest.php:97: $this->deleteAttributeSetByNameAndAssert('empty_attribute_set'); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Set/DeleteTest.php:109: $this->deleteAttributeSetByNameAndAssert('new_attribute_set'); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Set/DeleteTest.php:124: private function deleteAttributeSetByNameAndAssert(string $attributeSetName): void ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Set/SaveTest.php:129: $this->createAttributeSetBySkeletonAndAssert( ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Set/SaveTest.php:147: $this->createAttributeSetBySkeletonAndAssert( ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Set/SaveTest.php:306: private function createAttributeSetBySkeletonAndAssert( ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Save/InputType/MediaImageTest.php:31: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Save/InputType/MediaImageTest.php:45: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Save/InputType/DecimalTest.php:31: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Save/InputType/DecimalTest.php:45: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Save/AbstractSaveAttributeTest.php:63: protected function createAttributeUsingDataAndAssert(array $attributeData, array $checkArray): void ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Save/AbstractSaveAttributeTest.php:90: protected function createAttributeUsingDataWithErrorAndAssert(array $attributeData, string $errorMessage): void ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/DateTest.php:31: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/DateTest.php:45: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/TextAreaTest.php:31: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/TextAreaTest.php:45: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/DropDownTest.php:31: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/DropDownTest.php:45: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/TextTest.php:31: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/TextTest.php:45: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/TextEditorTest.php:31: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/TextEditorTest.php:45: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/DateTimeTest.php:32: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/DateTimeTest.php:46: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/YesNoTest.php:31: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/YesNoTest.php:45: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/MultipleSelectTest.php:31: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/MultipleSelectTest.php:45: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Weee/Ui/DataProvider/Product/Form/Modifier/Eav/FixedAttributeTest.php:26: $this->callModifyMetaAndAssert( ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Weee/Ui/DataProvider/Product/Form/Modifier/Eav/FixedAttributeTest.php:57: $this->callModifyDataAndAssert($this->getProduct(), $expectedData); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Weee/Controller/Adminhtml/Product/Attribute/Save/InputType/FixedProductTaxTest.php:31: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Weee/Controller/Adminhtml/Product/Attribute/Save/InputType/FixedProductTaxTest.php:45: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Elasticsearch/Catalog/Controller/Adminhtml/Product/Attribute/SaveTest.php:53: $this->createAttributeUsingDataWithErrorAndAssert( ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Setup/Fixtures/FixtureModelTest.php:125: $this->assertTrue($entityAssert->assert()); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Setup/Fixtures/FixturesAsserts/ConfigurableProductsAssert.php:54: public function assert() ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Setup/Fixtures/FixturesAsserts/BundleProductsAssert.php:55: public function assert() ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Setup/Fixtures/FixturesAsserts/ImagesAssert.php:76: public function assert() ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Setup/Fixtures/FixturesAsserts/SimpleProductsAssert.php:50: public function assert() ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Swatches/Ui/DataProvider/Product/Form/Modifier/Eav/VisualSwatchAttributeTest.php:31: $this->callModifyMetaAndAssert($this->getProduct(), $expectedMeta); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Swatches/Ui/DataProvider/Product/Form/Modifier/Eav/VisualSwatchAttributeTest.php:45: $this->callModifyDataAndAssert($product, $expectedData); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Swatches/Ui/DataProvider/Product/Form/Modifier/Eav/TextSwatchAttributeTest.php:26: $this->callModifyMetaAndAssert( ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Swatches/Ui/DataProvider/Product/Form/Modifier/Eav/TextSwatchAttributeTest.php:42: $this->callModifyDataAndAssert($product, $expectedData); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Swatches/Controller/Adminhtml/Product/Attribute/Save/InputType/VisualSwatchTest.php:33: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Swatches/Controller/Adminhtml/Product/Attribute/Save/InputType/VisualSwatchTest.php:47: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Swatches/Controller/Adminhtml/Product/Attribute/Save/InputType/TextSwatchTest.php:33: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Swatches/Controller/Adminhtml/Product/Attribute/Save/InputType/TextSwatchTest.php:47: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./vendor/magento/magento2-base/dev/tests/api-functional/framework/Magento/TestFramework/Assert/AssertArrayContains.php:21: public static function assert(array $expected, array $actual) ./vendor/magento/magento2-base/dev/tests/api-functional/framework/Magento/TestFramework/Assert/AssertArrayContains.php:30: self::assert($value, $actual[$key]); ./vendor/magento/magento2-base/dev/tests/api-functional/testsuite/Magento/Quote/Api/GuestPaymentMethodManagementTest.php:250: foreach ($this->getPaymentMethodFieldsForAssert() as $field) { ./vendor/magento/magento2-base/dev/tests/api-functional/testsuite/Magento/Quote/Api/GuestPaymentMethodManagementTest.php:261: protected function getPaymentMethodFieldsForAssert() ./vendor/magento/magento2-base/dev/tests/api-functional/testsuite/Magento/Quote/Api/PaymentMethodManagementTest.php:216: foreach ($this->getPaymentMethodFieldsForAssert() as $field) { ./vendor/magento/magento2-base/dev/tests/api-functional/testsuite/Magento/Quote/Api/PaymentMethodManagementTest.php:275: foreach ($this->getPaymentMethodFieldsForAssert() as $field) { ./vendor/magento/magento2-base/dev/tests/api-functional/testsuite/Magento/Quote/Api/PaymentMethodManagementTest.php:314: protected function getPaymentMethodFieldsForAssert() ./vendor/magento/module-inventory-api/Test/Api/StockRepository/GetListTest.php:50: AssertArrayContains::assert($searchCriteria, $response['search_criteria']); ./vendor/magento/module-inventory-api/Test/Api/StockRepository/GetListTest.php:52: AssertArrayContains::assert($expectedItemsData, $response['items']); ./vendor/magento/module-inventory-api/Test/Api/StockRepository/CreateTest.php:64: AssertArrayContains::assert($expectedData, $this->getStockDataById($stockId)); ./vendor/magento/module-inventory-api/Test/Api/StockRepository/UpdateTest.php:52: AssertArrayContains::assert($expectedData, $this->getStockDataById($stockId)); ./vendor/magento/module-inventory-api/Test/Api/SourceItemsDeleteTest.php:76: AssertArrayContains::assert($expectedSourceItemsAfterDeleting, $actualData['items']); ./vendor/magento/module-inventory-api/Test/Api/SourceRepository/GetListTest.php:83: AssertArrayContains::assert($requestData['searchCriteria'], $response['search_criteria']); ./vendor/magento/module-inventory-api/Test/Api/SourceRepository/GetListTest.php:85: AssertArrayContains::assert($expectedItemsData, $response['items']); ./vendor/magento/module-inventory-api/Test/Api/SourceRepository/CreateTest.php:63: AssertArrayContains::assert($expectedData, $this->getSourceDataByCode($sourceCode)); ./vendor/magento/module-inventory-api/Test/Api/SourceRepository/UpdateTest.php:66: AssertArrayContains::assert($expectedData, $this->getSourceDataByCode($sourceCode)); ./vendor/magento/module-inventory-api/Test/Api/SourceItemsSave/SaveTest.php:65: AssertArrayContains::assert($sourceItems, $actualData['items']); ./vendor/magento/module-inventory-api/Test/Api/StockSourceLink/StockSourceLinksSaveTest.php:63: AssertArrayContains::assert($links, $actualData['items']); ./vendor/magento/module-inventory-api/Test/Api/StockSourceLink/GetStockSourceLinksTest.php:84: AssertArrayContains::assert($requestData['searchCriteria'], $response['search_criteria']); ./vendor/magento/module-inventory-api/Test/Api/StockSourceLink/GetStockSourceLinksTest.php:86: AssertArrayContains::assert($expectedItemsData, $response['items']); ./vendor/magento/module-inventory-api/Test/Api/StockSourceLink/StockSourceLinksDeleteTest.php:75: AssertArrayContains::assert($expectedLinksAfterDeleting, $actualData['items']); ./vendor/magento/module-inventory-api/Test/Api/SourceItemRepository/GetListTest.php:90: AssertArrayContains::assert($requestData['searchCriteria'], $response['search_criteria']); ./vendor/magento/module-inventory-api/Test/Api/SourceItemRepository/GetListTest.php:92: AssertArrayContains::assert($expectedItemsData, $response['items']); ./vendor/magento/zendframework1/library/Zend/Acl.php:584: * If $assert is provided, then its assert() method must return true in order for ./vendor/magento/zendframework1/library/Zend/Acl.php:1129: $assertionValue = $assertion->assert( ./vendor/magento/zendframework1/library/Zend/Acl/Assert/Interface.php:62: public function assert(Zend_Acl $acl, Zend_Acl_Role_Interface $role = null, Zend_Acl_Resource_Interface $resource = null, ./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Zipper.php:134: * assert($old1 === $old2); ./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Zipper.php:135: * assert($arr1 === $arr2); ./vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Table.php:206: //assert($node->is_whitespace); ./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Arborize.php:22: //assert($r->name === $token->name); ./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Arborize.php:23: //assert(empty($token->attr)); ./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Arborize.php:35: //assert(count($stack) == 1); ./var/vendor/seld/jsonlint/src/Seld/JsonLint/JsonParser.php:259: assert(isset($symbol)); ./var/vendor/seld/jsonlint/src/Seld/JsonLint/JsonParser.php:348: assert(isset($symbol)); ./var/vendor/seld/jsonlint/src/Seld/JsonLint/JsonParser.php:467: assert(\is_array($this->vstack[$len])); ./var/vendor/seld/jsonlint/src/Seld/JsonLint/JsonParser.php:482: assert(\is_array($this->vstack[$len])); ./var/vendor/seld/jsonlint/src/Seld/JsonLint/JsonParser.php:484: assert(\is_array($this->vstack[$len-2])); ./var/vendor/seld/jsonlint/src/Seld/JsonLint/JsonParser.php:508: assert($this->vstack[$len-2] instanceof stdClass); ./var/vendor/seld/jsonlint/src/Seld/JsonLint/JsonParser.php:547: assert(\is_array($this->vstack[$len-2])); ./dev/tests/integration/testsuite/Magento/SwatchesLayeredNavigation/Block/Navigation/Search/SwatchVisualFilterTest.php:37: $this->getSearchFiltersAndAssert($products, $attributeData, $expectation); ./dev/tests/integration/testsuite/Magento/SwatchesLayeredNavigation/Block/Navigation/Search/SwatchVisualFilterTest.php:91: $this->getSearchActiveFiltersAndAssert($products, $expectation, $filterValue, $productsCount); ./dev/tests/integration/testsuite/Magento/SwatchesLayeredNavigation/Block/Navigation/Search/SwatchTextFilterTest.php:37: $this->getSearchFiltersAndAssert($products, $attributeData, $expectation); ./dev/tests/integration/testsuite/Magento/SwatchesLayeredNavigation/Block/Navigation/Search/SwatchTextFilterTest.php:91: $this->getSearchActiveFiltersAndAssert($products, $expectation, $filterValue, $productsCount); ./dev/tests/integration/testsuite/Magento/SwatchesLayeredNavigation/Block/Navigation/Category/SwatchVisualFilterTest.php:34: $this->getCategoryFiltersAndAssert($products, $attributeData, $expectation, 'Category 999'); ./dev/tests/integration/testsuite/Magento/SwatchesLayeredNavigation/Block/Navigation/Category/SwatchVisualFilterTest.php:90: $this->getCategoryActiveFiltersAndAssert($products, $expectation, 'Category 999', $filterValue, $productsCount); ./dev/tests/integration/testsuite/Magento/SwatchesLayeredNavigation/Block/Navigation/Category/SwatchTextFilterTest.php:34: $this->getCategoryFiltersAndAssert($products, $attributeData, $expectation, 'Category 999'); ./dev/tests/integration/testsuite/Magento/SwatchesLayeredNavigation/Block/Navigation/Category/SwatchTextFilterTest.php:90: $this->getCategoryActiveFiltersAndAssert($products, $expectation, 'Category 999', $filterValue, $productsCount); ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/SelectFilterTest.php:37: $this->getSearchFiltersAndAssert($products, $attributeData, $expectation); ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/SelectFilterTest.php:91: $this->getSearchActiveFiltersAndAssert($products, $expectation, $filterValue, $productsCount); ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/MultiselectFilterTest.php:37: $this->getSearchFiltersAndAssert($products, $attributeData, $expectation); ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/MultiselectFilterTest.php:93: $this->getSearchActiveFiltersAndAssert($products, $expectation, $filterValue, $productsCount); ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/Bundle/PriceFilterTest.php:30: $this->getSearchFiltersAndAssert( ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/OutOfStockProductsFilterTest.php:36: $this->getSearchFiltersAndAssert( ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/BooleanFilterTest.php:37: $this->getSearchFiltersAndAssert($products, $attributeData, $expectation); ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/BooleanFilterTest.php:90: $this->getSearchActiveFiltersAndAssert($products, $expectation, $filterValue, $productsCount); ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/PriceFilterTest.php:34: $this->getSearchFiltersAndAssert( ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/PriceFilterTest.php:56: $this->getSearchActiveFiltersAndAssert($products, $expectation, $filterValue, 1); ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/DecimalFilterTest.php:37: $this->getSearchFiltersAndAssert($products, $attributeData, $expectation); ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/SelectFilterTest.php:34: $this->getCategoryFiltersAndAssert($products, $attributeData, $expectation, 'Category 999'); ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/SelectFilterTest.php:90: $this->getCategoryActiveFiltersAndAssert($products, $expectation, 'Category 999', $filterValue, $productsCount); ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/MultiselectFilterTest.php:35: $this->getCategoryFiltersAndAssert($products, $attributeData, $expectation, 'Category 999'); ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/MultiselectFilterTest.php:92: $this->getCategoryActiveFiltersAndAssert($products, $expectation, 'Category 999', $filterValue, $productsCount); ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/Bundle/SelectFilterTest.php:53: $this->getCategoryFiltersAndAssert($products, $attributeData, $expectation, 'Category 1'); ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/Bundle/MultiselectFilterTest.php:53: $this->getCategoryFiltersAndAssert($products, $attributeData, $expectation, 'Category 1'); ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/Bundle/PriceFilterTest.php:51: $this->getCategoryFiltersAndAssert( ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/OutOfStockProductsFilterTest.php:56: $this->getCategoryFiltersAndAssert( ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/BooleanFilterTest.php:34: $this->getCategoryFiltersAndAssert($products, $attributeData, $expectation, 'Category 999'); ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/BooleanFilterTest.php:88: $this->getCategoryActiveFiltersAndAssert($products, $expectation, 'Category 999', $filterValue, $productsCount); ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/PriceFilterTest.php:52: $this->getCategoryFiltersAndAssert( ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/PriceFilterTest.php:177: $this->getCategoryActiveFiltersAndAssert($products, $expectation, 'Category 999', $filterValue, 1); ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/DecimalFilterTest.php:36: $this->getCategoryFiltersAndAssert($products, $attributeData, $expectation, 'Category 999'); ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/Configurable/PriceFilterTest.php:58: $this->getCategoryFiltersAndAssert([], ['is_filterable' => '1'], $expectation, 'Category 1'); ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/AbstractFiltersTest.php:108: protected function getCategoryFiltersAndAssert( ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/AbstractFiltersTest.php:155: protected function getCategoryActiveFiltersAndAssert( ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/AbstractFiltersTest.php:188: protected function getSearchFiltersAndAssert( ./dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/AbstractFiltersTest.php:217: protected function getSearchActiveFiltersAndAssert( ./dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/EavTest.php:242: $this->callModifyMetaAndAssert($this->getNewProduct(), $expectedMeta); ./dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/AbstractEavTest.php:126: protected function callModifyMetaAndAssert(ProductInterface $product, array $expectedMeta): void ./dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/AbstractEavTest.php:139: protected function callModifyDataAndAssert(ProductInterface $product, array $expectedData): void ./dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/BooleanAttributeTest.php:26: $this->callModifyMetaAndAssert( ./dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/BooleanAttributeTest.php:43: $this->callModifyDataAndAssert($product, $expectedData); ./dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/BooleanAttributeTest.php:59: $this->callModifyMetaAndAssert($this->getNewProduct(), $expectedMeta); ./dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/DefaultAttributesTest.php:26: $this->callModifyMetaAndAssert($this->getProduct(), $expectedMeta); ./dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/DefaultAttributesTest.php:37: $this->callModifyDataAndAssert($this->getProduct(true), $expectedData); ./dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/DefaultAttributesTest.php:46: $this->callModifyMetaAndAssert($this->getNewProduct(), $expectedMeta); ./dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/VarcharAttributeTest.php:26: $this->callModifyMetaAndAssert( ./dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/VarcharAttributeTest.php:45: $this->callModifyMetaAndAssert($this->getNewProduct(), $expectedMeta); ./dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/VarcharAttributeTest.php:59: $this->callModifyDataAndAssert($product, $expectedData); ./dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/SelectAttributeTest.php:26: $this->callModifyMetaAndAssert( ./dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/SelectAttributeTest.php:43: $this->callModifyDataAndAssert($product, $expectedData); ./dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/DateAttributeTest.php:26: $this->callModifyMetaAndAssert( ./dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/DateAttributeTest.php:43: $this->callModifyDataAndAssert($product, $expectedData); ./dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/DateAttributeTest.php:59: $this->callModifyMetaAndAssert($this->getNewProduct(), $expectedMeta); ./dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/MultiselectAttributeTest.php:26: $this->callModifyMetaAndAssert( ./dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/MultiselectAttributeTest.php:42: $this->callModifyDataAndAssert($product, $expectedData); ./dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/DecimalAttributeTest.php:26: $this->callModifyMetaAndAssert( ./dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav/DecimalAttributeTest.php:41: $this->callModifyDataAndAssert($product, $expectedData); ./dev/tests/integration/testsuite/Magento/Catalog/Model/Product/CreateCustomOptionsTest.php:129: $option = $this->baseCreateCustomOptionAndAssert($optionData); ./dev/tests/integration/testsuite/Magento/Catalog/Model/Product/CreateCustomOptionsTest.php:189: $option = $this->baseCreateCustomOptionAndAssert($optionData); ./dev/tests/integration/testsuite/Magento/Catalog/Model/Product/CreateCustomOptionsTest.php:214: $option = $this->baseCreateCustomOptionAndAssert($optionData); ./dev/tests/integration/testsuite/Magento/Catalog/Model/Product/CreateCustomOptionsTest.php:924: private function baseCreateCustomOptionAndAssert(array $optionData): ProductCustomOptionInterface ./dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Set/DeleteTest.php:97: $this->deleteAttributeSetByNameAndAssert('empty_attribute_set'); ./dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Set/DeleteTest.php:109: $this->deleteAttributeSetByNameAndAssert('new_attribute_set'); ./dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Set/DeleteTest.php:124: private function deleteAttributeSetByNameAndAssert(string $attributeSetName): void ./dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Set/SaveTest.php:129: $this->createAttributeSetBySkeletonAndAssert( ./dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Set/SaveTest.php:147: $this->createAttributeSetBySkeletonAndAssert( ./dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Set/SaveTest.php:306: private function createAttributeSetBySkeletonAndAssert( ./dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Save/InputType/MediaImageTest.php:31: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Save/InputType/MediaImageTest.php:45: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Save/InputType/DecimalTest.php:31: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Save/InputType/DecimalTest.php:45: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Save/AbstractSaveAttributeTest.php:63: protected function createAttributeUsingDataAndAssert(array $attributeData, array $checkArray): void ./dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Save/AbstractSaveAttributeTest.php:90: protected function createAttributeUsingDataWithErrorAndAssert(array $attributeData, string $errorMessage): void ./dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/DateTest.php:31: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/DateTest.php:45: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/TextAreaTest.php:31: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/TextAreaTest.php:45: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/DropDownTest.php:31: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/DropDownTest.php:45: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/TextTest.php:31: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/TextTest.php:45: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/TextEditorTest.php:31: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/TextEditorTest.php:45: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/DateTimeTest.php:32: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/DateTimeTest.php:46: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/YesNoTest.php:31: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/YesNoTest.php:45: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/MultipleSelectTest.php:31: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./dev/tests/integration/testsuite/Magento/Eav/Controller/Adminhtml/Product/Attribute/Save/InputType/MultipleSelectTest.php:45: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./dev/tests/integration/testsuite/Magento/Weee/Ui/DataProvider/Product/Form/Modifier/Eav/FixedAttributeTest.php:26: $this->callModifyMetaAndAssert( ./dev/tests/integration/testsuite/Magento/Weee/Ui/DataProvider/Product/Form/Modifier/Eav/FixedAttributeTest.php:57: $this->callModifyDataAndAssert($this->getProduct(), $expectedData); ./dev/tests/integration/testsuite/Magento/Weee/Controller/Adminhtml/Product/Attribute/Save/InputType/FixedProductTaxTest.php:31: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./dev/tests/integration/testsuite/Magento/Weee/Controller/Adminhtml/Product/Attribute/Save/InputType/FixedProductTaxTest.php:45: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./dev/tests/integration/testsuite/Magento/Elasticsearch/Catalog/Controller/Adminhtml/Product/Attribute/SaveTest.php:53: $this->createAttributeUsingDataWithErrorAndAssert( ./dev/tests/integration/testsuite/Magento/Setup/Fixtures/FixtureModelTest.php:125: $this->assertTrue($entityAssert->assert()); ./dev/tests/integration/testsuite/Magento/Setup/Fixtures/FixturesAsserts/ConfigurableProductsAssert.php:54: public function assert() ./dev/tests/integration/testsuite/Magento/Setup/Fixtures/FixturesAsserts/BundleProductsAssert.php:55: public function assert() ./dev/tests/integration/testsuite/Magento/Setup/Fixtures/FixturesAsserts/ImagesAssert.php:76: public function assert() ./dev/tests/integration/testsuite/Magento/Setup/Fixtures/FixturesAsserts/SimpleProductsAssert.php:50: public function assert() ./dev/tests/integration/testsuite/Magento/Swatches/Ui/DataProvider/Product/Form/Modifier/Eav/VisualSwatchAttributeTest.php:31: $this->callModifyMetaAndAssert($this->getProduct(), $expectedMeta); ./dev/tests/integration/testsuite/Magento/Swatches/Ui/DataProvider/Product/Form/Modifier/Eav/VisualSwatchAttributeTest.php:45: $this->callModifyDataAndAssert($product, $expectedData); ./dev/tests/integration/testsuite/Magento/Swatches/Ui/DataProvider/Product/Form/Modifier/Eav/TextSwatchAttributeTest.php:26: $this->callModifyMetaAndAssert( ./dev/tests/integration/testsuite/Magento/Swatches/Ui/DataProvider/Product/Form/Modifier/Eav/TextSwatchAttributeTest.php:42: $this->callModifyDataAndAssert($product, $expectedData); ./dev/tests/integration/testsuite/Magento/Swatches/Controller/Adminhtml/Product/Attribute/Save/InputType/VisualSwatchTest.php:33: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./dev/tests/integration/testsuite/Magento/Swatches/Controller/Adminhtml/Product/Attribute/Save/InputType/VisualSwatchTest.php:47: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./dev/tests/integration/testsuite/Magento/Swatches/Controller/Adminhtml/Product/Attribute/Save/InputType/TextSwatchTest.php:33: $this->createAttributeUsingDataAndAssert($attributePostData, $checkArray); ./dev/tests/integration/testsuite/Magento/Swatches/Controller/Adminhtml/Product/Attribute/Save/InputType/TextSwatchTest.php:47: $this->createAttributeUsingDataWithErrorAndAssert($attributePostData, $errorMessage); ./dev/tests/api-functional/framework/Magento/TestFramework/Assert/AssertArrayContains.php:21: public static function assert(array $expected, array $actual) ./dev/tests/api-functional/framework/Magento/TestFramework/Assert/AssertArrayContains.php:30: self::assert($value, $actual[$key]); ./dev/tests/api-functional/testsuite/Magento/Quote/Api/GuestPaymentMethodManagementTest.php:250: foreach ($this->getPaymentMethodFieldsForAssert() as $field) { ./dev/tests/api-functional/testsuite/Magento/Quote/Api/GuestPaymentMethodManagementTest.php:261: protected function getPaymentMethodFieldsForAssert() ./dev/tests/api-functional/testsuite/Magento/Quote/Api/PaymentMethodManagementTest.php:216: foreach ($this->getPaymentMethodFieldsForAssert() as $field) { ./dev/tests/api-functional/testsuite/Magento/Quote/Api/PaymentMethodManagementTest.php:275: foreach ($this->getPaymentMethodFieldsForAssert() as $field) { ./dev/tests/api-functional/testsuite/Magento/Quote/Api/PaymentMethodManagementTest.php:314: protected function getPaymentMethodFieldsForAssert() ./pub/wp/wp-includes/Text/Diff/Engine/shell.php:86: assert($match[1] - $from_line_no == $match[4] - $to_line_no); ./pub/wp/wp-includes/Text/Diff/Engine/native.php:106: assert($yi < $n_to || $this->xchanged[$xi]); ./pub/wp/wp-includes/Text/Diff/Engine/native.php:107: assert($xi < $n_from || $this->ychanged[$yi]); ./pub/wp/wp-includes/Text/Diff/Engine/native.php:206: assert($k > 0); ./pub/wp/wp-includes/Text/Diff/Engine/native.php:214: assert($y <= $this->seq[$k]); ./pub/wp/wp-includes/Text/Diff/Engine/native.php:222: assert($k > 0); ./pub/wp/wp-includes/Text/Diff/Engine/native.php:261: assert($ypos != $this->seq[$end]); ./pub/wp/wp-includes/Text/Diff/Engine/native.php:345: assert(count($lines) == count($changed)); ./pub/wp/wp-includes/Text/Diff/Engine/native.php:366: assert($j < $other_len && ! $other_changed[$j]); ./pub/wp/wp-includes/Text/Diff/Engine/native.php:398: assert($j > 0); ./pub/wp/wp-includes/Text/Diff/Engine/native.php:402: assert($j >= 0 && !$other_changed[$j]); ./pub/wp/wp-includes/Text/Diff/Engine/native.php:423: assert($j < $other_len && ! $other_changed[$j]); ./pub/wp/wp-includes/Text/Diff/Engine/native.php:439: assert($j > 0); ./pub/wp/wp-includes/Text/Diff/Engine/native.php:443: assert($j >= 0 && !$other_changed[$j]); ./pub/wp/wp-includes/Text/Diff.php:315: assert(count($from_lines) == count($mapped_from_lines)); ./pub/wp/wp-includes/Text/Diff.php:316: assert(count($to_lines) == count($mapped_to_lines)); ./pub/wp/wp-includes/sodium_compat/autoload.php:65: assert(class_exists('ParagonIE_Sodium_Compat'), 'Possible filesystem/autoloader bug?'); ./pub/wp/wp-includes/sodium_compat/autoload.php:67: assert(class_exists('ParagonIE_Sodium_Compat')); πŸ”Ž Searching for: preg_replace(.*\/e ./vendor/composer/composer/src/Composer/Compiler.php:224: $content = preg_replace('{^#!/usr/bin/env php\s*}', '', $content); ./vendor/symfony/http-kernel/HttpCache/Esi.php:80: $content = preg_replace('#.*?#s', '', $content); ./vendor/magento/magento2-base/phpserver/router.php:59: $route = preg_replace('#pub/errors/default/#', 'errors/default/', $route, 1); ./phpserver/router.php:59: $route = preg_replace('#pub/errors/default/#', 'errors/default/', $route, 1); ./var/vendor/composer/composer/src/Composer/Compiler.php:224: $content = preg_replace('{^#!/usr/bin/env php\s*}', '', $content); ./pub/wp/wp-includes/kses.php:1817: * slashes alone. The quoting from `preg_replace(//e)` requires this.