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

<?php
namespace FancyNamespace;

class ConfigProvider
{
    public function test()
    {
        return array_merge(
            require(__DIR__ . '/bug01733a.inc'),
            require(__DIR__ . '/bug01733a.inc')
        );
    }
}

$c = new ConfigProvider;
var_dump( $c->test() );
?>

Copyright © 2019 by b0y-101