php-src/ext/xml/tests
Peter Kokot 3f72c77ce4 Convert CRLF line endings to LF
This patch simplifies line endings tracked in the Git repository and
syncs them to all include the LF style instead of the CRLF files.

Newline characters:
- LF (\n) (*nix and Mac)
- CRLF (\r\n) (Windows)
- CR (\r) (old Mac, obsolete)

To see which line endings are in the index and in the working copy the
following command can be used:
`git ls-files --eol`

Git additionally provides `.gitattributes` file to specify if some files
need to have specific line endings on all platforms (either CRLF or LF).

Changed files shouldn't cause issues on modern Windows platforms because
also Git can do output conversion is core.autocrlf=true is set on
Windows and use CRLF newlines in all files in the working tree.

Unless CRLF files are tracked specifically, Git by default tracks all
files in the index using LF newlines.
2018-10-13 11:21:27 +02:00
..
bug25666.phpt
bug26528.phpt
bug26614_libxml.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug26614.phpt
bug27908.phpt
bug30266.phpt
bug30875.phpt Fix #30875: xml_parse_into_struct() does not resolve entities 2018-10-09 16:04:43 +02:00
bug32001.phpt Merge branch 'PHP-5.6' 2015-09-09 04:33:28 +02:00
bug32001b.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug35447.phpt
bug43957.phpt
bug46699.phpt
bug49687.phpt Convert CRLF line endings to LF 2018-10-13 11:21:27 +02:00
bug50576.phpt
bug65236.phpt add test for bug #65236 2013-07-10 19:35:18 +02:00
bug72085.phpt Merge branch 'PHP-5.6' into PHP-7.0 2016-08-17 01:22:11 +02:00
bug72099.phpt Fix bug #72099: xml_parse_into_struct segmentation fault 2016-04-26 22:46:28 -07:00
bug72714.phpt Improvements to fix #72714, suggested by nikic 2016-08-20 12:44:20 +02:00
bug73135.phpt phpt file to bug #73135 2016-11-12 17:43:16 +00:00
inc.ent
skipif.inc
utf8_decode_error.phpt
utf8_decode_variation1.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
utf8_encode_error.phpt
utf8_encode_variation1.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
xml001.phpt - remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ, missing tests changes in 5.4 2011-07-22 11:56:20 +00:00
xml002.phpt - remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ, missing tests changes in 5.4 2011-07-22 11:56:20 +00:00
xml003.phpt - remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ, missing tests changes in 5.4 2011-07-22 11:56:20 +00:00
xml004.phpt - remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ, missing tests changes in 5.4 2011-07-22 11:56:20 +00:00
xml006.phpt
xml007.phpt
xml009.phpt
xml010.phpt
xml011.phpt
xml_closures_001.phpt Merge branch 'PHP-5.3' into PHP-5.4 2012-10-10 10:31:31 +08:00
xml_error_string_error.phpt
xml_error_string_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
xml_get_current_byte_index_error.phpt
xml_get_current_byte_index_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
xml_get_current_column_number_error.phpt
xml_get_current_column_number_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
xml_get_current_line_number_error.phpt
xml_get_current_line_number_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
xml_get_error_code_error.phpt
xml_get_error_code_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
xml_parse_error.phpt
xml_parse_into_struct_error.phpt
xml_parse_into_struct_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
xml_parse_into_struct_variation.phpt
xml_parse_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
xml_parser_create_error.phpt
xml_parser_create_ns_error.phpt
xml_parser_create_ns_variation1.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
xml_parser_create_variation1.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
xml_parser_free_error.phpt
xml_parser_free_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
xml_parser_get_option_error.phpt
xml_parser_get_option_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
xml_parser_get_option_variation2.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
xml_parser_set_option_basic.phpt
xml_parser_set_option_error.phpt
xml_parser_set_option_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
xml_parser_set_option_variation2.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
xml_parser_set_option_variation3.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
xml_set_character_data_handler_error.phpt
xml_set_character_data_handler_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
xml_set_default_handler_error.phpt
xml_set_default_handler_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
xml_set_element_handler_error.phpt
xml_set_element_handler_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
xml_set_end_namespace_decl_handler_error.phpt
xml_set_end_namespace_decl_handler_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
xml_set_external_entity_ref_handler_error.phpt
xml_set_external_entity_ref_handler_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
xml_set_notation_decl_handler_basic.phpt
xml_set_notation_decl_handler_error.phpt
xml_set_notation_decl_handler_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
xml_set_object_error.phpt
xml_set_object_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
xml_set_object_variation2.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
xml_set_processing_instruction_handler_basic.phpt
xml_set_processing_instruction_handler_error.phpt
xml_set_processing_instruction_handler_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
xml_set_start_namespace_decl_handler_basic.phpt
xml_set_start_namespace_decl_handler_error.phpt
xml_set_start_namespace_decl_handler_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
xml_set_unparsed_entity_decl_handler_error.phpt
xml_set_unparsed_entity_decl_handler_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
xmltest.xml