mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 05:09:56 +09:00
5 lines
142 B
PHP
Executable file
5 lines
142 B
PHP
Executable file
<?php
|
|
|
|
class RequestsTest_Transport_fsockopen extends RequestsTest_Transport_Base {
|
|
protected $transport = 'Requests_Transport_fsockopen';
|
|
}
|