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 Livewire\Features\SupportTesting { use Filament\Notifications\Notifi..

Decoded Output download

<?php

namespace Livewire\Features\SupportTesting {

    use Filament\Notifications\Notification;

    class Testable {
        public function assertNotified(Notification | string $notification = null): static {}
        
        public function assertNotNotified(Notification | string $notification = null): static {}
    }

}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Livewire\Features\SupportTesting {

    use Filament\Notifications\Notification;

    class Testable {
        public function assertNotified(Notification | string $notification = null): static {}
        
        public function assertNotNotified(Notification | string $notification = null): static {}
    }

}

Function Calls

None

Variables

None

Stats

MD5 9204801da3b25453c444d9f947231b1f
Eval Count 0
Decode Time 110 ms