Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

class Laboratorio extends Model { protected $table = "\154\141\x62\157\x72\141\164\157\162..

Decoded Output download

<?  class Laboratorio extends Model { protected $table = "laboratorio"; public $timestamps = false; protected $casts = array("fecha_reg" => "datetime", "fecha_upd" => "datetime", "iduser_reg" => "int", "iduser_upd" => "int"); protected $fillable = array("nombre", "fecha_reg", "fecha_upd", "iduser_reg", "iduser_upd"); public function medicamentos() { return $this->hasMany(Medicamento::class); } } ?>

Did this file decode correctly?

Original Code

class Laboratorio extends Model { protected $table = "\154\141\x62\157\x72\141\164\157\162\x69\157"; public $timestamps = false; protected $casts = array("\x66\145\x63\150\x61\x5f\162\x65\147" => "\144\x61\x74\145\x74\x69\155\145", "\146\145\x63\x68\141\x5f\x75\160\144" => "\x64\141\x74\145\164\x69\x6d\x65", "\x69\x64\165\163\145\162\x5f\x72\x65\147" => "\151\x6e\x74", "\x69\144\165\x73\145\162\x5f\x75\x70\144" => "\x69\x6e\x74"); protected $fillable = array("\156\157\155\x62\x72\145", "\x66\145\143\150\x61\x5f\162\145\147", "\x66\145\143\x68\141\x5f\x75\x70\x64", "\151\x64\165\x73\x65\162\x5f\162\x65\147", "\151\144\x75\163\x65\x72\x5f\x75\x70\x64"); public function medicamentos() { return $this->hasMany(Medicamento::class); } }

Function Calls

None

Variables

None

Stats

MD5 296a0c51d564364a712d59e6b31837d4
Eval Count 0
Decode Time 146 ms