functions_include.php 160 B

123456
  1. <?php
  2. // Don't redefine the functions if included multiple times.
  3. if (!\function_exists('GuzzleHttp\describe_type')) {
  4. require __DIR__.'/functions.php';
  5. }