From: Nikita Popov Date: Wed, 26 Jun 2019 14:58:37 +0000 (+0200) Subject: Remove stream_socket_sendto.phpt X-Git-Tag: php-7.2.21RC1~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d28a24c6602a0cf66def582c82712408254f81d;p=php 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. (cherry picked from commit 84333cad674890174c47f3c21b1b1cf85a4276ac) --- 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 62d9f6ef80..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 %i - -Warning: stream_socket_sendto() expects at least %i parameters, %i given in %s on line %i -bool(%s) - -Warning: stream_socket_sendto() expects at least %i parameters, %i given in %s on line %i -bool(%s) - -Warning: stream_socket_sendto(): Broken pipe - in %s on line %i -int(%i) - -Warning: stream_socket_sendto(): Broken pipe - in %s on line %i -int(%i) - -Warning: stream_socket_sendto(): php_network_getaddresses: getaddrinfo failed: Name or service not known in %s on line %i - -Warning: stream_socket_sendto(): Failed to resolve %s: php_network_getaddresses: getaddrinfo failed: Name or service not known in %s on line %i - -Warning: stream_socket_sendto(): Failed to parse %s into a valid network address in %s on line %i -bool(%s) - -Warning: stream_socket_sendto(): php_network_getaddresses: getaddrinfo failed: Name or service not known in %s on line %i - -Warning: stream_socket_sendto(): Failed to resolve %s: php_network_getaddresses: getaddrinfo failed: Name or service not known in %s on line %i - -Warning: stream_socket_sendto(): Failed to parse %s into a valid network address in %s on line %i -bool(%s)