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 /* * This file is part of Flarum. * * For detailed copyright and license informa..

Decoded Output download

<?php

/*
 * This file is part of Flarum.
 *
 * For detailed copyright and license information, please view the
 * LICENSE file that was distributed with this source code.
 */

namespace Flarum\Flags\Event;

use Flarum\Flags\Flag;
use Flarum\User\User;

class Created
{
    public function __construct(
        public Flag $flag,
        public User $actor,
        public array $data = []
    ) {
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

/*
 * This file is part of Flarum.
 *
 * For detailed copyright and license information, please view the
 * LICENSE file that was distributed with this source code.
 */

namespace Flarum\Flags\Event;

use Flarum\Flags\Flag;
use Flarum\User\User;

class Created
{
    public function __construct(
        public Flag $flag,
        public User $actor,
        public array $data = []
    ) {
    }
}

Function Calls

None

Variables

None

Stats

MD5 002aabf0450a6e2975aa94ceb9dbf57b
Eval Count 0
Decode Time 95 ms