php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55628 iconv_stream_filter fails
Submitted: 2011-09-07 08:04 UTC Modified: 2011-09-07 08:43 UTC
From: pajoye@php.net Assigned:
Status: Not a bug Package: ICONV related
PHP Version: 5.4SVN-2011-09-07 (SVN) OS: Windows
Private report: No CVE-ID: None
 [2011-09-07 08:04 UTC] pajoye@php.net
Description:
------------
ext\iconv\tests\iconv_stream_filter.phpt fails

Test script:
---------------
ext\iconv\tests\iconv_stream_filter.phpt 

Actual result:
--------------
006+ string(2) "0d"
006- string(2) "0a"

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-09-07 08:05 UTC] pajoye@php.net
same for ext\iconv\tests\iconv_stream_filter_delimiter.phpt (seems to be the 
same failure):

006+ string(2) "0d"
006- string(2) "0a"

009+ string(2) "0d"
009- string(2) "0a"
 [2011-09-07 08:43 UTC] pajoye@php.net
-Status: Open +Status: Bogus
 [2011-09-07 08:43 UTC] pajoye@php.net
bogus, external txt file was still using CRLF
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 17:01:30 2024 UTC