Commit 014309c
committed
bug #61869 [JsonPath] do not pass more than one byte to ord() (xabbuh)
This PR was merged into the 7.3 branch.
Discussion
----------
[JsonPath] do not pass more than one byte to ord()
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
see php/php-src#19440
Commits
-------
cbdcffc do not pass more than one byte to ord()File tree
1 file changed
+1
-2
lines changed- src/Symfony/Component/JsonPath/Tokenizer
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | 91 | | |
93 | | - | |
| 92 | + | |
94 | 93 | | |
95 | 94 | | |
96 | 95 | | |
| |||
0 commit comments