You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decrease memory footprint of content stream parsing by passing object…
…s instead of the entire content as string to contentStreamParser (#245)
* Decrease memory footprint of content stream parsing by passing objects instead of the entire content as string to contentStreamParser
* Use stream to iterate over characters in ContentStreamParser
* Fix issue where pointer to position in filestream got reset when iterating over chars but reading other offset in the same stream
* Update ContentStreamParserTest after argument changes
* Stream->getChars() returns an iterable where the key is always an integer
* Ignore uncaught exceptions from entire PHPUnit namespace, not just the framework subnamespace