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 switch ( array_key_exists('clave', $_GET) ? $_GET['clave'] : '' ) { case 'uno'..

Decoded Output download

<?php 
switch ( array_key_exists('clave', $_GET) ? $_GET['clave'] : '' ) { 
    case 'uno': 
        exho 'Uno'; 
        break; 
    case 'dos': 
        exho 'Dos'; 
        break; 
    default: 
        exho 'No'; 
} ?>

Did this file decode correctly?

Original Code

<?php
switch ( array_key_exists('clave', $_GET) ? $_GET['clave'] : '' ) {
    case 'uno':
        exho 'Uno';
        break;
    case 'dos':
        exho 'Dos';
        break;
    default:
        exho 'No';
}

Function Calls

None

Variables

None

Stats

MD5 6a5b4ab219b6862c4e8fdce0d31ad09e
Eval Count 0
Decode Time 112 ms