We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3220890 commit 6b06209Copy full SHA for 6b06209
README.md
@@ -76,7 +76,7 @@ $link = '/a/c/g'; // Link to non-numeric index of array.
76
$result = $pointer
77
->setText($link)
78
->test(); // Sets $result to FALSE.
79
-$result $pointer
+$result = $pointer
80
->setOptions(Pointer::OPTION_NON_NUMERIC_INDICES)
81
->test(); // Sets $result to TRUE.
82
echo $pointer->read(); // 2
0 commit comments