X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/restate/vendor/mtdowling/jmespath.php/src
home
/
gfecatvj
/
sites
/
restate
/
vendor
/
mtdowling
/
jmespath.php
/
src
/
📁
..
📄
AstRuntime.php
(1.43 KB)
📄
CompilerRuntime.php
(2.55 KB)
📄
DebugRuntime.php
(3.11 KB)
📄
Env.php
(2.43 KB)
📄
FnDispatcher.php
(12.16 KB)
📄
JmesPath.php
(378 B)
📄
Lexer.php
(14.9 KB)
📄
Parser.php
(13.89 KB)
📄
SyntaxErrorException.php
(1.1 KB)
📄
TreeCompiler.php
(12.78 KB)
📄
TreeInterpreter.php
(7.64 KB)
📄
Utils.php
(6.74 KB)
Editing: 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); } }
Upload File
Create Folder