whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
veewee
/
xml
/
src
/
Xml
/
Dom
/
Xpath
/
Configurator
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/veewee/xml/src/Xml/Dom/Xpath/Configurator/all_functions.php
<?php declare(strict_types=1); namespace VeeWee\Xml\Dom\Xpath\Configurator; use Closure; use DOMXPath; /** * @return Closure(DOMXPath): DOMXPath */ function all_functions(): Closure { return static function (DOMXPath $xpath): DOMXPath { php_namespace()($xpath); $xpath->registerPhpFunctions(); return $xpath; }; }
Copyright ©2021 || Defacer Indonesia