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 App\Events\Setting; use App\Abstracts\Event; class TaxDeleting extends ..

Decoded Output download

<?php

namespace App\Events\Setting;

use App\Abstracts\Event;

class TaxDeleting extends Event
{
    public $tax;

    /**
     * Create a new event instance.
     *
     * @param $tax
     */
    public function __construct($tax)
    {
        $this->tax = $tax;
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace App\Events\Setting;

use App\Abstracts\Event;

class TaxDeleting extends Event
{
    public $tax;

    /**
     * Create a new event instance.
     *
     * @param $tax
     */
    public function __construct($tax)
    {
        $this->tax = $tax;
    }
}

Function Calls

None

Variables

None

Stats

MD5 ffc3c9d8433599420c5afd7b202764d0
Eval Count 0
Decode Time 121 ms