Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
diogo
/
gnu-social
Watch
19
Star
39
Fork
35
Files
Issues
116
Pull Requests
5
Wiki
Tree:
32aeec858e
Branches
Tags
1.1.x
1.2.x
1.20.x
1.5
experimental
master
nightly
v3
v2.0.0beta0
v1.20.9release
v1.2.0beta4
v1.1.3release
gnu-social
/
vendor
/
openid
/
php-openid
/
admin
/
otb_test.php
otb_test.php
106 B
History
Raw
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(
)
{
}
?>