gnu-social/vendor/openid/php-openid/admin/otb_test.php
Diogo Cordeiro 2a06261f75 [CORE][COMPOSER] Move extlib packages with immediate composer correspondent to composer dependencies
This adds a composer.json for all dependencies that are available
2019-08-03 17:47:24 +01:00

20 lines
106 B
PHP

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