aboutsummaryrefslogtreecommitdiff
path: root/models/openid-php-openid-782224d/admin/otb_test.php
blob: b2fc99ff91b7517cb0d23edcd095cd586edf0168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php

function fail1() {
}

function pass1()
{
}

function fail2(
   ) {

}

function pass2(
   )
{
}

?>