Test: /ext/imap/tests/imap_fetch_overview_variation2.phpt - Version 7.2.0RC6    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
002- Create a temporary mailbox and add 1 msgs
003- .. mailbox '{%s}%s' created
003+ ** ERROR: process timed out **
005- -- Testing with second argument value: int(0)
006- Sequence out of range
007-
008- -- Testing with second argument value: int(1)
009- size is %d
010- uid is %d
011- msgno is 1
012- recent is %d
013- flagged is 0
014- answered is 0
015- deleted is 0
016- seen is 0
017- draft is 0
018- udate is OK
019-
020- -- Testing with second argument value: int(12345)
021- Sequence out of range
022-
023- -- Testing with second argument value: int(-2345)
024- Syntax error in sequence
025-
026- -- Testing with second argument value: float(10.5)
027- Sequence out of range
028-
029- -- Testing with second argument value: float(-10.5)
030- Syntax error in sequence
031-
032- -- Testing with second argument value: float(123456789000)
033- Sequence out of range
034-
035- -- Testing with second argument value: float(1.23456789E-9)
036- Sequence syntax error
037-
038- -- Testing with second argument value: float(0.5)
039- Sequence out of range
040-
041- -- Testing with second argument value: NULL
042- Sequence out of range
043-
044- -- Testing with second argument value: NULL
045- Sequence out of range
046-
047- -- Testing with second argument value: bool(true)
048- size is %d
049- uid is %d
050- msgno is 1
051- recent is %d
052- flagged is 0
053- answered is 0
054- deleted is 0
055- seen is 0
056- draft is 0
057- udate is OK
058-
059- -- Testing with second argument value: bool(false)
060- Sequence out of range
061-
062- -- Testing with second argument value: bool(true)
063- size is %d
064- uid is %d
065- msgno is 1
066- recent is %d
067- flagged is 0
068- answered is 0
069- deleted is 0
070- seen is 0
071- draft is 0
072- udate is OK
073-
074- -- Testing with second argument value: bool(false)
075- Sequence out of range
076-
077- -- Testing with second argument value: %string|unicode%(0) ""
078- Sequence out of range
079-
080- -- Testing with second argument value: %string|unicode%(0) ""
081- Sequence out of range
082-
083- -- Testing with second argument value: array(0) {
084- }
085-
086- Warning: imap_fetch_overview() expects parameter 2 to be string, array given in %s on line %d
087- Sequence out of range
088-
089- -- Testing with second argument value: %string|unicode%(6) "string"
090- Syntax error in sequence
091-
092- -- Testing with second argument value: %string|unicode%(6) "string"
093- Syntax error in sequence
094-
095- -- Testing with second argument value: %string|unicode%(11) "hello world"
096- Syntax error in sequence
097-
098- -- Testing with second argument value: object(classA)#1 (0) {
099- }
100- Syntax error in sequence
101-
102- -- Testing with second argument value: NULL
103- Syntax error in sequence
104-
105- -- Testing with second argument value: NULL
106- Syntax error in sequence
107-
108- -- Testing with second argument value: resource(%d) of type (stream)
109-
110- Warning: imap_fetch_overview() expects parameter 2 to be string, resource given in %s on line %d
111- Syntax error in sequence
112- ===DONE===