Home
last modified time | relevance | path

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

/PHP-8.2/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.c104 bool timeout_is_null = 1; in PHP_FUNCTION() local
119 Z_PARAM_DOUBLE_OR_NULL(timeout, timeout_is_null) in PHP_FUNCTION()
126 if (timeout_is_null) { in PHP_FUNCTION()
265 bool timeout_is_null = 1; in PHP_FUNCTION() local
277 Z_PARAM_DOUBLE_OR_NULL(timeout, timeout_is_null) in PHP_FUNCTION()
281 if (timeout_is_null) { in PHP_FUNCTION()

Completed in 9 milliseconds