]> granicus.if.org Git - php/commit
New iconv extension tests. Tested on Windows, Linux and Linux 64 bit
authorandy wharmby <wharmby@php.net>
Fri, 12 Jun 2009 17:16:11 +0000 (17:16 +0000)
committerandy wharmby <wharmby@php.net>
Fri, 12 Jun 2009 17:16:11 +0000 (17:16 +0000)
commit8e2850fe3c6d09eea3303da8ad925c8c8563226a
tree25cc8edfe52edec15f905abe81f41c0caf646f42
parent4a1ae192a6f4c36d252149fd07f73265d7e712c6
New iconv extension tests. Tested on Windows, Linux and Linux 64 bit
25 files changed:
ext/iconv/tests/iconv_basic.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_encoding_basic.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_get_encoding_error.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_mime_decode_headers_variation1.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_mime_decode_headers_variation2.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_mime_decode_headers_variation3.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_mime_decode_variation1.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_mime_decode_variation2.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_mime_decode_variation3.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_set_encoding_error.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_set_encoding_variation.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strpos_basic.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strpos_error1.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strpos_variation1.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strpos_variation2.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strpos_variation3.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strpos_variation3_64bit.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strpos_variation4.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strpos_variation5.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strrpos_basic.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strrpos_error1.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strrpos_error2.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strrpos_variation1.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strrpos_variation2.phpt [new file with mode: 0644]
ext/iconv/tests/iconv_strrpos_variation3.phpt [new file with mode: 0644]