php-src/ext/xml/tests
Tim Düsterhus 4c5a6b0e8d
tree-wide: Remove stacktraces from tests testing throwing clones (#18748)
This is in preparation for the possible future transformation of `clone` into a
function call, but also meaningful on its own, since the purpose of the tests
is not to test the stack trace generation, but rather that an exception was
thrown. It also cleans up some unreachable code in the tests.
2025-06-03 20:08:47 +02:00
..
bug25666.phpt
bug26528.phpt
bug26614.inc Fix GH-13517: Multiple test failures when building with --with-expat 2024-02-27 21:49:01 +01:00
bug26614.phpt Fix GH-13517: Multiple test failures when building with --with-expat 2024-02-27 21:49:01 +01:00
bug26614_libxml_gte2_11.phpt Fix GH-13517: Multiple test failures when building with --with-expat 2024-02-27 21:49:01 +01:00
bug26614_libxml_pre2_11.phpt Fix GH-13517: Multiple test failures when building with --with-expat 2024-02-27 21:49:01 +01:00
bug27908.phpt
bug30875.phpt
bug32001.phpt ext/xml: Deprecate xml_set_object() and passing non-callable strings as handlers (#15293) 2024-08-08 23:37:49 +01:00
bug32001b.phpt
bug35447.phpt
bug46699.phpt Fix GH-13517: Multiple test failures when building with --with-expat 2024-02-27 21:49:01 +01:00
bug50576.phpt
bug65236.phpt
bug70962.phpt Merge branch 'PHP-8.0' into PHP-8.1 2021-09-16 12:42:07 +02:00
bug71592.phpt
bug72099.phpt
bug72714.phpt Stop using reserved names 2024-07-06 13:49:45 -07:00
bug72793.phpt ext/xml: Deprecate xml_set_object() and passing non-callable strings as handlers (#15293) 2024-08-08 23:37:49 +01:00
bug73135.phpt ext/xml: Refactor extension to use FCC instead of zvals for handlers (#12340) 2023-10-20 13:14:55 +01:00
bug76874.phpt
bug78563.phpt tree-wide: Remove stacktraces from tests testing throwing clones (#18748) 2025-06-03 20:08:47 +02:00
bug78563_final.phpt
bug78563_serialize.phpt
bug81351.phpt Backport 061058a9: Test fixes for libxml2 2.12.0 2024-10-12 15:12:40 +02:00
bug81481.phpt Fix bug #81481 (xml_get_current_byte_index limited to 32-bit numbers on 64-bit builds) (#14845) 2024-07-06 18:34:17 +02:00
gh12254.phpt Fix memory leak when calling xml_parse_into_struct() twice 2023-09-21 19:49:46 +02:00
gh14124.phpt Fix GH-14124: Segmentation fault on unknown address 0x0001ffff8041 with XML extension under certain memory limit (#14126) 2024-05-04 13:57:50 +02:00
gh14637.phpt [ci skip] Make test more robust 2024-07-06 14:46:07 +02:00
gh14834.phpt [ci skip] Test is for libxml only 2024-07-06 14:41:44 +02:00
gh15868.phpt Fix GH-15868: Assertion failure in xml_parse_into_struct after exception 2024-09-13 20:01:44 +02:00
gh17187_1.phpt Fix GH-17187: unreachable program point in zend_hash 2024-12-27 15:51:17 +01:00
gh17187_2.phpt Fix GH-17187: unreachable program point in zend_hash 2024-12-27 15:51:17 +01:00
inc.ent
libxml_expat_skipif.inc Fix GH-13517: Multiple test failures when building with --with-expat 2024-02-27 21:49:01 +01:00
set_element_handler_trampoline.phpt ext/xml: Deprecate xml_set_object() and passing non-callable strings as handlers (#15293) 2024-08-08 23:37:49 +01:00
set_element_handler_trampoline_errors.phpt ext/xml: Refactor extension to use FCC instead of zvals for handlers (#12340) 2023-10-20 13:14:55 +01:00
set_handler_deprecation_empty_string.phpt ext/xml: Add an explicit test case about unsetting a handler with empty string 2024-08-11 15:00:27 +02:00
set_handler_errors.phpt ext/xml: Deprecate xml_set_object() and passing non-callable strings as handlers (#15293) 2024-08-08 23:37:49 +01:00
set_handler_trampoline.phpt ext/xml: Refactor extension to use FCC instead of zvals for handlers (#12340) 2023-10-20 13:14:55 +01:00
toffset_bounds.phpt Fix GHSA-wg4p-4hqh-c3g9 2025-03-11 21:50:17 +01:00
xml001.phpt
xml002.phpt
xml003.phpt
xml004.phpt
xml007.phpt
xml009.phpt
xml010.phpt
xml011.phpt
xml_closures_001.phpt
xml_error_string_basic.inc Fix GH-13517: Multiple test failures when building with --with-expat 2024-02-27 21:49:01 +01:00
xml_error_string_basic_expat.phpt Fix GH-13517: Multiple test failures when building with --with-expat 2024-02-27 21:49:01 +01:00
xml_error_string_basic_libxml.phpt Fix GH-13517: Multiple test failures when building with --with-expat 2024-02-27 21:49:01 +01:00
XML_OPTION_PARSE_HUGE.phpt Implement request #68325: parse huge option for xml_parser_create (#12256) 2023-10-22 16:44:49 +02:00
XML_OPTION_PARSE_HUGE_during_parsing.phpt Include the source location in Closure names (#13550) 2024-04-12 18:21:13 +02:00
xml_parse_into_struct_variation.phpt
xml_parser_get_option_variation3.phpt Improve handling of XML options 2023-02-26 14:34:39 +00:00
xml_parser_get_option_variation4.phpt The userland constants do not start with PHP_ 2023-02-26 14:18:12 +00:00
xml_parser_set_option_basic.phpt Improve handling of XML options 2023-02-26 14:34:39 +00:00
xml_parser_set_option_errors.phpt Improve handling of XML options 2023-02-26 14:34:39 +00:00
xml_parser_set_option_nonexistent_option.phpt Improve handling of XML options 2023-02-26 14:34:39 +00:00
xml_set_element_handler_errors.phpt ext/xml: Deprecate xml_set_object() and passing non-callable strings as handlers (#15293) 2024-08-08 23:37:49 +01:00
xml_set_notation_decl_handler_basic.phpt ext/xml: Deprecate xml_set_object() and passing non-callable strings as handlers (#15293) 2024-08-08 23:37:49 +01:00
xml_set_object_multiple_times.phpt ext/xml: Deprecate xml_set_object() and passing non-callable strings as handlers (#15293) 2024-08-08 23:37:49 +01:00
xml_set_object_multiple_times_errors.phpt ext/xml: Deprecate xml_set_object() and passing non-callable strings as handlers (#15293) 2024-08-08 23:37:49 +01:00
xml_set_processing_instruction_handler_basic.phpt ext/xml: Deprecate xml_set_object() and passing non-callable strings as handlers (#15293) 2024-08-08 23:37:49 +01:00
xml_set_start_namespace_decl_handler_basic.inc Fix GH-13517: Multiple test failures when building with --with-expat 2024-02-27 21:49:01 +01:00
xml_set_start_namespace_decl_handler_basic_expat.phpt Fix GH-13517: Multiple test failures when building with --with-expat 2024-02-27 21:49:01 +01:00
xml_set_start_namespace_decl_handler_basic_libxml.phpt Fix GH-13517: Multiple test failures when building with --with-expat 2024-02-27 21:49:01 +01:00
xmltest.xml