test
public php v1 · immutable<?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){ }}?>