varName2; echo $this->var_name2; echo $this->varname2; echo $this->_varName2; echo $object->varName2; echo $object->var_name2; echo $object_name->varname2; echo $object_name->_varName2; echo $this->myFunction($one, $two); echo $object->myFunction($one_two); $error = "format is \$GLOBALS['$varName']"; echo $_SESSION['var_name']; echo $_FILES['var_name']; echo $_ENV['var_name']; echo $_COOKIE['var_name']; $XML = 'hello'; $myXML = 'hello'; $XMLParser = 'hello'; $xmlParser = 'hello'; echo "{$_SERVER['HOSTNAME']} $var_name"; // Need to be the last thing in this test file. $obj->$classVar = $prefix.'-'.$type; class foo { const bar = <<