Subversion Repositories Applications.framework

Rev

Rev 5 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 aurelien 1
<?php
2
 
3
class ExampleClass
4
{
5
	function exampleFunction() {}
6
 
7
}
8
 
9
	$o = <<<EOF
10
	this is some text
11
	this is some text
12
EOF;
13
 
14
    $correctVar = true;
15
	$correctVar = false;
16
 
17
?>