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 LegacyTests\Browser\SyncHistory; use Illuminate\Database\Eloquent\Model;..

Decoded Output download

<?php

namespace LegacyTests\Browser\SyncHistory;

use Illuminate\Database\Eloquent\Model;

class Step extends Model
{
    use \Sushi\Sushi;

    protected $rows = [
        [
            'id' => 1,
            'title' => 'Step 1',
        ],
        [
            'id' => 2,
            'title' => 'Step 2',
        ],
        [
            'id' => 3,
            'title' => 'Step 3',
        ],
    ];
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace LegacyTests\Browser\SyncHistory;

use Illuminate\Database\Eloquent\Model;

class Step extends Model
{
    use \Sushi\Sushi;

    protected $rows = [
        [
            'id' => 1,
            'title' => 'Step 1',
        ],
        [
            'id' => 2,
            'title' => 'Step 2',
        ],
        [
            'id' => 3,
            'title' => 'Step 3',
        ],
    ];
}

Function Calls

None

Variables

None

Stats

MD5 faafc0d081048fcbdfcc4f9d629c21f3
Eval Count 0
Decode Time 89 ms