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

<?php
declare(ticks=1);
class UncoveredLine
{
    private $_foo;

    function __construct($foo)
    {
        if ($foo === 'bar') {
            $this->_foo = $foo;
        } else {
            $this->_foo = null;
        }
    }

    function getFoo()
    {
     return $this->_foo;
    }
}
?>

Copyright © 2019 by b0y-101