Test: /ext/standard/tests/streams/stream_set_timeout_error.phpt - Version 5.5.9-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
005+ ** ERROR: process timed out **
005- Warning: stream_set_timeout() expects at most 3 parameters, 4 given in %s on line %i
006- NULL
007-
008- -- Testing stream_set_timeout() function with less than expected no. of arguments --
009-
010- Warning: stream_set_timeout() expects at least 2 parameters, 1 given in %s on line %i
011- NULL
012-
013- -- Testing stream_set_timeout() function with a closed socket --
014-
015- Warning: stream_set_timeout(): %i is not a valid stream resource in %s on line %i
016- bool(false)
017-
018- -- Testing stream_set_timeout() function with an invalid stream --
019-
020- Warning: stream_set_timeout() expects parameter 1 to be resource, integer given in %s on line %i
021- NULL
022-
023- -- Testing stream_set_timeout() function with a stream that does not support timeouts --
024- bool(false)
025- Done