$hello $world";
break;
case "no":
echo "
Bah!!
"
break;
default:
echo "$hello???
";
}
}
/* Class Definition Test */
class Foo
{
var $myvalue;
function bar()
{
if (isset($this))
{
echo '$this is defined (';
echo get_class($this);
echo ")\n";
} else {
echo "\$this is not defined.\n";
}
}
function helloA(param) {
echo "$param";
}
function printEndTag() {
echo "?>"
}
function printStartTag() {
echo "
Hello.php
Today is and this website says