Home
last modified time | relevance | path

Searched refs:timeout_is_null (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/standard/
H A Dfsock.c35 bool timeout_is_null = 1; in php_fsockopen_stream() local
55 Z_PARAM_DOUBLE_OR_NULL(timeout, timeout_is_null) in php_fsockopen_stream()
60 if (timeout_is_null) { in php_fsockopen_stream()
H A Dstreamsfuncs.c106 bool timeout_is_null = 1; in PHP_FUNCTION() local
121 Z_PARAM_DOUBLE_OR_NULL(timeout, timeout_is_null) in PHP_FUNCTION()
128 if (timeout_is_null) { in PHP_FUNCTION()
264 bool timeout_is_null = 1; in PHP_FUNCTION() local
276 Z_PARAM_DOUBLE_OR_NULL(timeout, timeout_is_null) in PHP_FUNCTION()
280 if (timeout_is_null) { in PHP_FUNCTION()

Completed in 12 milliseconds