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 Illuminate\Log\Context\Events; class ContextDehydrating { /** *..

Decoded Output download

<?php

namespace Illuminate\Log\Context\Events;

class ContextDehydrating
{
    /**
     * The context instance.
     *
     * @var \Illuminate\Log\Context\Repository
     */
    public $context;

    /**
     * Create a new event instance.
     *
     * @param  \Illuminate\Log\Context\Repository  $context
     */
    public function __construct($context)
    {
        $this->context = $context;
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Illuminate\Log\Context\Events;

class ContextDehydrating
{
    /**
     * The context instance.
     *
     * @var \Illuminate\Log\Context\Repository
     */
    public $context;

    /**
     * Create a new event instance.
     *
     * @param  \Illuminate\Log\Context\Repository  $context
     */
    public function __construct($context)
    {
        $this->context = $context;
    }
}

Function Calls

None

Variables

None

Stats

MD5 abcb752953e6db363b1a4fe0c3ac2801
Eval Count 0
Decode Time 133 ms