if(widgetStylesPrinted != true) {document.write('');}var widgetStylesPrinted = true;var content = '
Styling Demo
php
<?php
 
//This is just a test comment..
//to see what styles look like.
 
$output = "";
 
function testStyle() {
global $output;
 
$output = "Oh the colors!";
echo $output;
}
 
testStyle();
?>
';document.write(content);