whoami7 - Manager
:
/
home
/
papecmvm
/
www
/
application
/
third_party
/
aws
/
mtdowling
/
jmespath.php
/
src
/
Upload File:
files >> /home/papecmvm/www/application/third_party/aws/mtdowling/jmespath.php/src/JmesPath.php
<?php namespace JmesPath; /** * Returns data from the input array that matches a JMESPath expression. * * @param string $expression Expression to search. * @param mixed $data Data to search. * * @return mixed|null */ if (!function_exists(__NAMESPACE__ . '\search')) { function search($expression, $data) { return Env::search($expression, $data); } }
Copyright ©2021 || Defacer Indonesia