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 return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate( $o = [ ..
Decoded Output download
<?php
return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
$o = [
clone (\Symfony\Component\VarExporter\Internal\Registry::$prototypes['Symfony\Component\VarExporter\Tests\ConcreteClass'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Symfony\Component\VarExporter\Tests\ConcreteClass')),
],
null,
[
'Symfony\Component\VarExporter\Tests\AbstractClass' => [
'foo' => [
123,
],
'bar' => [
234,
],
],
],
$o[0],
[]
);
?>
Did this file decode correctly?
Original Code
<?php
return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
$o = [
clone (\Symfony\Component\VarExporter\Internal\Registry::$prototypes['Symfony\\Component\\VarExporter\\Tests\\ConcreteClass'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Symfony\\Component\\VarExporter\\Tests\\ConcreteClass')),
],
null,
[
'Symfony\\Component\\VarExporter\\Tests\\AbstractClass' => [
'foo' => [
123,
],
'bar' => [
234,
],
],
],
$o[0],
[]
);
Function Calls
None |
Stats
MD5 | 90d3865198469cfc3ca37aaafe406aee |
Eval Count | 0 |
Decode Time | 85 ms |