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 // Declare and assign values to num1 and num2 $num1 = 10; $num2 = 20; // Calcu..
Decoded Output download
The value of num1 is 10
The value of num2 is 20
The Sum of num1 and num2 is 30
Did this file decode correctly?
Original Code
<?php
// Declare and assign values to num1 and num2
$num1 = 10;
$num2 = 20;
// Calculate the sum of num1 and num2
$sum = $num1 + $num2;
// Output the values and the sum
echo "The value of num1 is $num1\n";
echo "The value of num2 is $num2\n";
echo "The Sum of num1 and num2 is $sum\n";
?>
Function Calls
None |
Stats
MD5 | f3ffaf8b3b6f7b69f0383d195ef95eaa |
Eval Count | 0 |
Decode Time | 53 ms |