History log of /PHP-8.2/ext/simplexml/tests/simplexml_uninitialized.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# 7f2f0c00 03-Apr-2021 Max Semenik

Migrate skip checks to --EXTENSIONS--, p4

For rationale, see #6787

Extensions migrated in part 4:
* simplexml
* skeleton
* soap
* spl
* sqlite3
* sysvmsg

Migrate skip checks to --EXTENSIONS--, p4

For rationale, see #6787

Extensions migrated in part 4:
* simplexml
* skeleton
* soap
* spl
* sqlite3
* sysvmsg
* sysvsem
* tidy - also removed a check for an ancient dependency version

show more ...


# 8f618541 13-Aug-2020 Nikita Popov

Add a missing null check in simplexml


# fc7bab3a 13-Aug-2020 Nikita Popov

Throw on uninitialized SimpleXMLElement

Elevate this warning into an Error, as usual. Add a few checks
in places that were missing them.