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

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

Count Diff
1 (25%)
005+ Warning: stream_socket_server(): unable to connect to tcp://127.0.0.1:31337 (Permission denied) in %s/stream_set_timeout_error.php on line 14
006+
007+ Warning: fsockopen(): unable to connect to tcp://127.0.0.1:31337:-1 (Connection refused) in %s/stream_set_timeout_error.php on line 16
008+
015- Warning: stream_set_timeout(): %i is not a valid stream resource in %s on line %i
016- bool(false)
019+ Warning: fclose() expects parameter 1 to be resource, boolean given in %s/stream_set_timeout_error.php on line 31
020+
021+ Warning: stream_set_timeout() expects parameter 1 to be resource, boolean given in %s/stream_set_timeout_error.php on line 32
022+ NULL
031+
032+ Warning: fclose() expects parameter 1 to be resource, boolean given in %s/stream_set_timeout_error.php on line 42
1 (25%)
005+ Warning: stream_socket_server(): unable to connect to tcp://127.0.0.1:31337 (Address already in use) in %s/stream_set_timeout_error.php on line 14
006+
027+
028+ Warning: fclose() expects parameter 1 to be resource, boolean given in %s/stream_set_timeout_error.php on line 42
1 (25%)
005+ Warning: fsockopen(): unable to connect to tcp://127.0.0.1:31337:-1 (Operation not permitted) in %s/stream_set_timeout_error.php on line 16
006+
015- Warning: stream_set_timeout(): %i is not a valid stream resource in %s on line %i
016- bool(false)
017+ Warning: fclose() expects parameter 1 to be resource, boolean given in %s/stream_set_timeout_error.php on line 31
018+
019+ Warning: stream_set_timeout() expects parameter 1 to be resource, boolean given in %s/stream_set_timeout_error.php on line 32
020+ NULL
1 (25%)
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