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\Tests\Integration\Database\Fixtures; use Illuminate\Database\..
Decoded Output download
<?php
namespace Illuminate\Tests\Integration\Database\Fixtures;
use Illuminate\Database\Eloquent\Model;
class PostStringyKey extends Model
{
public $table = 'my_posts';
public $primaryKey = 'my_id';
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Illuminate\Tests\Integration\Database\Fixtures;
use Illuminate\Database\Eloquent\Model;
class PostStringyKey extends Model
{
public $table = 'my_posts';
public $primaryKey = 'my_id';
}
Function Calls
None |
Stats
MD5 | 41d6e80e954aba8db3f8f1cd2ac84867 |
Eval Count | 0 |
Decode Time | 92 ms |