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 LaminasTest\Code\TestAsset; class ClassWithByRefReturnMethod { publi..
Decoded Output download
<?php
namespace LaminasTest\Code\TestAsset;
class ClassWithByRefReturnMethod
{
public function & byRefReturn()
{
$foo = 'bar';
return $foo;
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace LaminasTest\Code\TestAsset;
class ClassWithByRefReturnMethod
{
public function & byRefReturn()
{
$foo = 'bar';
return $foo;
}
}
Function Calls
None |
Stats
MD5 | 9cf92a040fa0037fecd53d58a761f3bc |
Eval Count | 0 |
Decode Time | 85 ms |