File "functions_include.php"
Full Path: /home/mba/public_html/wp-content-20250807152928/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/functions_include.php
File size: 167 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
// Don't redefine the functions if included multiple times.
if (!function_exists('GuzzleHttp\Promise\promise_for')) {
require __DIR__ . '/functions.php';
}