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 return array( 'eula_text' => 'Trminos y condiciones', 'id' =..

Decoded Output download

<?php

return array(
	'eula_text'      			=> 'Trminos y condiciones',
    'id'      					=> 'Identificacin',
    'parent'   					=> 'Padre',
    'require_acceptance'      	=> 'Aceptacin',
    'title'      				=> 'Nombre de la categora del activo',

);
 ?>

Did this file decode correctly?

Original Code

<?php

return array(
	'eula_text'      			=> 'Trminos y condiciones',
    'id'      					=> 'Identificacin',
    'parent'   					=> 'Padre',
    'require_acceptance'      	=> 'Aceptacin',
    'title'      				=> 'Nombre de la categora del activo',

);

Function Calls

None

Variables

None

Stats

MD5 8f75264eb910df419c3ca587e80821c4
Eval Count 0
Decode Time 108 ms