Fix handling of \u escapes #4
Reference in New Issue
Block a user
No description provided.
Delete Branch "maxmitti/fast-json-stream:unicode-escape-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have found an issue on occurrence of \u escapes, which I believe to have fixed.
Without this a notice is triggered that the undefined index 'u' of self::$esc is accessed.