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
if (true) {
4
 
5
} else if (false) {
6
 
7
} elseif (true) {
8
 
9
}
10
 
11
if (file_exists(__FILE__) === true) {
12
 
13
}