| Ewgenij Starostin 2004-04-30, 4:59 pm |
| Here are my test results. The iconv_* errors may be not PHP's fault
(but I don't know how to find out where they come from). The test for
#26817 is wrong (I've set arg_separator.output = ";") and the bug isn't
really there. Speaking of bugs, I suspect the testing script did not
post anything contrary to its promise to do so. If it did, I apologize
for posting the following again.
========================================
=============================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #22367 (weird zval allocation problem) [tests/lang/bug22367.phpt]
Bug #22836 (returning references to NULL) [Zend/tests/bug22836.phpt]
Bug #27582 (Filling to border an area using tiles). [ext/gd/tests/bug27582_2.phpt]
Gettext basic test [ext/gettext/tests/gettext_basic.phpt]
EUC-JP to ISO-2022-JP [ext/iconv/tests/eucjp2iso2022jp.phpt]
iconv_mime_decode() [ext/iconv/tests/iconv_mime_decode.phpt]
iconv_mime_decode_headers() [ext/iconv/tests/iconv_mime_decode_headers.phpt]
iconv_mime_encode() [ext/iconv/tests/iconv_mime_encode.phpt]
iconv_strlen() [ext/iconv/tests/iconv_strlen.phpt]
iconv_strpos() [ext/iconv/tests/iconv_strpos.phpt]
iconv_strrpos() [ext/iconv/tests/iconv_strrpos.phpt]
iconv_substr() [ext/iconv/tests/iconv_substr.phpt]
rewriter correctly handles attribute names which contain dashes [ext/session/tests/018.phpt]
Bug #25665 (var_dump () hangs on Nan and INF) [ext/standard/tests/math/bug25665.phpt]
Bug #26817 (http_build_query() did not handle private & protected object properties) [ext/standard/tests/strings/bug26817.phpt]
Bug #20382 (strtotime ("Monday", $date) produces wrong result on DST changeover) [ext/standard/tests/time/bug20382.phpt]
Bug #27780 (strtotime(+1 xxx) returns a wrong date/time) [ext/standard/tests/time/bug27780.phpt]
Bug #26614 (CDATA sections skipped on line count) [ext/xml/tests/bug26614.phpt]
========================================
=============================
========================================
=============================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 45
Exts tested : 38
---------------------------------------------------------------------
Number of tests : 1184 635
Tests skipped : 549 ( 46.4%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 18 ( 1.5%) ( 2.8%)
Tests passed : 617 ( 52.1%) ( 97.2%)
---------------------------------------------------------------------
Time taken : 702 seconds
========================================
=============================
========================================
=============================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #22367 (weird zval allocation problem) [tests/lang/bug22367.phpt]
Bug #22836 (returning references to NULL) [Zend/tests/bug22836.phpt]
Bug #27582 (Filling to border an area using tiles). [ext/gd/tests/bug27582_2.phpt]
Gettext basic test [ext/gettext/tests/gettext_basic.phpt]
EUC-JP to ISO-2022-JP [ext/iconv/tests/eucjp2iso2022jp.phpt]
iconv_mime_decode() [ext/iconv/tests/iconv_mime_decode.phpt]
iconv_mime_decode_headers() [ext/iconv/tests/iconv_mime_decode_headers.phpt]
iconv_mime_encode() [ext/iconv/tests/iconv_mime_encode.phpt]
iconv_strlen() [ext/iconv/tests/iconv_strlen.phpt]
iconv_strpos() [ext/iconv/tests/iconv_strpos.phpt]
iconv_strrpos() [ext/iconv/tests/iconv_strrpos.phpt]
iconv_substr() [ext/iconv/tests/iconv_substr.phpt]
rewriter correctly handles attribute names which contain dashes [ext/session/tests/018.phpt]
Bug #25665 (var_dump () hangs on Nan and INF) [ext/standard/tests/math/bug25665.phpt]
Bug #26817 (http_build_query() did not handle private & protected object properties) [ext/standard/tests/strings/bug26817.phpt]
Bug #20382 (strtotime ("Monday", $date) produces wrong result on DST changeover) [ext/standard/tests/time/bug20382.phpt]
Bug #27780 (strtotime(+1 xxx) returns a wrong date/time) [ext/standard/tests/time/bug27780.phpt]
Bug #26614 (CDATA sections skipped on line count) [ext/xml/tests/bug26614.phpt]
========================================
=============================
========================================
========================================
/home/pub/src/php-5.0.0RC2/tests/lang/bug22367.phpt
========================================
========================================
---- EXPECTED OUTPUT
Strict Standards: Declaration of bar::a() must be compatible with that of foo::a() in %sbug22367.php on line %d
Strict Standards: Implicit cloning object of class 'bar' because of 'zend.ze1_compatibility_mode' in %sbug22367.php on line %d
int(5)
bool(false)
Notice: Undefined offset: 5 in %sbug22367.php on line %d
Strict Standards: Only variable references should be returned by reference in %sbug22367.php on line %d
bool(false)
array(5) {
[0]=>
int(0)
[1]=>
int(1)
[2]=>
int(2)
[3]=>
int(3)
[4]=>
int(4)
}
array(5) {
[0]=>
int(0)
[1]=>
int(1)
[2]=>
int(2)
[3]=>
int(3)
[4]=>
int(4)
}
Strict Standards: Implicit cloning object of class 'bar' because of 'zend.ze1_compatibility_mode' in %sbug22367.php on line %d
int(2)
bool(true)
bool(true)
array(5) {
[0]=>
int(0)
[1]=>
int(1)
[2]=>
int(2)
[3]=>
int(3)
[4]=>
int(4)
}
array(5) {
[0]=>
int(0)
[1]=>
int(1)
[2]=>
int(2)
[3]=>
int(3)
[4]=>
int(4)
}
---- ACTUAL OUTPUT
Strict Standards: Declaration of bar::a() should be compatible with that of foo::a() in /home/pub/src/php-5.0.0RC2/tests/lang/bug22367.php on line 45
Strict Standards: Implicit cloning object of class 'bar' because of 'zend.ze1_compatibility_mode' in /home/pub/src/php-5.0.0RC2/tests/lang/bug22367.php on line 47
int(5)
bool(false)
Notice: Undefined offset: 5 in /home/pub/src/php-5.0.0RC2/tests/lang/bug22367.php on line 9
Strict Standards: Only variable references should be returned by reference in /home/pub/src/php-5.0.0RC2/tests/lang/bug22367.php on line 40
bool(false)
array(5) {
[0]=>
int(0)
[1]=>
int(1)
[2]=>
int(2)
[3]=>
int(3)
[4]=>
int(4)
}
array(5) {
[0]=>
int(0)
[1]=>
int(1)
[2]=>
int(2)
[3]=>
int(3)
[4]=>
int(4)
}
Strict Standards: Implicit cloning object of class 'bar' because of 'zend.ze1_compatibility_mode' in /home/pub/src/php-5.0.0RC2/tests/lang/bug22367.php on line 54
int(2)
bool(true)
bool(true)
array(5) {
[0]=>
int(0)
[1]=>
int(1)
[2]=>
int(2)
[3]=>
int(3)
[4]=>
int(4)
}
array(5) {
[0]=>
int(0)
[1]=>
int(1)
[2]=>
int(2)
[3]=>
int(3)
[4]=>
int(4)
}
---- FAILED
========================================
========================================
001+ Strict Standards: Declaration of bar::a() should be compatible with that of foo::a() in /home/pub/src/php-5.0.0RC2/tests/lang/bug22367.php on line 45
001- Strict Standards: Declaration of bar::a() must be compatible with that of foo::a() in %sbug22367.php on line %d
========================================
========================================
========================================
========================================
/home/pub/src/php-5.0.0RC2/Zend/tests/bug22836.phpt
========================================
========================================
---- EXPECTED OUTPUT
string(3) "foo"
'foo'
Notice: Undefined variable: a in %s on line %d
Strict Standards: Only variable references should be returned by reference in %s on line %d
string(3) "foo"
'foo'
Notice: Undefined variable: a in %s on line %d
Strict Standards: Only variable references should be returned by reference in %s on line %d
string(3) "foo"
'foo'
Notice: Undefined variable: a in %s on line %d
Strict Standards: Only variable references should be returned by reference in %s on line %d
string(3) "foo"
'foo'
Notice: Undefined variable: a in %s on line %d
Strict Standards: Only variable references should be returned by reference in %s on line %d
string(3) "foo"
'foo'
Notice: Undefined variable: a in %s on line %d
Strict Standards: Only variable references should be returned by reference in %s on line %d
string(3) "foo"
'foo'
Notice: Undefined variable: a in %s on line %d
Strict Standards: Only variable references should be returned by reference in %s on line %d
string(3) "foo"
'foo'
Notice: Undefined variable: a in %s on line %d
Strict Standards: Only variable references should be returned by reference in %s on line %d
string(3) "foo"
'foo'
Notice: Undefined variable: a in %s on line %d
Strict Standards: Only variable references should be returned by reference in %s on line %d
string(3) "foo"
'foo'
Notice: Undefined variable: a in %s on line %d
Strict Standards: Only variable references should be returned by reference in %s on line %d
---- ACTUAL OUTPUT
string(3) "foo"
'foo'
Notice: Undefined variable: a in /home/pub/src/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
Strict Standards: Only variable references should be returned by reference in /home/pub/src/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
string(3) "foo"
'foo'
Notice: Undefined variable: a in /home/pub/src/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
Strict Standards: Only variable references should be returned by reference in /home/pub/src/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
NULL
'foo'
Notice: Undefined variable: a in /home/pub/src/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
NULL
'foo'
Notice: Undefined variable: a in /home/pub/src/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
NULL
'foo'
Notice: Undefined variable: a in /home/pub/src/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
NULL
'foo'
Notice: Undefined variable: a in /home/pub/src/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
NULL
'foo'
Notice: Undefined variable: a in /home/pub/src/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
NULL
'foo'
Notice: Undefined variable: a in /home/pub/src/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
---- FAILED
========================================
========================================
013+ NULL
013- string(3) "foo"
017+ NULL
018+ 'foo'
018- Strict Standards: Only variable references should be returned by reference in %s on line %d
019- string(3) "foo"
020+ Notice: Undefined variable: a in /home/pub/src/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
021+ NULL
022+ 'foo'
023+
024+ Notice: Undefined variable: a in /home/pub/src/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
025+ NULL
026+ 'foo'
027+
028+ Notice: Undefined variable: a in /home/pub/src/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
029+ NULL
030+ 'foo'
031+
032+ Notice: Undefined variable: a in /home/pub/src/php-5.0.0RC2/Zend/tests/bug22836.php on line 7
033+ NULL
023-
024- Strict Standards: Only variable references should be returned by reference in %s on line %d
025- string(3) "foo"
026- 'foo'
027-
028- Notice: Undefined variable: a in %s on line %d
029-
030- Strict Standards: Only variable references should be returned by reference in %s on line %d
031- string(3) "foo"
032- 'foo'
033-
034- Notice: Undefined variable: a in %s on line %d
035-
036- Strict Standards: Only variable references should be returned by reference in %s on line %d
037- string(3) "foo"
038- 'foo'
039-
040- Notice: Undefined variable: a in %s on line %d
041-
042- Strict Standards: Only variable references should be returned by reference in %s on line %d
043- string(3) "foo"
044- 'foo'
045-
046- Notice: Undefined variable: a in %s on line %d
047-
048- Strict Standards: Only variable references should be returned by reference in %s on line %d
049- string(3) "foo"
050- 'foo'
051-
052- Notice: Undefined variable: a in %s on line %d
053-
054- Strict Standards: Only variable references should be returned by reference in %s on line %d
========================================
========================================
========================================
========================================
/home/pub/src/php-5.0.0RC2/ext/gd/tests/bug27582_2.phpt
========================================
========================================
---- EXPECTED OUTPUT
000000111111101010
111111111111111111
---- ACTUAL OUTPUT
000000111111101010
---- FAILED
========================================
========================================
002- 111111111111111111
========================================
========================================
========================================
========================================
/home/pub/src/php-5.0.0RC2/ext/gettext/tests/gettext_basic.phpt
========================================
========================================
---- EXPECTED OUTPUT
Perustesti
Perustesti
---- ACTUAL OUTPUT
Basic test
Basic test
---- FAILED
========================================
========================================
001+ Basic test
002+ Basic test
001- Perustesti
002- Perustesti
========================================
========================================
========================================
========================================
/home/pub/src/php-5.0.0RC2/ext/iconv/tests/eucjp2iso2022jp.phpt
========================================
========================================
---- EXPECTED OUTPUT
1b2442467c4b5c386c2546252d2539254824481b
284220456e676c69736820746578741b2442467c
4b5c386c2546252d2539254824481b284220456e
676c69736820746578741b2442467c4b5c386c25
46252d2539254824481b284220456e676c697368
20746578741b2442467c4b5c386c2546252d2539
254824481b28422
0456e676c69736820746578741b2442467c4b5c3
86c2546252d2539254824481b284220456e676c6
9736820746578741b2442467c4b5c386c2546252
d2539254824481b284220456e676c69736820746
578741b2442467c4b5c386c2546252d253925482
4481b284220456e676c69736820746578741b244
2467c4b5c386c25
46252d2539254824481b284220456e676c697368
20746578741b2442467c4b5c386c2546252d2539
254824481b284220456e676c6973682074657874
1b2442467c4b5c386c2546252d2539254824481b
284220456e676c69736820746578741b2442467c
4b5c386c2546252d2539254824481b284220456e
676c69736820746
578741b2442467c4b5c386c2546252d253925482
4481b284220456e676c69736820746578741b244
2467c4b5c386c2546252d2539254824481b28422
0456e676c69736820746578741b2442467c4b5c3
86c2546252d2539254824481b284220456e676c6
9736820746578741b2442467c4b5c386c2546252
d2539254824481b
284220456e676c69736820746578741b2442467c
4b5c386c2546252d2539254824481b284220456e
676c69736820746578741b2442467c4b5c386c25
46252d2539254824481b284220456e676c697368
20746578741b2442467c4b5c386c2546252d2539
254824481b284220456e676c6973682074657874
1b2442467c4b5c3
86c2546252d2539254824481b284220456e676c6
9736820746578741b2442467c4b5c386c2546252
d2539254824481b284220456e676c69736820746
578741b2442467c4b5c386c2546252d253925482
4481b284220456e676c69736820746578741b244
2467c4b5c386c2546252d2539254824481b28422
0456e676c697368
20746578741b2442467c4b5c386c2546252d2539
254824481b284220456e676c6973682074657874
1b2442467c4b5c386c2546252d2539254824481b
284220456e676c69736820746578741b2442467c
4b5c386c2546252d2539254824481b284220456e
676c69736820746578741b2442467c4b5c386c25
46252d253925482
4481b284220456e676c69736820746578741b244
2467c4b5c386c2546252d2539254824481b28422
0456e676c69736820746578741b2442467c4b5c3
86c2546252d2539254824481b284220456e676c6
9736820746578741b2442467c4b5c386c2546252
d2539254824481b284220456e676c69736820746
578741b2442467c
4b5c386c2546252d2539254824481b284220456e
676c69736820746578741b2442467c4b5c386c1b
2842
---- ACTUAL OUTPUT
1b2442467c4b5c386c2546252d2539254824481b
284a20456e676c69736820746578741b2442467c
4b5c386c2546252d2539254824481b284a20456e
676c69736820746578741b2442467c4b5c386c25
46252d2539254824481b284a20456e676c697368
20746578741b2442467c4b5c386c2546252d2539
254824481b284a2
0456e676c69736820746578741b2442467c4b5c3
86c2546252d2539254824481b284a20456e676c6
9736820746578741b2442467c4b5c386c2546252
d2539254824481b284a20456e676c69736820746
578741b2442467c4b5c386c2546252d253925482
4481b284a20456e676c69736820746578741b244
2467c4b5c386c25
46252d2539254824481b284a20456e676c697368
20746578741b2442467c4b5c386c2546252d2539
254824481b284a20456e676c6973682074657874
1b2442467c4b5c386c2546252d2539254824481b
284a20456e676c69736820746578741b2442467c
4b5c386c2546252d2539254824481b284a20456e
676c69736820746
578741b2442467c4b5c386c2546252d253925482
4481b284a20456e676c69736820746578741b244
2467c4b5c386c2546252d2539254824481b284a2
0456e676c69736820746578741b2442467c4b5c3
86c2546252d2539254824481b284a20456e676c6
9736820746578741b2442467c4b5c386c2546252
d2539254824481b
284a20456e676c69736820746578741b2442467c
4b5c386c2546252d2539254824481b284a20456e
676c69736820746578741b2442467c4b5c386c25
46252d2539254824481b284a20456e676c697368
20746578741b2442467c4b5c386c2546252d2539
254824481b284a20456e676c6973682074657874
1b2442467c4b5c3
86c2546252d2539254824481b284a20456e676c6
9736820746578741b2442467c4b5c386c2546252
d2539254824481b284a20456e676c69736820746
578741b2442467c4b5c386c2546252d253925482
4481b284a20456e676c69736820746578741b244
2467c4b5c386c2546252d2539254824481b284a2
0456e676c697368
20746578741b2442467c4b5c386c2546252d2539
254824481b284a20456e676c6973682074657874
1b2442467c4b5c386c2546252d2539254824481b
284a20456e676c69736820746578741b2442467c
4b5c386c2546252d2539254824481b284a20456e
676c69736820746578741b2442467c4b5c386c25
46252d253925482
4481b284a20456e676c69736820746578741b244
2467c4b5c386c2546252d2539254824481b284a2
0456e676c69736820746578741b2442467c4b5c3
86c2546252d2539254824481b284a20456e676c6
9736820746578741b2442467c4b5c386c2546252
d2539254824481b284a20456e676c69736820746
578741b2442467c
4b5c386c2546252d2539254824481b284a20456e
676c69736820746578741b2442467c4b5c386c1b
284a
---- FAILED
========================================
========================================
001+ 1b2442467c4b5c386c2546252d2539254824481b
284a20456e676c69736820746578741b2442467c
4b5c386c2546252d2539254824481b284a20456e
676c69736820746578741b2442467c4b5c386c25
46252d2539254824481b284a20456e676c697368
20746578741b2442467c4b5c386c2546252d2539
254824481b
284a20456e676c69736820746578741b2442467c
4b5c386c2546252d2539254824481b284a20456e
676c69736820746578741b2442467c4b5c386c25
46252d2539254824481b284a20456e676c697368
20746578741b2442467c4b5c386c2546252d2539
254824481b284a20456e676c6973682074657874
1b2442467c4b5c3
86c2546252d2539254824481b284a20456e676c6
9736820746578741b2442467c4b5c386c2546252
d2539254824481b284a20456e676c69736820746
578741b2442467c4b5c386c2546252d253925482
4481b284a20456e676c69736820746578741b244
2467c4b5c386c2546252d2539254824481b284a2
0456e676c697368
20746578741b2442467c4b5c386c2546252d2539
254824481b284a20456e676c6973682074657874
1b2442467c4b5c386c2546252d2539254824481b
284a20456e676c69736820746578741b2442467c
4b5c386c2546252d2539254824481b284a20456e
676c69736820746578741b2442467c4b5c386c25
46252d253925482
4481b284a20456e676c69736820746578741b244
2467c4b5c386c2546252d2539254824481b284a2
0456e676c69736820746578741b2442467c4b5c3
86c2546252d2539254824481b284a20456e676c6
9736820746578741b2442467c4b5c386c2546252
d2539254824481b284a20456e676c69736820746
578741b2442467c
4b5c386c2546252d2539254824481b284a20456e
676c69736820746578741b2442467c4b5c386c25
46252d2539254824481b284a20456e676c697368
20746578741b2442467c4b5c386c2546252d2539
254824481b284a20456e676c6973682074657874
1b2442467c4b5c386c2546252d2539254824481b
284a20456e676c6
9736820746578741b2442467c4b5c386c2546252
d2539254824481b284a20456e676c69736820746
578741b2442467c4b5c386c2546252d253925482
4481b284a20456e676c69736820746578741b244
2467c4b5c386c2546252d2539254824481b284a2
0456e676c69736820746578741b2442467c4b5c3
86c2546252d2539
254824481b284a20456e676c6973682074657874
1b2442467c4b5c386c2546252d2539254824481b
284a20456e676c69736820746578741b2442467c
4b5c386c2546252d2539254824481b284a20456e
676c69736820746578741b2442467c4b5c386c25
46252d2539254824481b284a20456e676c697368
20746578741b244
2467c4b5c386c2546252d2539254824481b284a2
0456e676c69736820746578741b2442467c4b5c3
86c1b284a
001- 1b2442467c4b5c386c2546252d2539254824481b
284220456e676c69736820746578741b2442467c
4b5c386c2546252d2539254824481b284220456e
676c69736820746578741b2442467c4b5c386c25
46252d2539254824481b284220456e676c697368
20746578741b2442467c4b5c386c2546252d2539
254824481b
284220456e676c69736820746578741b2442467c
4b5c386c2546252d2539254824481b284220456e
676c69736820746578741b2442467c4b5c386c25
46252d2539254824481b284220456e676c697368
20746578741b2442467c4b5c386c2546252d2539
254824481b284220456e676c6973682074657874
1b2442467c4b5c3
86c2546252d2539254824481b284220456e676c6
9736820746578741b2442467c4b5c386c2546252
d2539254824481b284220456e676c69736820746
578741b2442467c4b5c386c2546252d253925482
4481b284220456e676c69736820746578741b244
2467c4b5c386c2546252d2539254824481b28422
0456e676c697368
20746578741b2442467c4b5c386c2546252d2539
254824481b284220456e676c6973682074657874
1b2442467c4b5c386c2546252d2539254824481b
284220456e676c69736820746578741b2442467c
4b5c386c2546252d2539254824481b284220456e
676c69736820746578741b2442467c4b5c386c25
46252d253925482
4481b284220456e676c69736820746578741b244
2467c4b5c386c2546252d2539254824481b28422
0456e676c69736820746578741b2442467c4b5c3
86c2546252d2539254824481b284220456e676c6
9736820746578741b2442467c4b5c386c2546252
d2539254824481b284220456e676c69736820746
578741b2442467c
4b5c386c2546252d2539254824481b284220456e
676c69736820746578741b2442467c4b5c386c25
46252d2539254824481b284220456e676c697368
20746578741b2442467c4b5c386c2546252d2539
254824481b284220456e676c6973682074657874
1b2442467c4b5c386c2546252d2539254824481b
284220456e676c6
9736820746578741b2442467c4b5c386c2546252
d2539254824481b284220456e676c69736820746
578741b2442467c4b5c386c2546252d253925482
4481b284220456e676c69736820746578741b244
2467c4b5c386c2546252d2539254824481b28422
0456e676c69736820746578741b2442467c4b5c3
86c2546252d2539
254824481b284220456e676c6973682074657874
1b2442467c4b5c386c2546252d2539254824481b
284220456e676c69736820746578741b2442467c
4b5c386c2546252d2539254824481b284220456e
676c69736820746578741b2442467c4b5c386c25
46252d2539254824481b284220456e676c697368
20746578741b244
2467c4b5c386c2546252d2539254824481b28422
0456e676c69736820746578741b2442467c4b5c3
86c1b2842
========================================
========================================
========================================
========================================
/home/pub/src/php-5.0.0RC2/ext/iconv/tests/iconv_mime_decode.phpt
========================================
========================================
---- EXPECTED OUTPUT
(31) "Subject: PrüfungPrüfungkůÔńÓlet"
(32) "Subject: Prüfung PrüfungkůÔńÓlet"
(31) "Subject: PrüfungPrüfungkůÔńÓlet"
2: iconv_mime_decode(): Malformed string
(0) ""
(27) "From: サンプル文å_—列サンプル文å_—å
ˆ—日本語テã‚_スト"
(31) "Subject: PrüfungPrüfungkůÔńÓlet"
(32) "Subject: Prüfung PrüfungkůÔńÓlet"
(100) "Subject: =?ISO-8859-1?Q?Pr=FCfung?==?ISO-8859-1*de_DE?Q?Pr=FCfung?==?ISO-8859-2?Q?k=F9=D4=F1=D3let?="
2: iconv_mime_decode(): Malformed string
(0) ""
(27) "From: サンプル文å_—列サンプル文å_—å
ˆ—日本語テã‚_スト"
(31) "Subject: PrüfungPrüfungkůÔńÓlet"
(32) "Subject: Prüfung PrüfungkůÔńÓlet"
(31) "Subject: PrüfungPrüfungkůÔńÓlet"
(84) "Subject: Prüfung=?ISO-8859-1*de_DE?Q?Pr=FCfung?? =?ISO-8859-2?X?k=F9=D4=F1=D3let?="
(27) "From: サンプル文å_—列サンプル文å_—å
ˆ—日本語テã‚_スト"
(31) "Subject: PrüfungPrüfungkůÔńÓlet"
(32) "Subject: Prüfung PrüfungkůÔńÓlet"
(100) "Subject: =?ISO-8859-1?Q?Pr=FCfung?==?ISO-8859-1*de_DE?Q?Pr=FCfung?==?ISO-8859-2?Q?k=F9=D4=F1=D3let?="
(84) "Subject: Prüfung=?ISO-8859-1*de_DE?Q?Pr=FCfung?? =?ISO-8859-2?X?k=F9=D4=F1=D3let?="
(27) "From: サンプル文å_—列サンプル文å_—å
ˆ—日本語テã‚_スト"
---- ACTUAL OUTPUT
(31) "Subject: PrüfungPrüfungkůÔńÓlet"
(32) "Subject: Prüfung PrüfungkůÔńÓlet"
(31) "Subject: PrüfungPrüfungkůÔńÓlet"
2: iconv_mime_decode(): Malformed string
8: iconv_strlen(): Unknown error (2)
(0) ""
(27) "From: サンプル文å_—列サンプル文å_—å
ˆ—日本語テã‚_スト"
(31) "Subject: PrüfungPrüfungkůÔńÓlet"
(32) "Subject: Prüfung PrüfungkůÔńÓlet"
(100) "Subject: =?ISO-8859-1?Q?Pr=FCfung?==?ISO-8859-1*de_DE?Q?Pr=FCfung?==?ISO-8859-2?Q?k=F9=D4=F1=D3let?="
2: iconv_mime_decode(): Malformed string
8: iconv_strlen(): Unknown error (2)
(0) ""
(27) "From: サンプル文å_—列サンプル文å_—å
ˆ—日本語テã‚_スト"
(31) "Subject: PrüfungPrüfungkůÔńÓlet"
(32) "Subject: Prüfung PrüfungkůÔńÓlet"
(31) "Subject: PrüfungPrüfungkůÔńÓlet"
(84) "Subject: Prüfung=?ISO-8859-1*de_DE?Q?Pr=FCfung?? =?ISO-8859-2?X?k=F9=D4=F1=D3let?="
(27) "From: サンプル文å_—列サンプル文å_—å
ˆ—日本語テã‚_スト"
(31) "Subject: PrüfungPrüfungkůÔńÓlet"
(32) "Subject: Prüfung PrüfungkůÔńÓlet"
(100) "Subject: =?ISO-8859-1?Q?Pr=FCfung?==?ISO-8859-1*de_DE?Q?Pr=FCfung?==?ISO-8859-2?Q?k=F9=D4=F1=D3let?="
(84) "Subject: Prüfung=?ISO-8859-1*de_DE?Q?Pr=FCfung?? =?ISO-8859-2?X?k=F9=D4=F1=D3let?="
(27) "From: サンプル文å_—列サンプル文å_—å
ˆ—日本語テã‚_スト"
---- FAILED
========================================
========================================
005+ 8: iconv_strlen(): Unknown error (2)
012+ 8: iconv_strlen(): Unknown error (2)
========================================
========================================
========================================
========================================
/home/pub/src/php-5.0.0RC2/ext/iconv/tests/iconv_mime_decode_headers.phpt
========================================
========================================
---- EXPECTED OUTPUT
array(17) {
["Return-Path"]=>
string(57) "<internals-return-5651-***=***.example.com@lists.php.net>"
["Received"]=>
array(3) {
[0]=>
string(259) "from pb1.pair.com (pb1.pair.com [16.92.131.4]) by ***.example.com (8.12.10/8.12.10/1970-09-30) with SMTP id hALLmpea023899 for <***@***.example.com>; Sat, 22 Jan 1970 06:48:51 +0900 (JST) (envelope-from internals-return-5651-***=***.examp
le.com@lists.php.net)"
[1]=>
string(59) "(qmail 63472 invoked by uid 1010); 1 Jan 1970 0:00:00 -0000"
[2]=>
string(59) "(qmail 63459 invoked by uid 1010); 1 Jan 1970 0:00:00 -0000"
}
["Mailing-List"]=>
string(50) "contact internals-help@lists.php.net; run by ezmlm"
["Precedence"]=>
string(4) "bulk"
["List-Help"]=>
string(37) "<mailto:internals-help@lists.php.net>"
["List-Unsubscribe"]=>
string(44) "<mailto:internals-unsubscribe@lists.php.net>"
["List-Post"]=>
string(32) "<mailto:internals@lists.php.net>"
["Delivered-To"]=>
array(3) {
[0]=>
string(36) "mailing list internals@lists.php.net"
[1]=>
string(34) "ezmlm-scan-internals@lists.php.net"
[2]=>
string(29) "ezmlm-internals@lists.php.net"
}
["Date"]=>
string(36) "Thu, 1 Jan 1970 00:00:00 -0000 (GMT)"
["From"]=>
string(33) "*** *** *** <***@***.example.com>"
["X-X-Sender"]=>
string(19) "***@***.example.com"
["To"]=>
string(23) "internals@lists.php.net"
["Message-Id"]=>
string(44) "<Pine.LNX.4.58.************@***.example.com>"
["MIME-Version"]=>
string(3) "1.0"
["Content-Type"]=>
string(28) "TEXT/PLAIN; charset=US-ASCII"
["Subject"]=>
string(54) "[PHP-DEV] [ICONV] test for iconv mime decode headers()"
["X-UIDL"]=>
string(20) "@eH!!h2:!!EOS!!A_c"!"
}
---- ACTUAL OUTPUT
Notice: iconv_mime_decode_headers(): Wrong charset, conversion from `???' to `ISO-8859-1' is not allowed in /home/pub/src/php-5.0.0RC2/ext/iconv/tests/iconv_mime_decode_headers.php on line 29
bool(false)
---- FAILED
========================================
========================================
001+ Notice: iconv_mime_decode_headers(): Wrong charset, conversion from `???' to `ISO-8859-1' is not allowed in /home/pub/src/php-5.0.0RC2/ext/iconv/tests/iconv_mime_decode_headers.php on line 29
002+ bool(false)
001- array(17) {
002- ["Return-Path"]=>
003- string(57) "<internals-return-5651-***=***.example.com@lists.php.net>"
004- ["Received"]=>
005- array(3) {
006- [0]=>
007- string(259) "from pb1.pair.com (pb1.pair.com [16.92.131.4]) by ***.example.com (8.12.10/8.12.10/1970-09-30) with SMTP id hALLmpea023899 for <***@***.example.com>; Sat, 22 Jan 1970 06:48:51 +0900 (JST) (envelope-from internals-return-5651-***=***.
example.com@lists.php.net)"
008- [1]=>
009- string(59) "(qmail 63472 invoked by uid 1010); 1 Jan 1970 0:00:00 -0000"
010- [2]=>
011- string(59) "(qmail 63459 invoked by uid 1010); 1 Jan 1970 0:00:00 -0000"
012- }
013- ["Mailing-List"]=>
014- string(50) "contact internals-help@lists.php.net; run by ezmlm"
015- ["Precedence"]=>
016- string(4) "bulk"
017- ["List-Help"]=>
018- string(37) "<mailto:internals-help@lists.php.net>"
019- ["List-Unsubscribe"]=>
020- string(44) "<mailto:internals-unsubscribe@lists.php.net>"
021- ["List-Post"]=>
022- string(32) "<mailto:internals@lists.php.net>"
023- ["Delivered-To"]=>
024- array(3) {
025- [0]=>
026- string(36) "mailing list internals@lists.php.net"
027- [1]=>
028- string(34) "ezmlm-scan-internals@lists.php.net"
029- [2]=>
030- string(29) "ezmlm-internals@lists.php.net"
031- }
032- ["Date"]=>
033- string(36) "Thu, 1 Jan 1970 00:00:00 -0000 (GMT)"
034- ["From"]=>
035- string(33) "*** *** *** <***@***.example.com>"
036- ["X-X-Sender"]=>
037- string(19) "***@***.example.com"
038- ["To"]=>
039- string(23) "internals@lists.php.net"
040- ["Message-Id"]=>
041- string(44) "<Pine.LNX.4.58.************@***.example.com>"
042- ["MIME-Version"]=>
043- string(3) "1.0"
044- ["Content-Type"]=>
045- string(28) "TEXT/PLAIN; charset=US-ASCII"
046- ["Subject"]=>
047- string(54) "[PHP-DEV] [ICONV] test for iconv mime decode headers()"
048- ["X-UIDL"]=>
049- string(20) "@eH!!h2:!!EOS!!A_c"!"
050- }
========================================
========================================
========================================
========================================
/home/pub/src/php-5.0.0RC2/ext/iconv/tests/iconv_mime_encode.phpt
========================================
========================================
---- EXPECTED OUTPUT
-------- line length=0
2: %s
bool(false)
--------
-------- line length=1
2: %s
bool(false)
--------
-------- line length=2
2: %s
bool(false)
--------
-------- line length=3
2: %s
bool(false)
--------
-------- line length=4
2: %s
bool(false)
--------
-------- line length=5
2: %s
bool(false)
--------
-------- line length=6
2: %s
bool(false)
--------
-------- line length=7
2: %s
bool(false)
--------
-------- line length=8
2: %s
bool(false)
--------
-------- line length=9
2: %s
bool(false)
--------
-------- line length=10
2: %s
bool(false)
--------
-------- line length=11
2: %s
bool(false)
--------
-------- line length=12
2: %s
bool(false)
--------
-------- line length=13
2: %s
bool(false)
--------
-------- line length=14
2: %s
bool(false)
--------
-------- line length=15
2: %s
bool(false)
--------
-------- line length=16
2: %s
bool(false)
--------
-------- line length=17
2: %s
bool(false)
--------
-------- line length=18
2: %s
bool(false)
--------
-------- line length=19
2: %s
bool(false)
--------
-------- line length=20
2: %s
bool(false)
--------
-------- line length=21
2: %s
bool(false)
--------
-------- line length=22
2: %s
bool(false)
--------
-------- line length=23
2: %s
bool(false)
--------
-------- line length=24
2: %s
bool(false)
--------
-------- line length=25
2: %s
bool(false)
--------
-------- line length=26
2: %s
bool(false)
--------
-------- line length=27
2: %s
bool(false)
--------
-------- line length=28
2: %s
bool(false)
--------
-------- line length=29
2: %s
bool(false)
--------
-------- line length=30
2: %s
bool(false)
--------
-------- line length=31
2: %s
bool(false)
--------
-------- line length=32
2: %s
bool(false)
--------
-------- line length=33
2: %s
bool(false)
--------
-------- line length=34
2: %s
bool(false)
--------
-------- line length=35
2: %s
bool(false)
--------
-------- line length=36
string(396) "From: =?ISO-2022-JP?B?GyRCJTUbKEI=?=
=?ISO-2022-JP?B?GyRCJXMlVxsoQg==?=
=?ISO-2022-JP?B?GyRCJWtKOBsoQg==?=
=?ISO-2022-JP?B?GyRCO3pOcxsoQg==?=
=?ISO-2022-JP?B?GyRCJTUlcxsoQg==?=
=?ISO-2022-JP?B?GyRCJVclaxsoQg==?=
=?ISO-2022-JP?B?GyRCSjg7ehsoQg==?=
=?ISO-2022-JP?B?GyRCTnNGfBsoQg==?=
=?ISO-2022-JP?B?GyRCS1w4bBsoQg==?=
=?ISO-2022-JP?B?GyRCJUYlLRsoQg==?=
=?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
-------- bool(true)
-------- line length=37
string(396) "From: =?ISO-2022-JP?B?GyRCJTUbKEI=?=
=?ISO-2022-JP?B?GyRCJXMlVxsoQg==?=
=?ISO-2022-JP?B?GyRCJWtKOBsoQg==?=
=?ISO-2022-JP?B?GyRCO3pOcxsoQg==?=
=?ISO-2022-JP?B?GyRCJTUlcxsoQg==?=
=?ISO-2022-JP?B?GyRCJVclaxsoQg==?=
=?ISO-2022-JP?B?GyRCSjg7ehsoQg==?=
=?ISO-2022-JP?B?GyRCTnNGfBsoQg==?=
=?ISO-2022-JP?B?GyRCS1w4bBsoQg==?=
=?ISO-2022-JP?B?GyRCJUYlLRsoQg==?=
=?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
-------- bool(true)
-------- line length=38
string(396) "From: =?ISO-2022-JP?B?GyRCJTUbKEI=?=
=?ISO-2022-JP?B?GyRCJXMlVxsoQg==?=
=?ISO-2022-JP?B?GyRCJWtKOBsoQg==?=
=?ISO-2022-JP?B?GyRCO3pOcxsoQg==?=
=?ISO-2022-JP?B?GyRCJTUlcxsoQg==?=
=?ISO-2022-JP?B?GyRCJVclaxsoQg==?=
=?ISO-2022-JP?B?GyRCSjg7ehsoQg==?=
=?ISO-2022-JP?B?GyRCTnNGfBsoQg==?=
=?ISO-2022-JP?B?GyRCS1w4bBsoQg==?=
=?ISO-2022-JP?B?GyRCJUYlLRsoQg==?=
=?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
-------- bool(true)
-------- line length=39
string(236) "From: =?ISO-2022-JP?B?GyRCJTUbKEI=?=
=?ISO-2022-JP?B?GyRCJXMlVyVrSjgbKEI=?=
=?ISO-2022-JP?B?GyRCO3pOcyU1JXMbKEI=?=
=?ISO-2022-JP?B?GyRCJVcla0o4O3obKEI=?=
=?ISO-2022-JP?B?GyRCTnNGfEtcOGwbKEI=?=
=?ISO-2022-JP?B?GyRCJUYlLSU5JUgbKEI=?="
-------- bool(true)
-------- line length=40
string(236) "From: =?ISO-2022-JP?B?GyRCJTUlcxsoQg==?=
=?ISO-2022-JP?B?GyRCJVcla0o4O3obKEI=?=
=?ISO-2022-JP?B?GyRCTnMlNSVzJVcbKEI=?=
=?ISO-2022-JP?B?GyRCJWtKODt6TnMbKEI=?=
=?ISO-2022-JP?B?GyRCRnxLXDhsJUYbKEI=?=
=?ISO-2022-JP?B?GyRCJS0lOSVIGyhC?="
-------- bool(true)
-------- line length=41
string(236) "From: =?ISO-2022-JP?B?GyRCJTUlcxsoQg==?=
=?ISO-2022-JP?B?GyRCJVcla0o4O3obKEI=?=
=?ISO-2022-JP?B?GyRCTnMlNSVzJVcbKEI=?=
=?ISO-2022-JP?B?GyRCJWtKODt6TnMbKEI=?=
=?ISO-2022-JP?B?GyRCRnxLXDhsJUYbKEI=?=
=?ISO-2022-JP?B?GyRCJS0lOSVIGyhC?="
-------- bool(true)
-------- line length=42
string(236) "From: =?ISO-2022-JP?B?GyRCJTUlcxsoQg==?=
=?ISO-2022-JP?B?GyRCJVcla0o4O3obKEI=?=
=?ISO-2022-JP?B?GyRCTnMlNSVzJVcbKEI=?=
=?ISO-2022-JP?B?GyRCJWtKODt6TnMbKEI=?=
=?ISO-2022-JP?B?GyRCRnxLXDhsJUYbKEI=?=
=?ISO-2022-JP?B?GyRCJS0lOSVIGyhC?="
-------- bool(true)
-------- line length=43
string(212) "From: =?ISO-2022-JP?B?GyRCJTUlcxsoQg==?=
=?ISO-2022-JP?B?GyRCJVcla0o4O3pOcxsoQg==?=
=?ISO-2022-JP?B?GyRCJTUlcyVXJWtKOBsoQg==?=
=?ISO-2022-JP?B?GyRCO3pOc0Z8S1w4bBsoQg==?=
=?ISO-2022-JP?B?GyRCJUYlLSU5JUgbKEI=?="
-------- bool(true)
-------- line length=44
string(212) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWsbKEI=?=
=?ISO-2022-JP?B?GyRCSjg7ek5zJTUlcxsoQg==?=
=?ISO-2022-JP?B?GyRCJVcla0o4O3pOcxsoQg==?=
=?ISO-2022-JP?B?GyRCRnxLXDhsJUYlLRsoQg==?=
=?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
-------- bool(true)
-------- line length=45
string(212) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWsbKEI=?=
=?ISO-2022-JP?B?GyRCSjg7ek5zJTUlcxsoQg==?=
=?ISO-2022-JP?B?GyRCJVcla0o4O3pOcxsoQg==?=
=?ISO-2022-JP?B?GyRCRnxLXDhsJUYlLRsoQg==?=
=?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
-------- bool(true)
-------- line length=46
string(212) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWsbKEI=?=
=?ISO-2022-JP?B?GyRCSjg7ek5zJTUlcxsoQg==?=
=?ISO-2022-JP?B?GyRCJVcla0o4O3pOcxsoQg==?=
=?ISO-2022-JP?B?GyRCRnxLXDhsJUYlLRsoQg==?=
=?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
-------- bool(true)
-------- line length=47
string(176) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWsbKEI=?=
=?ISO-2022-JP?B?GyRCSjg7ek5zJTUlcyVXJWsbKEI=?=
=?ISO-2022-JP?B?GyRCSjg7ek5zRnxLXDhsJUYbKEI=?=
=?ISO-2022-JP?B?GyRCJS0lOSVIGyhC?="
-------- bool(true)
-------- line length=48
string(180) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKOBsoQg==?=
=?ISO-2022-JP?B?GyRCO3pOcyU1JXMlVyVrSjgbKEI=?=
=?ISO-2022-JP?B?GyRCO3pOc0Z8S1w4bCVGJS0bKEI=?=
=?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
-------- bool(true)
-------- line length=49
string(180) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKOBsoQg==?=
=?ISO-2022-JP?B?GyRCO3pOcyU1JXMlVyVrSjgbKEI=?=
=?ISO-2022-JP?B?GyRCO3pOc0Z8S1w4bCVGJS0bKEI=?=
=?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
-------- bool(true)
-------- line length=50
string(180) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKOBsoQg==?=
=?ISO-2022-JP?B?GyRCO3pOcyU1JXMlVyVrSjgbKEI=?=
=?ISO-2022-JP?B?GyRCO3pOc0Z8S1w4bCVGJS0bKEI=?=
=?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
-------- bool(true)
-------- line length=51
string(152) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKOBsoQg==?=
=?ISO-2022-JP?B?GyRCO3pOcyU1JXMlVyVrSjg7ehsoQg==?=
=?ISO-2022-JP?B?GyRCTnNGfEtcOGwlRiUtJTklSBsoQg==?="
-------- bool(true)
-------- line length=52
string(148) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMbKEI=?=
=?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnNGfBsoQg==?=
=?ISO-2022-JP?B?GyRCS1w4bCVGJS0lOSVIGyhC?="
-------- bool(true)
-------- line length=53
string(148) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMbKEI=?=
=?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnNGfBsoQg==?=
=?ISO-2022-JP?B?GyRCS1w4bCVGJS0lOSVIGyhC?="
-------- bool(true)
-------- line length=54
string(148) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMbKEI=?=
=?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnNGfBsoQg==?=
=?ISO-2022-JP?B?GyRCS1w4bCVGJS0lOSVIGyhC?="
-------- bool(true)
-------- line length=55
string(148) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMbKEI=?=
=?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnNGfEtcOGwbKEI=?=
=?ISO-2022-JP?B?GyRCJUYlLSU5JUgbKEI=?="
-------- bool(true)
-------- line length=56
string(148) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNRsoQg==?=
=?ISO-2022-JP?B?GyRCJXMlVyVrSjg7ek5zRnxLXDhsJUYbKEI=?=
=?ISO-2022-JP?B?GyRCJS0lOSVIGyhC?="
-------- bool(true)
-------- line length=57
string(148) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNRsoQg==?=
=?ISO-2022-JP?B?GyRCJXMlVyVrSjg7ek5zRnxLXDhsJUYbKEI=?=
=?ISO-2022-JP?B?GyRCJS0lOSVIGyhC?="
-------- bool(true)
-------- line length=58
string(148) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNRsoQg==?=
=?ISO-2022-JP?B?GyRCJXMlVyVrSjg7ek5zRnxLXDhsJUYbKEI=?=
=?ISO-2022-JP?B?GyRCJS0lOSVIGyhC?="
-------- bool(true)
-------- line length=59
string(152) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNRsoQg==?=
=?ISO-2022-JP?B? GyRCJXMlVyVrSjg7ek5zRnxLXDhsJUYlLRsoQg==
?=
=?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
-------- bool(true)
-------- line length=60
string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcbKEI=?=
=?ISO-2022-JP?B? GyRCJWtKODt6TnNGfEtcOGwlRiUtJTklSBsoQg==
?="
-------- bool(true)
-------- line length=61
string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcbKEI=?=
=?ISO-2022-JP?B? GyRCJWtKODt6TnNGfEtcOGwlRiUtJTklSBsoQg==
?="
-------- bool(true)
-------- line length=62
string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcbKEI=?=
=?ISO-2022-JP?B? GyRCJWtKODt6TnNGfEtcOGwlRiUtJTklSBsoQg==
?="
-------- bool(true)
-------- line length=63
string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcbKEI=?=
=?ISO-2022-JP?B? GyRCJWtKODt6TnNGfEtcOGwlRiUtJTklSBsoQg==
?="
-------- bool(true)
-------- line length=64
string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVclaxsoQg==
?=
=?ISO-2022-JP?B?GyRCSjg7ek5zRnxLXDhsJUYlLSU5JUgbKEI=?="
-------- bool(true)
-------- line length=65
string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVclaxsoQg==
?=
=?ISO-2022-JP?B?GyRCSjg7ek5zRnxLXDhsJUYlLSU5JUgbKEI=?="
-------- bool(true)
-------- line length=66
string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVclaxsoQg==
?=
=?ISO-2022-JP?B?GyRCSjg7ek5zRnxLXDhsJUYlLSU5JUgbKEI=?="
-------- bool(true)
-------- line length=67
string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVclaxsoQg==
?=
=?ISO-2022-JP?B?GyRCSjg7ek5zRnxLXDhsJUYlLSU5JUgbKEI=?="
-------- bool(true)
-------- line length=68
string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3ob
KEI=?=
=?ISO-2022-JP?B?GyRCTnNGfEtcOGwlRiUtJTklSBsoQg==?="
-------- bool(true)
-------- line length=69
string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3ob
KEI=?=
=?ISO-2022-JP?B?GyRCTnNGfEtcOGwlRiUtJTklSBsoQg==?="
-------- bool(true)
-------- line length=70
string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3ob
KEI=?=
=?ISO-2022-JP?B?GyRCTnNGfEtcOGwlRiUtJTklSBsoQg==?="
-------- bool(true)
-------- line length=71
string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3ob
KEI=?=
=?ISO-2022-JP?B?GyRCTnNGfEtcOGwlRiUtJTklSBsoQg==?="
-------- bool(true)
-------- line length=72
string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3pO
cxsoQg==?=
=?ISO-2022-JP?B?GyRCRnxLXDhsJUYlLSU5JUgbKEI=?="
-------- bool(true)
-------- line length=73
string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3pO
cxsoQg==?=
=?ISO-2022-JP?B?GyRCRnxLXDhsJUYlLSU5JUgbKEI=?="
-------- bool(true)
-------- line length=74
string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3pO
cxsoQg==?=
=?ISO-2022-JP?B?GyRCRnxLXDhsJUYlLSU5JUgbKEI=?="
-------- bool(true)
-------- line length=75
string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3pO
cxsoQg==?=
=?ISO-2022-JP?B?GyRCRnxLXDhsJUYlLSU5JUgbKEI=?="
-------- bool(true)
-------- line length=76
string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3pO
c0Z8S1wbKEI=?=
=?ISO-2022-JP?B?GyRCOGwlRiUtJTklSBsoQg==?="
-------- bool(true)
-------- line length=77
string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3pO
c0Z8S1wbKEI=?=
=?ISO-2022-JP?B?GyRCOGwlRiUtJTklSBsoQg==?="
-------- bool(true)
-------- line length=78
string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3pO
c0Z8S1wbKEI=?=
=?ISO-2022-JP?B?GyRCOGwlRiUtJTklSBsoQg==?="
-------- bool(true)
-------- line length=79
string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3pO
c0Z8S1wbKEI=?=
=?ISO-2022-JP?B?GyRCOGwlRiUtJTklSBsoQg==?="
-------- bool(true)
---- ACTUAL OUTPUT
-------- line length=0
2: iconv_mime_encode(): Run out of buffer
bool(false)
--------
-------- line length=1
2: iconv_mime_encode(): Run out of buffer
bool(false)
--------
-------- line length=2
2: iconv_mime_encode(): Run out of buffer
bool(false)
--------
-------- line length=3
2: iconv_mime_encode(): Run out of buffer
bool(false)
--------
-------- line length=4
2: iconv_mime_encode(): Run out of buffer
bool(false)
--------
-------- line length=5
2: iconv_mime_encode(): Run out of buffer
bool(false)
--------
-------- line length=6
2: iconv_mime_encode(): Run out of buffer
bool(false)
--------
-------- line length=7
2: iconv_mime_encode(): Run out of buffer
bool(false)
--------
-------- line length=8
2: iconv_mime_encode(): Run out of buffer
bool(false)
--------
-------- line length=9
2: iconv_mime_encode(): Run out of buffer
bool(false)
--------
-------- line length=10
2: iconv_mime_encode(): Run out of buffer
bool(false)
--------
-------- line length=11
2: iconv_mime_encode(): Run out of buffer
bool(false)
--------
-------- line length=12
2: iconv_mime_encode(): Run out of buffer
bool(false)
--------
-------- line length=13
2: iconv_mime_encode(): Run out of buffer
bool(false)
--------
-------- line length=14
2: iconv_mime_encode(): Run out of buffer
bool(false)
--------
-------- line length=15
2: iconv_mime_encode(): Run out of buffer
bool(false)
--------
-------- line length=16
2: iconv_mime_encode(): Run out of buffer
bool(false)
--------
-------- line length=17
2: iconv_mime_encode(): Run out of buffer
bool(false)
--------
-------- line length=18
2: iconv_mime_encode(): Run out of buffer
bool(false)
--------
-------- line length=19
2: iconv_mime_encode(): Run out of buffer
bool(false)
--------
-------- line length=20
2: iconv_mime_encode(): Run out of buffer
bool(false)
--------
-------- line length=21
2: iconv_mime_encode(): Run out of buffer
bool(false)
--------
-------- line length=22
2: iconv_mime_encode(): Run out of buffer
bool(false)
--------
-------- line length=23
2: iconv_mime_encode(): Run out of buffer
bool(false)
--------
-------- line length=24
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=25
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=26
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=27
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=28
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=29
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=30
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=31
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=32
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=33
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=34
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=35
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=36
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=37
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=38
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=39
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=40
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=41
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=42
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=43
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=44
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=45
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=46
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=47
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=48
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=49
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=50
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=51
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=52
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=53
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=54
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=55
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=56
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=57
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=58
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=59
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=60
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=61
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=62
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=63
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=64
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=65
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=66
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=67
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=68
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=69
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=70
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=71
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=72
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=73
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=74
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=75
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=76
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=77
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=78
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
-------- line length=79
8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
bool(false)
--------
---- FAILED
========================================
========================================
098+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
098- 2: %s
102+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
102- 2: %s
106+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
106- 2: %s
110+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
110- 2: %s
114+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
114- 2: %s
118+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
118- 2: %s
122+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
122- 2: %s
126+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
126- 2: %s
130+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
130- 2: %s
134+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
134- 2: %s
138+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
138- 2: %s
142+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
142- 2: %s
146+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
147+ bool(false)
148+ --------
149+ -------- line length=37
150+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
151+ bool(false)
152+ --------
153+ -------- line length=38
154+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
155+ bool(false)
156+ --------
157+ -------- line length=39
158+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
159+ bool(false)
160+ --------
161+ -------- line length=40
162+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
163+ bool(false)
164+ --------
165+ -------- line length=41
166+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
167+ bool(false)
168+ --------
169+ -------- line length=42
170+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
171+ bool(false)
172+ --------
173+ -------- line length=43
174+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
175+ bool(false)
176+ --------
177+ -------- line length=44
178+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
179+ bool(false)
180+ --------
181+ -------- line length=45
182+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
183+ bool(false)
184+ --------
185+ -------- line length=46
186+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
187+ bool(false)
188+ --------
189+ -------- line length=47
190+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
191+ bool(false)
192+ --------
193+ -------- line length=48
194+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
195+ bool(false)
196+ --------
197+ -------- line length=49
198+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
199+ bool(false)
200+ --------
201+ -------- line length=50
202+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
203+ bool(false)
204+ --------
205+ -------- line length=51
206+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
207+ bool(false)
208+ --------
209+ -------- line length=52
210+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
211+ bool(false)
212+ --------
213+ -------- line length=53
214+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
215+ bool(false)
216+ --------
217+ -------- line length=54
218+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
219+ bool(false)
220+ --------
221+ -------- line length=55
222+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
223+ bool(false)
224+ --------
225+ -------- line length=56
226+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
227+ bool(false)
228+ --------
229+ -------- line length=57
230+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
231+ bool(false)
232+ --------
233+ -------- line length=58
234+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
235+ bool(false)
236+ --------
237+ -------- line length=59
238+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
239+ bool(false)
240+ --------
241+ -------- line length=60
242+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
243+ bool(false)
244+ --------
245+ -------- line length=61
246+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
247+ bool(false)
248+ --------
249+ -------- line length=62
250+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
251+ bool(false)
252+ --------
253+ -------- line length=63
254+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
255+ bool(false)
256+ --------
257+ -------- line length=64
258+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
259+ bool(false)
260+ --------
261+ -------- line length=65
262+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
263+ bool(false)
264+ --------
265+ -------- line length=66
266+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
267+ bool(false)
268+ --------
269+ -------- line length=67
270+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
271+ bool(false)
272+ --------
273+ -------- line length=68
274+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
275+ bool(false)
276+ --------
277+ -------- line length=69
278+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
279+ bool(false)
280+ --------
281+ -------- line length=70
282+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
283+ bool(false)
284+ --------
285+ -------- line length=71
286+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
287+ bool(false)
288+ --------
289+ -------- line length=72
290+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
291+ bool(false)
292+ --------
293+ -------- line length=73
294+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
295+ bool(false)
296+ --------
297+ -------- line length=74
298+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
299+ bool(false)
300+ --------
301+ -------- line length=75
302+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
303+ bool(false)
304+ --------
305+ -------- line length=76
306+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
307+ bool(false)
308+ --------
309+ -------- line length=77
310+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
311+ bool(false)
312+ --------
313+ -------- line length=78
314+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
315+ bool(false)
316+ --------
317+ -------- line length=79
318+ 8: iconv_mime_encode(): Wrong charset, conversion from `EUC-JP' to `ISO-2022-JP' is not allowed
319+ bool(false)
320+ --------
146- string(396) "From: =?ISO-2022-JP?B?GyRCJTUbKEI=?=
147- =?ISO-2022-JP?B?GyRCJXMlVxsoQg==?=
148- =?ISO-2022-JP?B?GyRCJWtKOBsoQg==?=
149- =?ISO-2022-JP?B?GyRCO3pOcxsoQg==?=
150- =?ISO-2022-JP?B?GyRCJTUlcxsoQg==?=
151- =?ISO-2022-JP?B?GyRCJVclaxsoQg==?=
152- =?ISO-2022-JP?B?GyRCSjg7ehsoQg==?=
153- =?ISO-2022-JP?B?GyRCTnNGfBsoQg==?=
154- =?ISO-2022-JP?B?GyRCS1w4bBsoQg==?=
155- =?ISO-2022-JP?B?GyRCJUYlLRsoQg==?=
156- =?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
157- -------- bool(true)
158- -------- line length=37
159- string(396) "From: =?ISO-2022-JP?B?GyRCJTUbKEI=?=
160- =?ISO-2022-JP?B?GyRCJXMlVxsoQg==?=
161- =?ISO-2022-JP?B?GyRCJWtKOBsoQg==?=
162- =?ISO-2022-JP?B?GyRCO3pOcxsoQg==?=
163- =?ISO-2022-JP?B?GyRCJTUlcxsoQg==?=
164- =?ISO-2022-JP?B?GyRCJVclaxsoQg==?=
165- =?ISO-2022-JP?B?GyRCSjg7ehsoQg==?=
166- =?ISO-2022-JP?B?GyRCTnNGfBsoQg==?=
167- =?ISO-2022-JP?B?GyRCS1w4bBsoQg==?=
168- =?ISO-2022-JP?B?GyRCJUYlLRsoQg==?=
169- =?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
170- -------- bool(true)
171- -------- line length=38
172- string(396) "From: =?ISO-2022-JP?B?GyRCJTUbKEI=?=
173- =?ISO-2022-JP?B?GyRCJXMlVxsoQg==?=
174- =?ISO-2022-JP?B?GyRCJWtKOBsoQg==?=
175- =?ISO-2022-JP?B?GyRCO3pOcxsoQg==?=
176- =?ISO-2022-JP?B?GyRCJTUlcxsoQg==?=
177- =?ISO-2022-JP?B?GyRCJVclaxsoQg==?=
178- =?ISO-2022-JP?B?GyRCSjg7ehsoQg==?=
179- =?ISO-2022-JP?B?GyRCTnNGfBsoQg==?=
180- =?ISO-2022-JP?B?GyRCS1w4bBsoQg==?=
181- =?ISO-2022-JP?B?GyRCJUYlLRsoQg==?=
182- =?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
183- -------- bool(true)
184- -------- line length=39
185- string(236) "From: =?ISO-2022-JP?B?GyRCJTUbKEI=?=
186- =?ISO-2022-JP?B?GyRCJXMlVyVrSjgbKEI=?=
187- =?ISO-2022-JP?B?GyRCO3pOcyU1JXMbKEI=?=
188- =?ISO-2022-JP?B?GyRCJVcla0o4O3obKEI=?=
189- =?ISO-2022-JP?B?GyRCTnNGfEtcOGwbKEI=?=
190- =?ISO-2022-JP?B?GyRCJUYlLSU5JUgbKEI=?="
191- -------- bool(true)
192- -------- line length=40
193- string(236) "From: =?ISO-2022-JP?B?GyRCJTUlcxsoQg==?=
194- =?ISO-2022-JP?B?GyRCJVcla0o4O3obKEI=?=
195- =?ISO-2022-JP?B?GyRCTnMlNSVzJVcbKEI=?=
196- =?ISO-2022-JP?B?GyRCJWtKODt6TnMbKEI=?=
197- =?ISO-2022-JP?B?GyRCRnxLXDhsJUYbKEI=?=
198- =?ISO-2022-JP?B?GyRCJS0lOSVIGyhC?="
199- -------- bool(true)
200- -------- line length=41
201- string(236) "From: =?ISO-2022-JP?B?GyRCJTUlcxsoQg==?=
202- =?ISO-2022-JP?B?GyRCJVcla0o4O3obKEI=?=
203- =?ISO-2022-JP?B?GyRCTnMlNSVzJVcbKEI=?=
204- =?ISO-2022-JP?B?GyRCJWtKODt6TnMbKEI=?=
205- =?ISO-2022-JP?B?GyRCRnxLXDhsJUYbKEI=?=
206- =?ISO-2022-JP?B?GyRCJS0lOSVIGyhC?="
207- -------- bool(true)
208- -------- line length=42
209- string(236) "From: =?ISO-2022-JP?B?GyRCJTUlcxsoQg==?=
210- =?ISO-2022-JP?B?GyRCJVcla0o4O3obKEI=?=
211- =?ISO-2022-JP?B?GyRCTnMlNSVzJVcbKEI=?=
212- =?ISO-2022-JP?B?GyRCJWtKODt6TnMbKEI=?=
213- =?ISO-2022-JP?B?GyRCRnxLXDhsJUYbKEI=?=
214- =?ISO-2022-JP?B?GyRCJS0lOSVIGyhC?="
215- -------- bool(true)
216- -------- line length=43
217- string(212) "From: =?ISO-2022-JP?B?GyRCJTUlcxsoQg==?=
218- =?ISO-2022-JP?B?GyRCJVcla0o4O3pOcxsoQg==?=
219- =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKOBsoQg==?=
220- =?ISO-2022-JP?B?GyRCO3pOc0Z8S1w4bBsoQg==?=
221- =?ISO-2022-JP?B?GyRCJUYlLSU5JUgbKEI=?="
222- -------- bool(true)
223- -------- line length=44
224- string(212) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWsbKEI=?=
225- =?ISO-2022-JP?B?GyRCSjg7ek5zJTUlcxsoQg==?=
226- =?ISO-2022-JP?B?GyRCJVcla0o4O3pOcxsoQg==?=
227- =?ISO-2022-JP?B?GyRCRnxLXDhsJUYlLRsoQg==?=
228- =?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
229- -------- bool(true)
230- -------- line length=45
231- string(212) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWsbKEI=?=
232- =?ISO-2022-JP?B?GyRCSjg7ek5zJTUlcxsoQg==?=
233- =?ISO-2022-JP?B?GyRCJVcla0o4O3pOcxsoQg==?=
234- =?ISO-2022-JP?B?GyRCRnxLXDhsJUYlLRsoQg==?=
235- =?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
236- -------- bool(true)
237- -------- line length=46
238- string(212) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWsbKEI=?=
239- =?ISO-2022-JP?B?GyRCSjg7ek5zJTUlcxsoQg==?=
240- =?ISO-2022-JP?B?GyRCJVcla0o4O3pOcxsoQg==?=
241- =?ISO-2022-JP?B?GyRCRnxLXDhsJUYlLRsoQg==?=
242- =?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
243- -------- bool(true)
244- -------- line length=47
245- string(176) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWsbKEI=?=
246- =?ISO-2022-JP?B?GyRCSjg7ek5zJTUlcyVXJWsbKEI=?=
247- =?ISO-2022-JP?B?GyRCSjg7ek5zRnxLXDhsJUYbKEI=?=
248- =?ISO-2022-JP?B?GyRCJS0lOSVIGyhC?="
249- -------- bool(true)
250- -------- line length=48
251- string(180) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKOBsoQg==?=
252- =?ISO-2022-JP?B?GyRCO3pOcyU1JXMlVyVrSjgbKEI=?=
253- =?ISO-2022-JP?B?GyRCO3pOc0Z8S1w4bCVGJS0bKEI=?=
254- =?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
255- -------- bool(true)
256- -------- line length=49
257- string(180) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKOBsoQg==?=
258- =?ISO-2022-JP?B?GyRCO3pOcyU1JXMlVyVrSjgbKEI=?=
259- =?ISO-2022-JP?B?GyRCO3pOc0Z8S1w4bCVGJS0bKEI=?=
260- =?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
261- -------- bool(true)
262- -------- line length=50
263- string(180) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKOBsoQg==?=
264- =?ISO-2022-JP?B?GyRCO3pOcyU1JXMlVyVrSjgbKEI=?=
265- =?ISO-2022-JP?B?GyRCO3pOc0Z8S1w4bCVGJS0bKEI=?=
266- =?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
267- -------- bool(true)
268- -------- line length=51
269- string(152) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKOBsoQg==?=
270- =?ISO-2022-JP?B?GyRCO3pOcyU1JXMlVyVrSjg7ehsoQg==?=
271- =?ISO-2022-JP?B?GyRCTnNGfEtcOGwlRiUtJTklSBsoQg==?="
272- -------- bool(true)
273- -------- line length=52
274- string(148) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMbKEI=?=
275- =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnNGfBsoQg==?=
276- =?ISO-2022-JP?B?GyRCS1w4bCVGJS0lOSVIGyhC?="
277- -------- bool(true)
278- -------- line length=53
279- string(148) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMbKEI=?=
280- =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnNGfBsoQg==?=
281- =?ISO-2022-JP?B?GyRCS1w4bCVGJS0lOSVIGyhC?="
282- -------- bool(true)
283- -------- line length=54
284- string(148) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMbKEI=?=
285- =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnNGfBsoQg==?=
286- =?ISO-2022-JP?B?GyRCS1w4bCVGJS0lOSVIGyhC?="
287- -------- bool(true)
288- -------- line length=55
289- string(148) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMbKEI=?=
290- =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnNGfEtcOGwbKEI=?=
291- =?ISO-2022-JP?B?GyRCJUYlLSU5JUgbKEI=?="
292- -------- bool(true)
293- -------- line length=56
294- string(148) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNRsoQg==?=
295- =?ISO-2022-JP?B?GyRCJXMlVyVrSjg7ek5zRnxLXDhsJUYbKEI=?=
296- =?ISO-2022-JP?B?GyRCJS0lOSVIGyhC?="
297- -------- bool(true)
298- -------- line length=57
299- string(148) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNRsoQg==?=
300- =?ISO-2022-JP?B?GyRCJXMlVyVrSjg7ek5zRnxLXDhsJUYbKEI=?=
301- =?ISO-2022-JP?B?GyRCJS0lOSVIGyhC?="
302- -------- bool(true)
303- -------- line length=58
304- string(148) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNRsoQg==?=
305- =?ISO-2022-JP?B?GyRCJXMlVyVrSjg7ek5zRnxLXDhsJUYbKEI=?=
306- =?ISO-2022-JP?B?GyRCJS0lOSVIGyhC?="
307- -------- bool(true)
308- -------- line length=59
309- string(152) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNRsoQg==?=
310- =?ISO-2022-JP?B? GyRCJXMlVyVrSjg7ek5zRnxLXDhsJUYlLRsoQg==
?=
311- =?ISO-2022-JP?B?GyRCJTklSBsoQg==?="
312- -------- bool(true)
313- -------- line length=60
314- string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcbKEI=?=
315- =?ISO-2022-JP?B? GyRCJWtKODt6TnNGfEtcOGwlRiUtJTklSBsoQg==
?="
316- -------- bool(true)
317- -------- line length=61
318- string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcbKEI=?=
319- =?ISO-2022-JP?B? GyRCJWtKODt6TnNGfEtcOGwlRiUtJTklSBsoQg==
?="
320- -------- bool(true)
321- -------- line length=62
322- string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcbKEI=?=
323- =?ISO-2022-JP?B? GyRCJWtKODt6TnNGfEtcOGwlRiUtJTklSBsoQg==
?="
324- -------- bool(true)
325- -------- line length=63
326- string(120) "From: =?ISO-2022-JP?B?GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcbKEI=?=
327- =?ISO-2022-JP?B? GyRCJWtKODt6TnNGfEtcOGwlRiUtJTklSBsoQg==
?="
328- -------- bool(true)
329- -------- line length=64
330- string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVclaxsoQg==
?=
331- =?ISO-2022-JP?B?GyRCSjg7ek5zRnxLXDhsJUYlLSU5JUgbKEI=?="
332- -------- bool(true)
333- -------- line length=65
334- string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVclaxsoQg==
?=
335- =?ISO-2022-JP?B?GyRCSjg7ek5zRnxLXDhsJUYlLSU5JUgbKEI=?="
336- -------- bool(true)
337- -------- line length=66
338- string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVclaxsoQg==
?=
339- =?ISO-2022-JP?B?GyRCSjg7ek5zRnxLXDhsJUYlLSU5JUgbKEI=?="
340- -------- bool(true)
341- -------- line length=67
342- string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVclaxsoQg==
?=
343- =?ISO-2022-JP?B?GyRCSjg7ek5zRnxLXDhsJUYlLSU5JUgbKEI=?="
344- -------- bool(true)
345- -------- line length=68
346- string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3ob
KEI=?=
347- =?ISO-2022-JP?B?GyRCTnNGfEtcOGwlRiUtJTklSBsoQg==?="
348- -------- bool(true)
349- -------- line length=69
350- string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3ob
KEI=?=
351- =?ISO-2022-JP?B?GyRCTnNGfEtcOGwlRiUtJTklSBsoQg==?="
352- -------- bool(true)
353- -------- line length=70
354- string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3ob
KEI=?=
355- =?ISO-2022-JP?B?GyRCTnNGfEtcOGwlRiUtJTklSBsoQg==?="
356- -------- bool(true)
357- -------- line length=71
358- string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3ob
KEI=?=
359- =?ISO-2022-JP?B?GyRCTnNGfEtcOGwlRiUtJTklSBsoQg==?="
360- -------- bool(true)
361- -------- line length=72
362- string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3pO
cxsoQg==?=
363- =?ISO-2022-JP?B?GyRCRnxLXDhsJUYlLSU5JUgbKEI=?="
364- -------- bool(true)
365- -------- line length=73
366- string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3pO
cxsoQg==?=
367- =?ISO-2022-JP?B?GyRCRnxLXDhsJUYlLSU5JUgbKEI=?="
368- -------- bool(true)
369- -------- line length=74
370- string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3pO
cxsoQg==?=
371- =?ISO-2022-JP?B?GyRCRnxLXDhsJUYlLSU5JUgbKEI=?="
372- -------- bool(true)
373- -------- line length=75
374- string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3pO
cxsoQg==?=
375- =?ISO-2022-JP?B?GyRCRnxLXDhsJUYlLSU5JUgbKEI=?="
376- -------- bool(true)
377- -------- line length=76
378- string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3pO
c0Z8S1wbKEI=?=
379- =?ISO-2022-JP?B?GyRCOGwlRiUtJTklSBsoQg==?="
380- -------- bool(true)
381- -------- line length=77
382- string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3pO
c0Z8S1wbKEI=?=
383- =?ISO-2022-JP?B?GyRCOGwlRiUtJTklSBsoQg==?="
384- -------- bool(true)
385- -------- line length=78
386- string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3pO
c0Z8S1wbKEI=?=
387- =?ISO-2022-JP?B?GyRCOGwlRiUtJTklSBsoQg==?="
388- -------- bool(true)
389- -------- line length=79
390- string(120) "From: =?ISO-2022-JP?B? GyRCJTUlcyVXJWtKODt6TnMlNSVzJVcla0o4O3pO
c0Z8S1wbKEI=?=
391- =?ISO-2022-JP?B?GyRCOGwlRiUtJTklSBsoQg==?="
392- -------- bool(true)
========================================
========================================
========================================
========================================
/home/pub/src/php-5.0.0RC2/ext/iconv/tests/iconv_strlen.phpt
========================================
========================================
---- EXPECTED OUTPUT
int(3)
int(3)
int(13)
int(10)
---- ACTUAL OUTPUT
int(3)
int(3)
int(13)
Notice: iconv_strlen(): Wrong charset, conversion from `EUC-JP' to `UCS-4LE' is not allowed in /home/pub/src/php-5.0.0RC2/ext/iconv/tests/iconv_strlen.php on line 4
bool(false)
---- FAILED
========================================
========================================
004+
004- int(10)
005+ Notice: iconv_strlen(): Wrong charset, conversion from `EUC-JP' to `UCS-4LE' is not allowed in /home/pub/src/php-5.0.0RC2/ext/iconv/tests/iconv_strlen.php on line 4
006+ bool(false)
========================================
========================================
========================================
========================================
/home/pub/src/php-5.0.0RC2/ext/iconv/tests/iconv_strpos.phpt
========================================
========================================
---- EXPECTED OUTPUT
2: %s
bool(false)
2: %s
bool(false)
2: %s
bool(false)
bool(false)
int(7)
int(7)
int(16)
int(16)
int(300)
int(300)
int(302)
int(151)
int(1)
int(300)
---- ACTUAL OUTPUT
2: strpos(): Offset not contained in string.
bool(false)
2: iconv_strpos(): Offset not contained in string.
bool(false)
2: strpos(): Offset not contained in string.
bool(false)
bool(false)
int(7)
int(7)
int(16)
int(16)
int(300)
int(300)
int(302)
8: iconv_strpos(): Wrong charset, conversion from `EUC-JP' to `UCS-4LE' is not allowed
bool(false)
int(1)
8: iconv_strpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
---- FAILED
========================================
========================================
015+ 8: iconv_strpos(): Wrong charset, conversion from `EUC-JP' to `UCS-4LE' is not allowed
016+ bool(false)
015- int(151)
017- int(300)
018+ 8: iconv_strpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
019+ bool(false)
========================================
========================================
========================================
========================================
/home/pub/src/php-5.0.0RC2/ext/iconv/tests/iconv_strrpos.phpt
========================================
========================================
---- EXPECTED OUTPUT
int(14)
int(9)
int(605)
int(300)
int(305)
int(151)
int(600)
bool(false)
int(601)
int(300)
int(602)
int(301)
int(603)
int(302)
int(604)
int(303)
int(605)
int(304)
int(606)
int(305)
---- ACTUAL OUTPUT
int(14)
int(9)
int(605)
int(300)
8: iconv_strlen(): Wrong charset, conversion from `EUC-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv_strrpos(): Wrong charset, conversion from `EUC-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
bool(false)
---- FAILED
========================================
========================================
005+ 8: iconv_strlen(): Wrong charset, conversion from `EUC-JP' to `UCS-4LE' is not allowed
006+ bool(false)
007+ 8: iconv_strrpos(): Wrong charset, conversion from `EUC-JP' to `UCS-4LE' is not allowed
008+ bool(false)
009+ 8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
010+ bool(false)
011+ 8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
012+ bool(false)
013+ 8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
014+ bool(false)
015+ 8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
016+ bool(false)
017+ 8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
018+ bool(false)
019+ 8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
020+ bool(false)
021+ 8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
022+ bool(false)
023+ 8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
024+ bool(false)
025+ 8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
026+ bool(false)
027+ 8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
028+ bool(false)
029+ 8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
030+ bool(false)
031+ 8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
032+ bool(false)
033+ 8: iconv_strlen(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
034+ bool(false)
035+ 8: iconv_strrpos(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed
005- int(305)
006- int(151)
007- int(600)
009- int(601)
010- int(300)
011- int(602)
012- int(301)
013- int(603)
014- int(302)
015- int(604)
016- int(303)
017- int(605)
018- int(304)
019- int(606)
020- int(305)
========================================
========================================
========================================
========================================
/home/pub/src/php-5.0.0RC2/ext/iconv/tests/iconv_substr.phpt
========================================
========================================
---- EXPECTED OUTPUT
666768696a6b6c
666768696a6b6c
a6a4a8a4aaa4ab
a4aba4ada4afa4b1a4b3a4b5a4b7
bool(false)
string(0) ""
string(14) "This is a test"
string(14) "This is a test"
string(3) "est"
string(3) "est"
string(5) "This "
string(5) "This "
string(0) ""
string(0) ""
string(0) ""
string(0) ""
string(10) "¤Á¤Ï ISO-2"
---- ACTUAL OUTPUT
666768696a6b6c
666768696a6b6c
a6a4a8a4aaa4ab
Notice: iconv_substr(): Wrong charset, conversion from `EUC-JP' to `UCS-4LE' is not allowed in /home/pub/src/php-5.0.0RC2/ext/iconv/tests/iconv_substr.php on line 12
bool(false)
string(0) ""
string(14) "This is a test"
string(14) "This is a test"
string(3) "est"
string(3) "est"
string(5) "This "
string(5) "This "
string(0) ""
Notice: iconv_substr(): Unknown error (2) in /home/pub/src/php-5.0.0RC2/ext/iconv/tests/iconv_substr.php on line 21
bool(false)
string(0) ""
Notice: iconv_substr(): Unknown error (2) in /home/pub/src/php-5.0.0RC2/ext/iconv/tests/iconv_substr.php on line 21
bool(false)
Notice: iconv_substr(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed in /home/pub/src/php-5.0.0RC2/ext/iconv/tests/iconv_substr.php on line 33
string(0) ""
---- FAILED
========================================
========================================
004+
005+ Notice: iconv_substr(): Wrong charset, conversion from `EUC-JP' to `UCS-4LE' is not allowed in /home/pub/src/php-5.0.0RC2/ext/iconv/tests/iconv_substr.php on line 12
006+
004- a4aba4ada4afa4b1a4b3a4b5a4b7
016+
017+ Notice: iconv_substr(): Unknown error (2) in /home/pub/src/php-5.0.0RC2/ext/iconv/tests/iconv_substr.php on line 21
018+ bool(false)
020+
021+ Notice: iconv_substr(): Unknown error (2) in /home/pub/src/php-5.0.0RC2/ext/iconv/tests/iconv_substr.php on line 21
022+ bool(false)
023+
024+ Notice: iconv_substr(): Wrong charset, conversion from `ISO-2022-JP' to `UCS-4LE' is not allowed in /home/pub/src/php-5.0.0RC2/ext/iconv/tests/iconv_substr.php on line 33
016- string(0) ""
017- string(10) "¤Á¤Ï ISO-2"
========================================
========================================
========================================
========================================
/home/pub/src/php-5.0.0RC2/ext/session/tests/018.phpt
========================================
========================================
---- EXPECTED OUTPUT
<form accept-charset="ISO-8859-15, ISO-8859-1" action=url.php><input type="hidden" name="PHPSESSID" value="abtest" />
---- ACTUAL OUTPUT
<form accept-charset="ISO-8859-15, ISO-8859-1" action=url.php>
---- FAILED
========================================
========================================
001+ <form accept-charset="ISO-8859-15, ISO-8859-1" action=url.php>
001- <form accept-charset="ISO-8859-15, ISO-8859-1" action=url.php><input type="hidden" name="PHPSESSID" value="abtest" />
========================================
========================================
========================================
========================================
/home/pub/src/php-5.0.0RC2/ext/standard/tests/math/bug25665.phpt
========================================
========================================
---- EXPECTED OUTPUT
float(NAN)
float(-INF)
---- ACTUAL OUTPUT
float(0)
float(-INF)
---- FAILED
========================================
========================================
001+ float(0)
001- float(NAN)
========================================
========================================
========================================
========================================
/home/pub/src/php-5.0.0RC2/ext/standard/tests/strings/bug26817.phpt
========================================
========================================
---- EXPECTED OUTPUT
string(27) "foo=lala&bar=meuh&test=test"
string(9) "test=test"
---- ACTUAL OUTPUT
string(27) "foo=lala;bar=meuh;test=test"
string(9) "test=test"
---- FAILED
========================================
========================================
001+ string(27) "foo=lala;bar=meuh;test=test"
001- string(27) "foo=lala&bar=meuh&test=test"
========================================
========================================
========================================
========================================
/home/pub/src/php-5.0.0RC2/ext/standard/tests/time/bug20382.phpt
========================================
========================================
---- EXPECTED OUTPUT
tStamp=Wednesday 2004-10-27 17:17:17 CEST
result=Monday 2004-11-01 00:00:00 CET
wanted=Monday 2004-11-01 00:00:00 CET
---- ACTUAL OUTPUT
tStamp=Wednesday 2004-10-27 17:17:17 CEST
result=Sunday 2004-10-31 23:00:00 CET
wanted=Monday 2004-11-01 00:00:00 CET
---- FAILED
========================================
========================================
002+ result=Sunday 2004-10-31 23:00:00 CET
002- result=Monday 2004-11-01 00:00:00 CET
========================================
========================================
========================================
========================================
/home/pub/src/php-5.0.0RC2/ext/standard/tests/time/bug27780.phpt
========================================
========================================
---- EXPECTED OUTPUT
America/Chicago
1076824799 [2004-02-14 23:59:59 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076824800 [2004-02-15 00:00:00 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
1076824801 [2004-02-15 00:00:01 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
1079503200 [2004-03-17 00:00:00 CST] [2004-04-07 00:00:00 -21 days]
1080367200 [2004-03-27 00:00:00 CST] [2004-04-07 00:00:00 11 days ago]
1080460800 [2004-03-28 02:00:00 CST] [2004-04-07 00:00:00 -10 day +2 hours]
1081227600 [2004-04-06 00:00:00 CDT] [2004-04-07 00:00:00 -1 day]
1081314000 [2004-04-07 00:00:00 CDT] [2004-04-07 00:00:00]
1081317600 [2004-04-07 01:00:00 CDT] [2004-04-07 00:00:00 +1 hour]
1081321200 [2004-04-07 02:00:00 CDT] [2004-04-07 00:00:00 +2 hour]
1081400400 [2004-04-08 00:00:00 CDT] [2004-04-07 00:00:00 +1 day]
1081400400 [2004-04-08 00:00:00 CDT] [2004-04-07 00:00:00 1 day]
1083128400 [2004-04-28 00:00:00 CDT] [2004-04-07 00:00:00 +21 days]
Europe/Amsterdam
1076799599 [2004-02-14 23:59:59 CET] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076799600 [2004-02-15 00:00:00 CET] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
1076799601 [2004-02-15 00:00:01 CET] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
1079478000 [2004-03-17 00:00:00 CET] [2004-04-07 00:00:00 -21 days]
1080342000 [2004-03-27 00:00:00 CET] [2004-04-07 00:00:00 11 days ago]
1080435600 [2004-03-28 03:00:00 CEST] [2004-04-07 00:00:00 -10 day +2 hours]
1081202400 [2004-04-06 00:00:00 CEST] [2004-04-07 00:00:00 -1 day]
1081288800 [2004-04-07 00:00:00 CEST] [2004-04-07 00:00:00]
1081292400 [2004-04-07 01:00:00 CEST] [2004-04-07 00:00:00 +1 hour]
1081296000 [2004-04-07 02:00:00 CEST] [2004-04-07 00:00:00 +2 hour]
1081375200 [2004-04-08 00:00:00 CEST] [2004-04-07 00:00:00 +1 day]
1081375200 [2004-04-08 00:00:00 CEST] [2004-04-07 00:00:00 1 day]
1083103200 [2004-04-28 00:00:00 CEST] [2004-04-07 00:00:00 +21 days]
Asia/Jerusalem
1076795999 [2004-02-14 23:59:59 IST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076796000 [2004-02-15 00:00:00 IST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
1076796001 [2004-02-15 00:00:01 IST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
1079474400 [2004-03-17 00:00:00 IST] [2004-04-07 00:00:00 -21 days]
1080338400 [2004-03-27 00:00:00 IST] [2004-04-07 00:00:00 11 days ago]
1080432000 [2004-03-28 02:00:00 IST] [2004-04-07 00:00:00 -10 day +2 hours]
1081202400 [2004-04-06 00:00:00 IST] [2004-04-07 00:00:00 -1 day]
1081288800 [2004-04-07 00:00:00 IST] [2004-04-07 00:00:00]
1081292400 [2004-04-07 02:00:00 IDT] [2004-04-07 00:00:00 +1 hour]
1081292400 [2004-04-07 02:00:00 IDT] [2004-04-07 00:00:00 +2 hour]
1081371600 [2004-04-08 00:00:00 IDT] [2004-04-07 00:00:00 +1 day]
1081371600 [2004-04-08 00:00:00 IDT] [2004-04-07 00:00:00 1 day]
1083099600 [2004-04-28 00:00:00 IDT] [2004-04-07 00:00:00 +21 days]
Asia/Singapore
1076774399 [2004-02-14 23:59:59 SGT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076774400 [2004-02-15 00:00:00 SGT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
1076774401 [2004-02-15 00:00:01 SGT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
1079452800 [2004-03-17 00:00:00 SGT] [2004-04-07 00:00:00 -21 days]
1080316800 [2004-03-27 00:00:00 SGT] [2004-04-07 00:00:00 11 days ago]
1080410400 [2004-03-28 02:00:00 SGT] [2004-04-07 00:00:00 -10 day +2 hours]
1081180800 [2004-04-06 00:00:00 SGT] [2004-04-07 00:00:00 -1 day]
1081267200 [2004-04-07 00:00:00 SGT] [2004-04-07 00:00:00]
1081270800 [2004-04-07 01:00:00 SGT] [2004-04-07 00:00:00 +1 hour]
1081274400 [2004-04-07 02:00:00 SGT] [2004-04-07 00:00:00 +2 hour]
1081353600 [2004-04-08 00:00:00 SGT] [2004-04-07 00:00:00 +1 day]
1081353600 [2004-04-08 00:00:00 SGT] [2004-04-07 00:00:00 1 day]
1083081600 [2004-04-28 00:00:00 SGT] [2004-04-07 00:00:00 +21 days]
America/Sao_Paulo
1076810399 [2004-02-14 23:59:59 BRST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076810400 [2004-02-14 23:00:00 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
1076810401 [2004-02-14 23:00:01 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
1079492400 [2004-03-17 00:00:00 BRT] [2004-04-07 00:00:00 -21 days]
1080356400 [2004-03-27 00:00:00 BRT] [2004-04-07 00:00:00 11 days ago]
1080450000 [2004-03-28 02:00:00 BRT] [2004-04-07 00:00:00 -10 day +2 hours]
1081220400 [2004-04-06 00:00:00 BRT] [2004-04-07 00:00:00 -1 day]
1081306800 [2004-04-07 00:00:00 BRT] [2004-04-07 00:00:00]
1081310400 [2004-04-07 01:00:00 BRT] [2004-04-07 00:00:00 +1 hour]
1081314000 [2004-04-07 02:00:00 BRT] [2004-04-07 00:00:00 +2 hour]
1081393200 [2004-04-08 00:00:00 BRT] [2004-04-07 00:00:00 +1 day]
1081393200 [2004-04-08 00:00:00 BRT] [2004-04-07 00:00:00 1 day]
1083121200 [2004-04-28 00:00:00 BRT] [2004-04-07 00:00:00 +21 days]
---- ACTUAL OUTPUT
America/Chicago
1076824799 [2004-02-14 23:59:59 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076824800 [2004-02-15 00:00:00 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
1076824801 [2004-02-15 00:00:01 CST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
1079503200 [2004-03-17 00:00:00 CST] [2004-04-07 00:00:00 -21 days]
1080367200 [2004-03-27 00:00:00 CST] [2004-04-07 00:00:00 11 days ago]
1080460800 [2004-03-28 02:00:00 CST] [2004-04-07 00:00:00 -10 day +2 hours]
1081227600 [2004-04-06 00:00:00 CDT] [2004-04-07 00:00:00 -1 day]
1081314000 [2004-04-07 00:00:00 CDT] [2004-04-07 00:00:00]
1081317600 [2004-04-07 01:00:00 CDT] [2004-04-07 00:00:00 +1 hour]
1081321200 [2004-04-07 02:00:00 CDT] [2004-04-07 00:00:00 +2 hour]
1081400400 [2004-04-08 00:00:00 CDT] [2004-04-07 00:00:00 +1 day]
1081400400 [2004-04-08 00:00:00 CDT] [2004-04-07 00:00:00 1 day]
1083128400 [2004-04-28 00:00:00 CDT] [2004-04-07 00:00:00 +21 days]
Europe/Amsterdam
1076799599 [2004-02-14 23:59:59 CET] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076799600 [2004-02-15 00:00:00 CET] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
1076799601 [2004-02-15 00:00:01 CET] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
1079478000 [2004-03-17 00:00:00 CET] [2004-04-07 00:00:00 -21 days]
1080342000 [2004-03-27 00:00:00 CET] [2004-04-07 00:00:00 11 days ago]
1080432000 [2004-03-28 01:00:00 CET] [2004-04-07 00:00:00 -10 day +2 hours]
1081202400 [2004-04-06 00:00:00 CEST] [2004-04-07 00:00:00 -1 day]
1081288800 [2004-04-07 00:00:00 CEST] [2004-04-07 00:00:00]
1081292400 [2004-04-07 01:00:00 CEST] [2004-04-07 00:00:00 +1 hour]
1081296000 [2004-04-07 02:00:00 CEST] [2004-04-07 00:00:00 +2 hour]
1081375200 [2004-04-08 00:00:00 CEST] [2004-04-07 00:00:00 +1 day]
1081375200 [2004-04-08 00:00:00 CEST] [2004-04-07 00:00:00 1 day]
1083103200 [2004-04-28 00:00:00 CEST] [2004-04-07 00:00:00 +21 days]
Asia/Jerusalem
1076795999 [2004-02-14 23:59:59 IST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076796000 [2004-02-15 00:00:00 IST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
1076796001 [2004-02-15 00:00:01 IST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
1079474400 [2004-03-17 00:00:00 IST] [2004-04-07 00:00:00 -21 days]
1080338400 [2004-03-27 00:00:00 IST] [2004-04-07 00:00:00 11 days ago]
1080432000 [2004-03-28 02:00:00 IST] [2004-04-07 00:00:00 -10 day +2 hours]
1081202400 [2004-04-06 00:00:00 IST] [2004-04-07 00:00:00 -1 day]
1081288800 [2004-04-07 00:00:00 IST] [2004-04-07 00:00:00]
1081288800 [2004-04-07 00:00:00 IST] [2004-04-07 00:00:00 +1 hour]
1081292400 [2004-04-07 02:00:00 IDT] [2004-04-07 00:00:00 +2 hour]
1081371600 [2004-04-08 00:00:00 IDT] [2004-04-07 00:00:00 +1 day]
1081371600 [2004-04-08 00:00:00 IDT] [2004-04-07 00:00:00 1 day]
1083099600 [2004-04-28 00:00:00 IDT] [2004-04-07 00:00:00 +21 days]
Asia/Singapore
1076774399 [2004-02-14 23:59:59 SGT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076774400 [2004-02-15 00:00:00 SGT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
1076774401 [2004-02-15 00:00:01 SGT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
1079452800 [2004-03-17 00:00:00 SGT] [2004-04-07 00:00:00 -21 days]
1080316800 [2004-03-27 00:00:00 SGT] [2004-04-07 00:00:00 11 days ago]
1080410400 [2004-03-28 02:00:00 SGT] [2004-04-07 00:00:00 -10 day +2 hours]
1081180800 [2004-04-06 00:00:00 SGT] [2004-04-07 00:00:00 -1 day]
1081267200 [2004-04-07 00:00:00 SGT] [2004-04-07 00:00:00]
1081270800 [2004-04-07 01:00:00 SGT] [2004-04-07 00:00:00 +1 hour]
1081274400 [2004-04-07 02:00:00 SGT] [2004-04-07 00:00:00 +2 hour]
1081353600 [2004-04-08 00:00:00 SGT] [2004-04-07 00:00:00 +1 day]
1081353600 [2004-04-08 00:00:00 SGT] [2004-04-07 00:00:00 1 day]
1083081600 [2004-04-28 00:00:00 SGT] [2004-04-07 00:00:00 +21 days]
America/Sao_Paulo
1076813999 [2004-02-14 23:59:59 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
1076814000 [2004-02-15 00:00:00 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
1076814001 [2004-02-15 00:00:01 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
1079492400 [2004-03-17 00:00:00 BRT] [2004-04-07 00:00:00 -21 days]
1080356400 [2004-03-27 00:00:00 BRT] [2004-04-07 00:00:00 11 days ago]
1080450000 [2004-03-28 02:00:00 BRT] [2004-04-07 00:00:00 -10 day +2 hours]
1081220400 [2004-04-06 00:00:00 BRT] [2004-04-07 00:00:00 -1 day]
1081306800 [2004-04-07 00:00:00 BRT] [2004-04-07 00:00:00]
1081310400 [2004-04-07 01:00:00 BRT] [2004-04-07 00:00:00 +1 hour]
1081314000 [2004-04-07 02:00:00 BRT] [2004-04-07 00:00:00 +2 hour]
1081393200 [2004-04-08 00:00:00 BRT] [2004-04-07 00:00:00 +1 day]
1081393200 [2004-04-08 00:00:00 BRT] [2004-04-07 00:00:00 1 day]
1083121200 [2004-04-28 00:00:00 BRT] [2004-04-07 00:00:00 +21 days]
---- FAILED
========================================
========================================
022+ 1080432000 [2004-03-28 01:00:00 CET] [2004-04-07 00:00:00 -10 day +2 hours]
022- 1080435600 [2004-03-28 03:00:00 CEST] [2004-04-07 00:00:00 -10 day +2 hours]
040+ 1081288800 [2004-04-07 00:00:00 IST] [2004-04-07 00:00:00 +1 hour]
040- 1081292400 [2004-04-07 02:00:00 IDT] [2004-04-07 00:00:00 +1 hour]
062+ 1076813999 [2004-02-14 23:59:59 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
063+ 1076814000 [2004-02-15 00:00:00 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
064+ 1076814001 [2004-02-15 00:00:01 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
062- 1076810399 [2004-02-14 23:59:59 BRST] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +59 seconds]
063- 1076810400 [2004-02-14 23:00:00 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +60 seconds]
064- 1076810401 [2004-02-14 23:00:01 BRT] [2004-04-07 00:00:00 -2 months +7 days +23 hours +59 minutes +61 seconds]
========================================
========================================
========================================
========================================
/home/pub/src/php-5.0.0RC2/ext/xml/tests/bug26614.phpt
========================================
========================================
---- EXPECTED OUTPUT
CDATA
<DATA> at line 2, col 0 (byte 45)
</DATA> at line 9, col 0 (byte 90)
Comment
<DATA> at line 2, col 0 (byte 45)
</DATA> at line 9, col 0 (byte 90)
Text
<DATA> at line 2, col 0 (byte 45)
</DATA> at line 9, col 0 (byte 90)
---- ACTUAL OUTPUT
CDATA
<DATA> at line 2, col 6 (byte 9)
</DATA> at line 9, col 7 (byte 56)
Comment
<DATA> at line 2, col 6 (byte 9)
</DATA> at line 9, col 7 (byte 56)
Text
<DATA> at line 2, col 6 (byte 9)
</DATA> at line 9, col 10 (byte 56)
---- FAILED
========================================
========================================
002+ <DATA> at line 2, col 6 (byte 9)
003+ </DATA> at line 9, col 7 (byte 56)
002- <DATA> at line 2, col 0 (byte 45)
003- </DATA> at line 9, col 0 (byte 90)
005+ <DATA> at line 2, col 6 (byte 9)
006+ </DATA> at line 9, col 7 (byte 56)
005- <DATA> at line 2, col 0 (byte 45)
006- </DATA> at line 9, col 0 (byte 90)
008+ <DATA> at line 2, col 6 (byte 9)
009+ </DATA> at line 9, col 10 (byte 56)
008- <DATA> at line 2, col 0 (byte 45)
009- </DATA> at line 9, col 0 (byte 90)
========================================
========================================
========================================
========================================
BUILD ENVIRONMENT
========================================
========================================
OS:
SunOS - SunOS pepita 5.9 Generic_112233-11 sun4u
Automake:
automake (GNU automake) 1.6.3
Written by Tom Tromey <tromey@redhat.com>.
Copyright 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Autoconf:
autoconf (GNU Autoconf) 2.57
Written by David J. MacKenzie and Akim Demaille.
Copyright 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Bundled Libtool:
ltmain.sh (GNU libtool) 1.4.3 (1.922.2.110 2002/10/23 01:39:54)
System Libtool:
ltmain.sh (GNU libtool) 1.4.3 (1.922.2.110 2002/10/23 01:39:54)
Compiler:
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.3.2/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls
Thread model: posix
gcc version 3.3.2
Bison:
bison (GNU Bison) 1.875
Written by Robert Corbett and Richard Stallman.
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Libraries:
libnsl.so.1 => /usr/lib/libnsl.so.1
libhistory.so.4 => /usr/gnu/lib/libhistory.so.4
libreadline.so.4 => /usr/gnu/lib/libreadline.so.4
libncurses.so.5 => /usr/local/lib/libncurses.so.5
libz.so => /usr/local/lib/libz.so
libssl.so.0.9.7 => /usr/local/openssl/lib/libssl.so.0.9.7
libcrypto.so.0.9.7 => /usr/local/openssl/lib/libcrypto.so.0.9.7
libresolv.so.2 => /usr/lib/libresolv.so.2
libm.so.1 => /usr/lib/libm.so.1
libdl.so.1 => /usr/lib/libdl.so.1
libsocket.so.1 => /usr/lib/libsocket.so.1
libxml2.so.2 => /home/pub/lib/libxml2.so.2
libpthread.so.1 => /usr/lib/libpthread.so.1
libiconv.so.2 => /usr/local/lib/libiconv.so.2
libc.so.1 => /usr/lib/libc.so.1
libmp.so.2 => /usr/lib/libmp.so.2
libz.so.1 (SUNW_1.1) => (version not found)
libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1
libthread.so.1 => /usr/lib/libthread.so.1
librt.so.1 => /usr/lib/librt.so.1
libaio.so.1 => /usr/lib/libaio.so.1
libmd5.so.1 => /usr/lib/libmd5.so.1
/usr/platform/SUNW,Sun-Fire/lib/libc_psr.so.1
/usr/platform/SUNW,Sun-Fire/lib/libmd5_psr.so.1
========================================
========================================
PHPINFO
========================================
========================================
phpinfo()
PHP Version => 5.0.0RC2
System => SunOS pepita 5.9 Generic_112233-11 sun4u
Build Date => Apr 30 2004 17:10:26
Configure Command => './configure' '--prefix=/home/pub' '--with-layout=GNU' '--with-openssl' '--with-zlib' '--enable-bcmath=shared' '--with-bz2=shared' '--enable-calendar' '--with-curl=shared,/home/pub' '--enable-dba=shared' '--with-inifile' '--with-flat
file' '--enable-dbase=shared' '--enable-dio' '--enable-ftp=shared' '--with-gd=shared' '--with-gettext=shared' '--with-iconv=shared' '--with-imap-ssl' '--with-mcrypt=shared,/home/pub' '--with-mhash=shared,/home/pub' '--with-mime-magic' '--with-ncurses=shar
ed' '--enable-pcntl' '--with-pspell=shared,/home/pub' '--with-readline' '--enable-shmop' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-yp' '--with-libxml-dir=/home/pub' '--with-gmp=shared,/home/pub'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /home/pub/etc/php.ini
PHP API => 20031224
PHP Extension => 20040412
Zend Extension => 220040412
Debug Build => no
Thread Safety => disabled
IPv6 Support => enabled
Registered PHP Streams => php, file, http, ftp, compress.zlib, https, ftps, compress.bzip2
Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, tls
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.0.0RC2, Copyright (c) 1998-2004 Zend Technologies
________________________________________
_______________________________
Configuration
PHP Core
Directive => Local Value => Master Value
allow_call_time_pass_reference => Off => Off
allow_url_fopen => On => On
always_populate_raw_post_data => Off => Off
arg_separator.input => ;& => ;&
arg_separator.output => ; => ;
asp_tags => Off => Off
auto_append_file => no value => no value
auto_globals_jit => On => On
auto_prepend_file => no value => no value
browscap => no value => no value
default_charset => iso-8859-15 => iso-8859-15
default_mimetype => text/html => text/html
define_syslog_variables => Off => Off
disable_classes => no value => no value
disable_functions => no value => no value
display_errors => On => On
display_startup_errors => Off => Off
doc_root => no value => no value
docref_ext => no value => no value
docref_root => no value => no value
enable_dl => On => On
error_append_string => no value => no value
error_log => no value => no value
error_prepend_string => no value => no value
error_reporting => 2047 => 2047
expose_php => On => On
extension_dir => /home/pub/lib/php/20040412/ => /home/pub/lib/php/20040412/
file_uploads => On => On
highlight.bg => #FFFFFF => #FFFFFF
highlight.comment => #FF8000 => #FF8000
highlight.default => #0000BB => #0000BB
highlight.html => #000000 => #000000
highlight.keyword => #007700 => #007700
highlight.string => #DD0000 => #DD0000
html_errors => Off => On
ignore_repeated_errors => Off => Off
ignore_repeated_source => Off => Off
ignore_user_abort => Off => Off
implicit_flush => On => Off
include_path => /home/pub/share/pear => /home/pub/share/pear
log_errors => Off => Off
log_errors_max_len => 1024 => 1024
magic_quotes_gpc => On => On
magic_quotes_runtime => Off => Off
magic_quotes_sybase => Off => Off
mail.force_extra_parameters => no value => no value
max_execution_time => 0 => 600
max_input_time => 60 => 60
open_basedir => no value => no value
output_buffering => 0 => no value
output_handler => no value => no value
post_max_size => 8M => 8M
precision => 12 => 12
register_argc_argv => On => On
register_globals => Off => Off
register_long_arrays => Off => Off
report_memleaks => On => On
report_zend_debug => Off => Off
safe_mode => Off => Off
safe_mode_exec_dir => no value => no value
safe_mode_gid => Off => Off
safe_mode_include_dir => no value => no value
sendmail_from => no value => no value
sendmail_path => /usr/lib/sendmail -t -i => /usr/lib/sendmail -t -i
serialize_precision => 100 => 100
short_open_tag => Off => Off
SMTP => localhost => localhost
smtp_port => 25 => 25
sql.safe_mode => Off => Off
track_errors => Off => Off
unserialize_callback_func => no value => no value
upload_max_filesize => 2M => 2M
upload_tmp_dir => no value => no value
user_dir => no value => no value
variables_order => EGPCS => EGPCS
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
y2k_compliance => On => On
zend.ze1_compatibility_mode => Off => Off
SQLite
SQLite support => enabled
PECL Module version => 1.1-dev $Id: sqlite.c,v 1.142 2004/04/22 22:34:29 iliaa Exp $
SQLite Library => 2.8.11
SQLite Encoding => iso8859
Directive => Local Value => Master Value
sqlite.assoc_case => 0 => 0
SimpleXML
Simplexml support => enabled
Revision => $Revision: 1.138 $
Schema support => enabled
bcmath
BCMath support => enabled
bz2
BZip2 Support => Enabled
BZip2 Version => 1.0.2, 30-Dec-2001
calendar
Calendar support => enabled
ctype
ctype functions => enabled
curl
CURL support => enabled
CURL Information => libcurl/7.11.2 OpenSSL/0.9.7c ipv6 zlib/1.1.3
dba
DBA support => enabled
Supported handlers => cdb cdb_make inifile flatfile
dio
dio support => enabled
dom
DOM/XML => enabled
DOM/XML API Version => 20031129
libxml Version => 2.6.9
HTML Support => enabled
XPath Support => enabled
XPointer Support => enabled
Schema Support => enabled
RelaxNG Support => enabled
ftp
FTP support => enabled
gd
GD Support => enabled
GD Version => bundled (2.0.22 compatible)
GIF Read Support => enabled
PNG Support => enabled
WBMP Support => enabled
XBM Support => enabled
gettext
GetText Support => enabled
gmp
gmp support => enabled
iconv
iconv support => enabled
iconv implementation => unknown
iconv library version => unknown
Directive => Local Value => Master Value
iconv.input_encoding => ISO-8859-1 => ISO-8859-1
iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
iconv.output_encoding => ISO-8859-1 => ISO-8859-1
libxml
libXML support => active
libXML Version => 2.6.9
libXML streams => enabled
mcrypt
mcrypt support => enabled
Version => 2.5.7
Api No => 20021217
Supported ciphers => cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes
Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream
Directive => Local Value => Master Value
mcrypt.algorithms_dir => no value => no value
mcrypt.modes_dir => no value => no value
mhash
MHASH support => Enabled
MHASH API Version => 20020524
mime_magic
mime_magic support => invalid magic file, disabled
Directive => Local Value => Master Value
mime_magic.debug => Off => Off
mime_magic.magicfile => /etc/magic => /etc/magic
ncurses
ncurses support => enabled
ncurses library version => 5.3
color support => yes
openssl
OpenSSL support => enabled
OpenSSL Version => OpenSSL 0.9.7c 30 Sep 2003
pcntl
pcntl support => enabled
pcre
PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 4.5 01-December-2003
posix
Revision => $Revision: 1.60 $
pspell
PSpell Support |