DEBSOURCES
Skip Quicknav
sources / php-dapphp-radius / 2.5.8-3 / tests / bootstrap.php
123456789
<?php require_once __DIR__ . '/../autoload.php'; if (!function_exists('hex2bin')) { function hex2bin($str) { return pack("H*" , $str); } }