Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

--TEST-- Invalid octal number that overflows to double --EXTENSIONS-- tokenizer --FILE-- <..

Decoded Output download

--TEST--
Invalid octal number that overflows to double
--EXTENSIONS--
tokenizer
--FILE--
<?php
echo token_name(token_get_all('<?php 0177777777777777777777787')[1][0]), "
";
?>
--EXPECT--
T_DNUMBER

Did this file decode correctly?

Original Code

--TEST--
Invalid octal number that overflows to double
--EXTENSIONS--
tokenizer
--FILE--
<?php
echo token_name(token_get_all('<?php 0177777777777777777777787')[1][0]), "\n";
?>
--EXPECT--
T_DNUMBER

Function Calls

None

Variables

None

Stats

MD5 c626719681460172cb0f2f6e32705e22
Eval Count 0
Decode Time 63 ms