From: Nikita Popov Date: Fri, 31 May 2019 09:08:33 +0000 (+0200) Subject: Remove stream_socket_sendto.phpt X-Git-Tag: php-7.4.0alpha1~135 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84333cad674890174c47f3c21b1b1cf85a4276ac;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. --- 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)