Skip to content

Uninitialized string offset: 35 on line 725 tcpdi_parser.php #31

@Manitnelav

Description

@Manitnelav

I get this error
Uninitialized string offset: 35 application/third_party/tcpdf/tcpdi_parser.php 725

The line on 725 is in method getRawObject

while (strspn($data[$offset], "\x00\x09\x0a\x0c\x0d\x20") == 1) {
    $offset++;
}

Some idea how to change it? I don't understand what getRawObject should return in this cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions