History log of /PHP-8.1/ext/xml/tests/xml_parser_set_option_variation5.phpt (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6a5b3f0f 23-Feb-2023 George Peter Banyard

The userland constants do not start with PHP_


Revision tags: php-8.1.7RC1, php-8.1.4RC1, php-8.1.3, php-8.1.2RC1, php-8.1.0, php-7.3.33, php-7.3.32, php-7.3.31, php-7.3.30, php-7.3.29
# 39131219 11-Jun-2021 Nikita Popov

Migrate more SKIPIF -> EXTENSIONS (#7139)

This is a mix of more automated and manual migration. It should remove all applicable extension_loaded() checks outside of skipif.inc files.


Revision tags: php-7.3.28, php-7.3.27, php-7.3.26, php-7.3.26RC1, php-7.3.25, php-7.3.25RC1, php-7.3.24, php-7.3.24RC1, php-7.3.23, php-7.3.23RC1, php-7.3.22, php-7.3.22RC1, php-7.3.21
# 4c89ed61 02-Aug-2020 Máté Kocsis

Promote warnings to exceptions in ext/gettext, ext/sysvmsg and ext/xml

Closes GH-5926


Revision tags: php-7.3.21RC1, php-7.3.20, php-7.3.20RC1, php-7.3.19, php-7.4.7RC1, php-7.3.19RC1
# 682e2f6c 11-May-2020 Rod Elias

Trim trailing whitespaces and fix code style

Closes GH-5554.


Revision tags: php-7.3.18RC1
# d9a96629 22-Apr-2020 Symeon Charalabides

Tests for the default case of the parameter of xml_parser_get_option() and xml_parser_set_option(). These cases are, as of now, not being tested.