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