Lines Matching refs:function
2 Test stream_set_timeout() function : error conditions
14 echo "\n-- Testing stream_set_timeout() function with more than expected no. of arguments --\n";
33 echo "\n-- Testing stream_set_timeout() function with less than expected no. of arguments --\n";
39 echo "\n-- Testing stream_set_timeout() function with a closed socket --\n";
43 echo "\n-- Testing stream_set_timeout() function with an invalid stream --\n";
46 echo "\n-- Testing stream_set_timeout() function with a stream that does not support timeouts --\n";
58 -- Testing stream_set_timeout() function with more than expected no. of arguments --
63 -- Testing stream_set_timeout() function with less than expected no. of arguments --
68 -- Testing stream_set_timeout() function with a closed socket --
73 -- Testing stream_set_timeout() function with an invalid stream --
78 -- Testing stream_set_timeout() function with a stream that does not support timeouts --