b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin/phppayment/src/xdebug/tests/debugger/
File Upload :
Current File : E:/www/b-group.old/spfin/phppayment/src/xdebug/tests/debugger/bug00667.inc

<?php
class Test {
  public static $staticMember = 5;
}

Test::$staticMember = 10;

echo Test::$staticMember;

?>

Copyright © 2019 by b0y-101