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 declare(strict_types = 1); namespace LoversOfBehat\TableExtension; use LoversOfBe..
Decoded Output download
<?php
declare(strict_types = 1);
namespace LoversOfBehat\TableExtension;
use LoversOfBehat\TableExtension\Event\TableEventInterface;
/**
* Interface for dispatching events.
*/
interface TableEventDispatcherInterface
{
/**
* Dispatches an event.
*
* @param TableEventInterface $event
* The event to dispatch.
*/
public function dispatch(TableEventInterface $event): void;
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types = 1);
namespace LoversOfBehat\TableExtension;
use LoversOfBehat\TableExtension\Event\TableEventInterface;
/**
* Interface for dispatching events.
*/
interface TableEventDispatcherInterface
{
/**
* Dispatches an event.
*
* @param TableEventInterface $event
* The event to dispatch.
*/
public function dispatch(TableEventInterface $event): void;
}
Function Calls
None |
Stats
MD5 | 1de1bd56c10627c4dbdfe5d3ba5476a4 |
Eval Count | 0 |
Decode Time | 89 ms |