functions_include.php in Lockr 7.3
File
vendor/guzzlehttp/guzzle/src/functions_include.phpView source
<?php
// Don't redefine the functions if included multiple times.
if (!function_exists('GuzzleHttp\\uri_template')) {
require __DIR__ . '/functions.php';
}