Marks50 / jsonpath

Automatically exported from code.google.com/p/jsonpath
0 stars 0 forks source link

Extra argument in evalx() method in PHP library #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In the PHP library the evalx() method as a $vname argument that is never
used and is causing an error when using expressions such as:

[?(@['id']>2)]

The extra argument should be removed.

Original issue reported on code.google.com by christop...@gmail.com on 13 Sep 2008 at 3:21