php-src/ext/xmlreader/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
..
001.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
002.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
003-get-errors.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
003-mb.phpt
003-move-errors.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
003.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
004.phpt
005.phpt
006.phpt
007.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
008.phpt
009.phpt
010.phpt
011.phpt
012.dtd
012.phpt
012.xml
013.phpt
013.xsd
014.phpt Make readonly error message consistent 2024-02-25 16:25:52 +01:00
015-get-errors.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
015-move-errors.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
015.phpt
bug36743.phpt
bug42139.phpt
bug51936.phpt tree-wide: Remove stacktraces from tests testing throwing clones (#18748) 2025-06-03 20:08:47 +02:00
bug64230.phpt
bug70309.phpt
bug71805.phpt
bug73053.phpt
bug73053.xml
bug73053.xsd
bug73246.phpt [RFC] Add stream open functions to XML{Reader,Writer} 2024-06-29 09:04:35 -07:00
bug74457.phpt
bug81521.phpt Add missing EXTENSION section to tests 2022-10-27 14:39:43 +01:00
cache_slot.phpt Implement cache slot optimization for XMLReader (#17232) 2024-12-22 13:01:45 +01:00
dtdexample.dtd
expand.phpt
expand_error.phpt
fromStream_broken_stream.phpt [RFC] Add stream open functions to XML{Reader,Writer} 2024-06-29 09:04:35 -07:00
fromStream_custom_constructor.phpt Fix GH-15123: var_dump doesn't actually work on XMLReader (#15130) 2024-07-28 19:36:07 +02:00
fromStream_custom_constructor_error.phpt [RFC] Add stream open functions to XML{Reader,Writer} 2024-06-29 09:04:35 -07:00
fromStream_legit_usage.phpt [RFC] Add stream open functions to XML{Reader,Writer} 2024-06-29 09:04:35 -07:00
fromString_custom_constructor.phpt Fix GH-15123: var_dump doesn't actually work on XMLReader (#15130) 2024-07-28 19:36:07 +02:00
fromString_custom_constructor_error.phpt [RFC] Implement XMLReader::fromUri() and XMLReader::fromString() 2024-06-29 09:04:35 -07:00
fromUri_custom_constructor.phpt [RFC] Implement XMLReader::fromUri() and XMLReader::fromString() 2024-06-29 09:04:35 -07:00
fromUri_custom_constructor_error.phpt [RFC] Implement XMLReader::fromUri() and XMLReader::fromString() 2024-06-29 09:04:35 -07:00
gh14183.phpt Fix deprecation warning 2024-05-10 16:26:44 +02:00
gh16292.phpt Fix GH-16292: Segmentation fault in ext/xmlreader/php_xmlreader.c:1282 2024-10-08 20:54:07 +02:00
invalid_encoding.phpt [RFC] Add stream open functions to XML{Reader,Writer} 2024-06-29 09:04:35 -07:00
libxml_global_state_entity_loader_bypass.phpt [RFC] Add stream open functions to XML{Reader,Writer} 2024-06-29 09:04:35 -07:00
next_basic.phpt
open_error.phpt
readString_basic.phpt
relaxNG.rng
relaxNG2.rng
relaxNG3.rng
schema-bad.xsd
schema-empty.xsd
setParserProperty_error.phpt
setSchema_error.phpt Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
static.phpt
var_dump.phpt Fix GH-15123: var_dump doesn't actually work on XMLReader (#15130) 2024-07-28 19:36:07 +02:00
virtual_properties.phpt Use virtual annotation in XMLReader 2024-08-26 21:17:49 +02:00
virtual_properties2.phpt Fix property_exists() and unset() for XMLReader (#16079) 2024-09-28 21:08:47 +02:00
virtual_properties3.phpt Fix property_exists() and unset() for XMLReader (#16079) 2024-09-28 21:08:47 +02:00
XMLReaderBad_bug71805.xml
XMLReaderGood_bug71805.xml