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\Http\Resources; class MissingValue implements PotentiallyMiss..

Decoded Output download

<?php

namespace Illuminate\Http\Resources;

class MissingValue implements PotentiallyMissing
{
    /**
     * Determine if the object should be considered "missing".
     *
     * @return bool
     */
    public function isMissing()
    {
        return true;
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Illuminate\Http\Resources;

class MissingValue implements PotentiallyMissing
{
    /**
     * Determine if the object should be considered "missing".
     *
     * @return bool
     */
    public function isMissing()
    {
        return true;
    }
}

Function Calls

None

Variables

None

Stats

MD5 bebba68beb448e1523f3daf63560cdf0
Eval Count 0
Decode Time 80 ms