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

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

Count Diff
6 (38%)
004- resource(%d) of type (stream)
005+ ** ERROR: process timed out **
006- Calling fsockopen() with address and port in same string, without a protocol:
007- resource(%d) of type (stream)
008- Done
4 (25%)
004+
005+ Warning: fsockopen(): unable to connect to 127.0.0.1:31337 (No route to host) in %s/fsockopen_variation1.php on line 9
006+ bool(false)
007+
008+ Warning: fclose() expects parameter 1 to be resource, boolean given in %s/fsockopen_variation1.php on line 11
004- resource(%d) of type (stream)
007- resource(%d) of type (stream)
011+
012+ Warning: fsockopen(): unable to connect to 127.0.0.1:31337:-1 (No route to host) in %s/fsockopen_variation1.php on line 15
013+ bool(false)
014+
015+ Warning: fclose() expects parameter 1 to be resource, boolean given in %s/fsockopen_variation1.php on line 17
3 (19%)
004+
005+ Warning: fsockopen(): unable to connect to 127.0.0.1:31337 (Connection timed out) in %s/fsockopen_variation1.php on line 9
006+ bool(false)
007+
008+ Warning: fclose() expects parameter 1 to be resource, boolean given in %s/fsockopen_variation1.php on line 11
004- resource(%d) of type (stream)
007- resource(%d) of type (stream)
011+
012+ Warning: fsockopen(): unable to connect to 127.0.0.1:31337:-1 (Connection timed out) in %s/fsockopen_variation1.php on line 15
013+ bool(false)
014+
015+ Warning: fclose() expects parameter 1 to be resource, boolean given in %s/fsockopen_variation1.php on line 17
2 (13%)
004+
005+ Warning: fsockopen(): unable to connect to 127.0.0.1:31337 (Connection refused) in %s/fsockopen_variation1.php on line 9
006+ bool(false)
007+
008+ Warning: fclose() expects parameter 1 to be resource, boolean given in %s/fsockopen_variation1.php on line 11
004- resource(%d) of type (stream)
007- resource(%d) of type (stream)
011+
012+ Warning: fsockopen(): unable to connect to 127.0.0.1:31337:-1 (Connection refused) in %s/fsockopen_variation1.php on line 15
013+ bool(false)
014+
015+ Warning: fclose() expects parameter 1 to be resource, boolean given in %s/fsockopen_variation1.php on line 17
1 (6%)
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+