Test: /ext/iconv/tests/iconv_strlen_variation1.phpt - Version 7.0.15    

There are 2 different diffs reported by users for this test.

Count Diff
2 (67%)
004- int(1)
005-
006- --int 1--
007- int(1)
008-
009- --int 12345--
010- int(5)
011-
012- --int -12345--
013- int(6)
014-
015- --float 10.5--
016- int(4)
017-
018- --float -10.5--
019- int(5)
020-
021- --float 12.3456789000e10--
022- int(12)
023-
024- --float 12.3456789000e-10--
025- int(13)
026-
027- --float .5--
028- int(3)
029-
030- --uppercase NULL--
031- int(0)
032-
033- --lowercase null--
034- int(0)
035-
036- --lowercase true--
037- int(1)
038-
039- --lowercase false--
040- int(0)
041-
042- --uppercase TRUE--
043- int(1)
044-
045- --uppercase FALSE--
046- int(0)
047-
048- --empty string DQ--
049- int(0)
050-
051- --empty string SQ--
052- int(0)
053-
054- --string DQ--
055- int(6)
056-
057- --string SQ--
058- int(6)
059-
060- --mixed case string--
061- int(6)
062-
063- --heredoc--
064- int(11)
065-
066- --instance of class--
067- int(14)
068-
069- --undefined var--
070- int(0)
071-
072- --unset var--
073- int(0)
074-
075- --resource--
076-
077- Warning: iconv_strlen() expects parameter 1 to be string, resource given in %s on line %d
078- bool(false)
079- ===DONE===
1 (33%)
004- int(1)
005+ Termsig=11
006- --int 1--
007- int(1)
008-
009- --int 12345--
010- int(5)
011-
012- --int -12345--
013- int(6)
014-
015- --float 10.5--
016- int(4)
017-
018- --float -10.5--
019- int(5)
020-
021- --float 12.3456789000e10--
022- int(12)
023-
024- --float 12.3456789000e-10--
025- int(13)
026-
027- --float .5--
028- int(3)
029-
030- --uppercase NULL--
031- int(0)
032-
033- --lowercase null--
034- int(0)
035-
036- --lowercase true--
037- int(1)
038-
039- --lowercase false--
040- int(0)
041-
042- --uppercase TRUE--
043- int(1)
044-
045- --uppercase FALSE--
046- int(0)
047-
048- --empty string DQ--
049- int(0)
050-
051- --empty string SQ--
052- int(0)
053-
054- --string DQ--
055- int(6)
056-
057- --string SQ--
058- int(6)
059-
060- --mixed case string--
061- int(6)
062-
063- --heredoc--
064- int(11)
065-
066- --instance of class--
067- int(14)
068-
069- --undefined var--
070- int(0)
071-
072- --unset var--
073- int(0)
074-
075- --resource--
076-
077- Warning: iconv_strlen() expects parameter 1 to be string, resource given in %s on line %d
078- bool(false)
079- ===DONE===