History log of /php-src/ext/dom/tests/parentnode_childnode_too_long_text.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 9435f4d5 18-Jul-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Throw instead of silently failing when creating a too long text node

Lower branches suffer from this as well but we cannot change the
behaviour there.
We also add NULL checks to chec

Throw instead of silently failing when creating a too long text node

Lower branches suffer from this as well but we cannot change the
behaviour there.
We also add NULL checks to check for allocation failure.

Closes GH-15014.

show more ...