class foo { var $variable1; var $variable2= array(); var $variable3; function foobar() { $this->variable1= ''; $this->variables3= 'george'; } }