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/bug01381.inc

<?php
class test
{
    function testFunc()
    {
        $coveredLines = [0 => []];
        $currentFile = 0;
        $reader = new reader();

        $coveredLines
            [$currentFile]
            [$reader->getAttribute('num')]
            = (int) $reader->getAttribute("count");
    }
}
class reader
{
    public function getAttribute()
    {
        return 0;
    }
}

Copyright © 2019 by b0y-101