From 84333cad674890174c47f3c21b1b1cf85a4276ac Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 31 May 2019 11:08:33 +0200 Subject: [PATCH] Remove stream_socket_sendto.phpt Fails for me locally due to different number of warnings with different messages. Rather than adding more wildcards I'm dropping this test entirely, as it doesn't seem to test anything particularly useful. --- .../tests/streams/stream_socket_sendto.phpt | 58 ------------------- 1 file changed, 58 deletions(-) delete mode 100644 ext/standard/tests/streams/stream_socket_sendto.phpt diff --git a/ext/standard/tests/streams/stream_socket_sendto.phpt b/ext/standard/tests/streams/stream_socket_sendto.phpt deleted file mode 100644 index 2812d30930..0000000000 --- a/ext/standard/tests/streams/stream_socket_sendto.phpt +++ /dev/null @@ -1,58 +0,0 @@ ---TEST-- -int stream_socket_sendto ( resource $socket , string $data [, int $flags = 0 [, string $address ]] ); ---CREDITS-- -marcosptf - - @phpsp - sao paulo - br ---SKIPIF-- - ---FILE-- - ---EXPECTF-- -Notice: fwrite(): send of %i bytes failed with errno=%i Broken pipe in %s on line %d - -Warning: stream_socket_sendto() expects at least %i parameters, %i given in %s on line %d -bool(%s) - -Warning: stream_socket_sendto() expects at least %i parameters, %i given in %s on line %d -bool(%s) - -Warning: stream_socket_sendto(): Broken pipe - in %s on line %d -int(%i) - -Warning: stream_socket_sendto(): Broken pipe - in %s on line %d -int(%i) - -Warning: stream_socket_sendto(): php_network_getaddresses: getaddrinfo failed: Name or service not known in %s on line %d - -Warning: stream_socket_sendto(): Failed to resolve %s: php_network_getaddresses: getaddrinfo failed: Name or service not known in %s on line %d - -Warning: stream_socket_sendto(): Failed to parse %s into a valid network address in %s on line %d -bool(%s) - -Warning: stream_socket_sendto(): php_network_getaddresses: getaddrinfo failed: Name or service not known in %s on line %d - -Warning: stream_socket_sendto(): Failed to resolve %s: php_network_getaddresses: getaddrinfo failed: Name or service not known in %s on line %d - -Warning: stream_socket_sendto(): Failed to parse %s into a valid network address in %s on line %d -bool(%s) -- 2.40.0