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 Filament\Widgets\Concerns; use Livewire\Attributes\Reactive; trait Inte..

Decoded Output download

<?php

namespace Filament\Widgets\Concerns;

use Livewire\Attributes\Reactive;

trait InteractsWithPageFilters
{
    /**
     * @var array<string, mixed> | null
     */
    #[Reactive]
    public ?array $filters = null;
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Filament\Widgets\Concerns;

use Livewire\Attributes\Reactive;

trait InteractsWithPageFilters
{
    /**
     * @var array<string, mixed> | null
     */
    #[Reactive]
    public ?array $filters = null;
}

Function Calls

None

Variables

None

Stats

MD5 a69755c8915a80c812bf3bd5aed4264a
Eval Count 0
Decode Time 97 ms