File manager - Edit - /home/opticamezl/www/newok/Services.zip
Back
PK ��\����b b Twilio.phpnu &1i� <?php abstract class Obsolete_Service_Twilio { public function __construct($sid, $token, $version = null, $http = null, $retryAttempts = 1) { $name = get_class($this); trigger_error($name . ' has been removed from this version of the library. Please refer to https://www.twilio.com/docs/libraries/php for more information.', E_USER_WARNING); } } class Services_Twilio extends Obsolete_Service_Twilio { public function __construct($sid, $token, $version = null, $http = null, $retryAttempts = 1) { parent::__construct($sid, $token, $version, $http, $retryAttempts); } } class TaskRouter_Services_Twilio extends Obsolete_Service_Twilio { public function __construct($sid, $token, $workspaceSid, $version = null, $http = null, $retryAttempts = 1) { parent::__construct($sid, $token, $version, $http, $retryAttempts); } } class Lookups_Services_Twilio extends Obsolete_Service_Twilio { public function __construct($sid, $token, $version = null, $http = null, $retryAttempts = 1) { parent::__construct($sid, $token, $version, $http, $retryAttempts); } } class Pricing_Services_Twilio extends Obsolete_Service_Twilio { public function __construct($sid, $token, $version = null, $http = null, $retryAttempts = 1) { parent::__construct($sid, $token, $version, $http, $retryAttempts); } } class Monitor_Services_Twilio extends Obsolete_Service_Twilio { public function __construct($sid, $token, $version = null, $http = null, $retryAttempts = 1) { parent::__construct($sid, $token, $version, $http, $retryAttempts); } } class Trunking_Services_Twilio extends Obsolete_Service_Twilio { public function __construct($sid, $token, $version = null, $http = null, $retryAttempts = 1) { parent::__construct($sid, $token, $version, $http, $retryAttempts); } } class IPMessaging_Services_Twilio extends Obsolete_Service_Twilio { public function __construct($sid, $token, $version = null, $http = null, $retryAttempts = 1) { parent::__construct($sid, $token, $version, $http, $retryAttempts); } } PK ��\�j�n� � Tests/TwilioTest.phpnu &1i� <?php require 'Services/Twilio.php'; class TwilioTest extends PHPUnit_Framework_TestCase { public function testClient() { $this->setExpectedException('PHPUnit_Framework_Error_Warning'); new Services_Twilio('AC123', 'DEF'); } public function testTrunkingClient() { $this->setExpectedException('PHPUnit_Framework_Error_Warning'); new Trunking_Services_Twilio('AC123', 'DEF'); } } PK ��\����b b Twilio.phpnu &1i� PK ��\�j�n� � � Tests/TwilioTest.phpnu &1i� PK � �
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0 |
proxy
|
phpinfo
|
Settings