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 namespace Guzzle\Common; class Version { const VERSION = '3.5.0'; } ..
Decoded Output download
<?php
namespace Guzzle\Common;
class Version
{
const VERSION = '3.5.0';
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Guzzle\Common;
class Version
{
const VERSION = '3.5.0';
}
Function Calls
None |
Stats
MD5 | 288c5307a3b3713b69c0b6b226b06c7b |
Eval Count | 0 |
Decode Time | 80 ms |