Test: /ext/standard/tests/network/fsockopen_variation1.phpt - Version 5.4.1    

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

Count Diff
1 (50%)
003+ Warning: stream_socket_server(): unable to connect to tcp://127.0.0.1:31337 (Cannot assign requested address) in %s/fsockopen_variation1.php on line 4
004+
004- resource(%d) of type (stream)
006+
007+ Warning: fsockopen(): unable to connect to 127.0.0.1:31337 (Connection timed out) in %s/fsockopen_variation1.php on line 9
008+ bool(false)
009+
010+ Warning: fclose() expects parameter 1 to be resource, boolean given in %s/fsockopen_variation1.php on line 11
007- resource(%d) of type (stream)
013+
014+ Warning: fsockopen(): unable to connect to 127.0.0.1:31337:-1 (Connection timed out) in %s/fsockopen_variation1.php on line 15
015+ bool(false)
016+
017+ Warning: fclose() expects parameter 1 to be resource, boolean given in %s/fsockopen_variation1.php on line 17
1 (50%)
003+ Warning: stream_socket_server(): unable to connect to tcp://127.0.0.1:31337 (Address already in use) in %s/fsockopen_variation1.php on line 4
004+