Searched refs:stream_set_timeout (Results 1 – 9 of 9) sorted by relevance
/PHP-8.0/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.0/ext/standard/tests/file/ |
H A D | userstreams_003.phpt | 54 test("stream_set_timeout - 1", $fd, true, "stream_set_timeout", array($fd,10,11), STREAM_OPTION_REA… 55 test("stream_set_timeout - 2", $fd, false, "stream_set_timeout", array($fd,11,12), STREAM_OPTION_RE… 133 ------ stream_set_timeout - 1: ------- 144 ------ stream_set_timeout - 2: -------
|
/PHP-8.0/sapi/fpm/tests/ |
H A D | fcgi.inc | 253 return stream_set_timeout(
|
/PHP-8.0/ext/standard/ |
H A D | basic_functions_arginfo.h | 2769 ZEND_FUNCTION(stream_set_timeout); 3414 ZEND_FE(stream_set_timeout, arginfo_stream_set_timeout) 3417 ZEND_FALIAS(socket_set_timeout, stream_set_timeout, arginfo_socket_set_timeout)
|
H A D | streamsfuncs.c | 1351 PHP_FUNCTION(stream_set_timeout) in PHP_FUNCTION() argument
|
H A D | basic_functions.stub.php | 1354 function stream_set_timeout($stream, int $seconds, int $microseconds = 0): bool {} function
|
/PHP-8.0/ |
H A D | run-tests.php | 1510 stream_set_timeout($workerSock, 5); 1528 stream_set_timeout($workerSock, 0);
|
Completed in 36 milliseconds