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-- Bug #67761 (Phar::mapPhar fails for Phars inside a path containing ".tar") --EXTE..
Decoded Output download
--TEST--
Bug #67761 (Phar::mapPhar fails for Phars inside a path containing ".tar")
--EXTENSIONS--
phar
--FILE--
<?php
echo "Test
";
include __DIR__."/files/bug67761.tar/bug67761.phar";
?>
--EXPECT--
Test
Test
Did this file decode correctly?
Original Code
--TEST--
Bug #67761 (Phar::mapPhar fails for Phars inside a path containing ".tar")
--EXTENSIONS--
phar
--FILE--
<?php
echo "Test\n";
include __DIR__."/files/bug67761.tar/bug67761.phar";
?>
--EXPECT--
Test
Test
Function Calls
None |
Stats
MD5 | 12a82c5ad75a841aa879a66edf1979ae |
Eval Count | 0 |
Decode Time | 90 ms |