Test: /ext/standard/tests/network/socket_bug74429.phpt - Version 7.4.16        

Bug #74429 Remote socket URI with unique persistence identifier broken
Submitted: 2017-04-13 09:26:55 Modified: 2017-10-15 21:31:02
From: martijn.grendelman Assigned: pollita
Status: Closed Package: Streams related
PHP Version: 7.0.18RC1 OS: Any

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

Count Diff
1 (50%)
001+ Warning: stream_socket_client(): unable to connect to tcp://127.0.0.1:33549/client0 (Connection refused) in %s/socket_bug74429.php on line 16 002+ 001- resource(%d) of type (stream) 002- resource(%d) of type (stream) 003+ Warning: stream_socket_client(): unable to connect to tcp://127.0.0.1:33549/client1 (Connection refused) in %s/socket_bug74429.php on line 17 004+ bool(false) 005+ bool(false) 006+ 007+ Warning: fclose() expects parameter 1 to be resource, bool given in %s/socket_bug74429.php on line 22 008+ 009+ Warning: fclose() expects parameter 1 to be resource, bool given in %s/socket_bug74429.php on line 23
1 (50%)
001+ Warning: stream_socket_client(): unable to connect to tcp://127.0.0.1:24792/client0 (No route to host) in %s/socket_bug74429.php on line 16 002+ 001- resource(%d) of type (stream) 002- resource(%d) of type (stream) 003+ Warning: stream_socket_client(): unable to connect to tcp://127.0.0.1:24792/client1 (No route to host) in %s/socket_bug74429.php on line 17 004+ bool(false) 005+ bool(false) 006+ 007+ Warning: fclose() expects parameter 1 to be resource, bool given in %s/socket_bug74429.php on line 22 008+ 009+ Warning: fclose() expects parameter 1 to be resource, bool given in %s/socket_bug74429.php on line 23