<?php namespace { \setlocale(\LC_ALL, 'C'); \error_reporting(\E_ALL); } namespace GuzzleHttp\Test { require __DIR__ . '/../vendor/autoload.php'; require __DIR__ . '/Server.php'; use GuzzleHttp\Tests\Server; Server::start(); \register_shutdown_function(static function () { Server::stop(); }); } // Override curl_setopt_array() and curl_multi_setopt() to get the last set curl options namespace GuzzleHttp\Handler { function curl_setopt_array($handle, array $options) { if (!empty($_SERVER['curl_test'])) { $_SERVER['_curl'] = $options; } else { unset($_SERVER['_curl']); } return \curl_setopt_array($handle, $options); } function curl_multi_setopt($handle, $option, $value) { if (!empty($_SERVER['curl_test'])) { $_SERVER['_curl_multi'][$option] = $value; } else { unset($_SERVER['_curl_multi']); } return \curl_multi_setopt($handle, $option, $value); } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Cookie | Folder | 0755 |
|
|
Exception | Folder | 0755 |
|
|
Handler | Folder | 0755 |
|
|
ClientTest.php | File | 30.54 KB | 0644 |
|
HandlerStackTest.php | File | 7.44 KB | 0644 |
|
Helpers.php | File | 975 B | 0644 |
|
HttplugIntegrationTest.php | File | 369 B | 0644 |
|
InternalUtilsTest.php | File | 569 B | 0644 |
|
MessageFormatterTest.php | File | 4.12 KB | 0644 |
|
MiddlewareTest.php | File | 9.87 KB | 0644 |
|
PoolTest.php | File | 6.41 KB | 0644 |
|
PrepareBodyMiddlewareTest.php | File | 5.34 KB | 0644 |
|
RedirectMiddlewareTest.php | File | 20.44 KB | 0644 |
|
RetryMiddlewareTest.php | File | 3 KB | 0644 |
|
Server.php | File | 6.12 KB | 0644 |
|
TestLogger.php | File | 2.8 KB | 0644 |
|
TransferStatsTest.php | File | 995 B | 0644 |
|
UtilsTest.php | File | 5.48 KB | 0644 |
|
bootstrap-phpstan.php | File | 173 B | 0644 |
|
bootstrap.php | File | 1.05 KB | 0644 |
|
server.js | File | 8.1 KB | 0644 |
|