All pastes #2047700 Raw Edit

test

public php v1 · immutable
#2047700 ·published 2011-04-18 10:23 UTC
rendered paste body
<?phpclass Test{    public function __construct()[	$arrResult = $this->test1();    }    public function test1(){	if(1=1){	    $arrOut = array('idk'=>'ffs','fml'=>'lol');	}	return $arrOut;    }    public function test2($arrResult){    }}?>