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 Psalm\Storage; final class FunctionStorage extends FunctionLikeStorage {..
Decoded Output download
<?php
namespace Psalm\Storage;
final class FunctionStorage extends FunctionLikeStorage
{
/** @var array<string, bool> */
public $byref_uses = [];
/**
* @var bool
* @todo lift this property to FunctionLikeStorage in Psalm 6
*/
public $is_static = false;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Psalm\Storage;
final class FunctionStorage extends FunctionLikeStorage
{
/** @var array<string, bool> */
public $byref_uses = [];
/**
* @var bool
* @todo lift this property to FunctionLikeStorage in Psalm 6
*/
public $is_static = false;
}
Function Calls
None |
Stats
MD5 | 698fd4a87bee2683e91c93be306a5d99 |
Eval Count | 0 |
Decode Time | 97 ms |