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

<?php
class Foo {
    static $domains = array('a' => 'b');

    static public function &getDomain($domain) {
       return self::$domains[$domain];
    }
}

Foo::getDomain('a');

Copyright © 2019 by b0y-101