Searched refs:stream_set_timeout (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/standard/tests/streams/ |
H A D | stream_set_timeout_error.phpt | 2 Test stream_set_timeout() function : error conditions 5 echo "*** Testing stream_set_timeout() : error conditions ***\n"; 21 echo "\n-- Testing stream_set_timeout() function with a closed socket --\n"; 24 var_dump( stream_set_timeout($client, $seconds) ); 29 echo "\n-- Testing stream_set_timeout() function with a stream that does not support timeouts --\n"; 31 var_dump( stream_set_timeout($filestream, $seconds) ); 39 *** Testing stream_set_timeout() : error conditions *** 41 -- Testing stream_set_timeout() function with a closed socket -- 42 stream_set_timeout(): supplied resource is not a valid stream resource 44 -- Testing stream_set_timeout() function with a stream that does not support timeouts --
|
H A D | stream_get_contents_002.phpt | 11 stream_set_timeout($sockets[1], 6000);
|
H A D | gh8472.phpt | 19 stream_set_timeout($res, 1);
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | userstreams_003.phpt | 55 test("stream_set_timeout - 1", $fd, true, "stream_set_timeout", array($fd,10,11), STREAM_OPTION_REA… 56 test("stream_set_timeout - 2", $fd, false, "stream_set_timeout", array($fd,11,12), STREAM_OPTION_RE… 134 ------ stream_set_timeout - 1: ------- 145 ------ stream_set_timeout - 2: -------
|
/PHP-8.3/sapi/fpm/tests/ |
H A D | fcgi.inc | 145 return stream_set_timeout(
|
/PHP-8.3/ext/standard/ |
H A D | streamsfuncs.c | 1396 PHP_FUNCTION(stream_set_timeout) in PHP_FUNCTION() argument
|
H A D | basic_functions_arginfo.h | 2761 ZEND_FUNCTION(stream_set_timeout); 3405 ZEND_FE(stream_set_timeout, arginfo_stream_set_timeout) 3408 ZEND_FALIAS(socket_set_timeout, stream_set_timeout, arginfo_socket_set_timeout)
|
H A D | basic_functions.stub.php | 3510 function stream_set_timeout($stream, int $seconds, int $microseconds = 0): bool {}
|
Completed in 29 milliseconds