gnu-social/vendor/openid/php-openid/admin/otb_test.php

20 lines
106 B
PHP

<?php
function fail1() {
}
function pass1()
{
}
function fail2(
) {
}
function pass2(
)
{
}
?>