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\Exceptions; use InvalidArgumentException; class PlaylistBothSongsAn..

Decoded Output download

<?php

namespace App\Exceptions;

use InvalidArgumentException;

class PlaylistBothSongsAndRulesProvidedException extends InvalidArgumentException
{
    public function __construct()
    {
        parent::__construct('A playlist cannot have both songs and rules');
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace App\Exceptions;

use InvalidArgumentException;

class PlaylistBothSongsAndRulesProvidedException extends InvalidArgumentException
{
    public function __construct()
    {
        parent::__construct('A playlist cannot have both songs and rules');
    }
}

Function Calls

None

Variables

None

Stats

MD5 e907bd104d9f4a30ce543252346ada6e
Eval Count 0
Decode Time 193 ms