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

<?php

eval('
class foo {
  protected $foo = "bar";
  public function bar() {
    xdebug_break();
    echo $this->foo;
  }
}
');

$tmp = new class() extends foo {
  function baz() {
    // step into this.
    $this->bar();
  }
};
$tmp->baz();

Copyright © 2019 by b0y-101