b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/coverage/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/coverage/bug01241-002.inc

<?php
class Unzip
{
    public function extractFile()
    {
        try {
            echo "before true\n";
            return true;
            echo "after true\n";
        } finally {
            echo "Do somthing\n";
        }
        echo "More stuff\n";
    }
}
?>

Copyright © 2019 by b0y-101