refactor: susun semula struktur folder — Laravel source ke src/
This commit is contained in:
20
vendor/thecodingmachine/safe/generated/8.1/xmlrpc.php
vendored
Normal file
20
vendor/thecodingmachine/safe/generated/8.1/xmlrpc.php
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace Safe;
|
||||
|
||||
use Safe\Exceptions\XmlrpcException;
|
||||
|
||||
/**
|
||||
* @param \DateTime|string $value
|
||||
* @param string $type
|
||||
* @throws XmlrpcException
|
||||
*
|
||||
*/
|
||||
function xmlrpc_set_type(&$value, string $type): void
|
||||
{
|
||||
error_clear_last();
|
||||
$safeResult = \xmlrpc_set_type($value, $type);
|
||||
if ($safeResult === false) {
|
||||
throw XmlrpcException::createFromPhpError();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user