All pastes #2051292 Raw Edit

Miscellany

public php v1 · immutable
#2051292 ·published 2011-04-27 18:47 UTC
rendered paste body
<?phpclass A {    var $b = 'c';}echo (new A())->b;?>