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 $total = "25 students"; $more = 10; $total = $total + $more; echo "$total"; ?>..

Decoded Output download

<?php 
$total = "25 students"; 
$more = 10; 
$total = $total + $more; 
echo "$total"; 
?>

Did this file decode correctly?

Original Code

<?php
$total = "25 students";
$more = 10;
$total = $total + $more;
echo "$total";
?>

Function Calls

None

Variables

$more 10
$total 25 students

Stats

MD5 ea7bff668bc7dda4ea844da420638516
Eval Count 0
Decode Time 130 ms