Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php namespace MiniOrange\SP\Helper; class MoCurl extends \Magento\Framework\HTTP..
Decoded Output download
<?php
namespace MiniOrange\SP\Helper;
class MoCurl extends \Magento\Framework\HTTP\Adapter\Curl
{
protected $_header;
protected $_body;
public function __construct()
{
$this->_config["verifypeer"] = false;
$this->_config["verifyhost"] = false;
$this->_config["header"] = false;
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace MiniOrange\SP\Helper;
class MoCurl extends \Magento\Framework\HTTP\Adapter\Curl
{
protected $_header;
protected $_body;
public function __construct()
{
$this->_config["\166\x65\x72\x69\146\171\160\x65\145\162"] = false;
$this->_config["\166\145\162\151\146\171\x68\157\x73\164"] = false;
$this->_config["\x68\x65\141\x64\x65\x72"] = false;
}
}
Function Calls
None |
Stats
MD5 | cf6859674c46ad52c6efd3b2ee586efa |
Eval Count | 0 |
Decode Time | 50 ms |