PATH:
home
/
lab2454c
/
mact34.com
/
wp-content
/
plugins
/
updraftplus
/
vendor
/
mtdowling
/
jmespath.php
/
src
<?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 */ if (!function_exists(__NAMESPACE__ . '\search')) { function search($expression, $data) { return Env::search($expression, $data); } }
[-] SyntaxErrorException.php
[edit]
[+]
..
[-] TreeInterpreter.php
[edit]
[-] AstRuntime.php
[edit]
[-] JmesPath.php
[edit]
[-] Parser.php
[edit]
[-] Utils.php
[edit]
[-] CompilerRuntime.php
[edit]
[-] DebugRuntime.php
[edit]
[-] TreeCompiler.php
[edit]
[-] FnDispatcher.php
[edit]
[-] Env.php
[edit]
[-] Lexer.php
[edit]