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\Plugin\EventHandler; use Psalm\Plugin\EventHandler\Event\AfterEver..
Decoded Output download
<?php
namespace Psalm\Plugin\EventHandler;
use Psalm\Plugin\EventHandler\Event\AfterEveryFunctionCallAnalysisEvent;
interface AfterEveryFunctionCallAnalysisInterface
{
public static function afterEveryFunctionCallAnalysis(AfterEveryFunctionCallAnalysisEvent $event): void;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Psalm\Plugin\EventHandler;
use Psalm\Plugin\EventHandler\Event\AfterEveryFunctionCallAnalysisEvent;
interface AfterEveryFunctionCallAnalysisInterface
{
public static function afterEveryFunctionCallAnalysis(AfterEveryFunctionCallAnalysisEvent $event): void;
}
Function Calls
None |
Stats
MD5 | 7fadab84637237ae9da832bdb143ad61 |
Eval Count | 0 |
Decode Time | 98 ms |