Searched refs:timeout_is_null (Results 1 – 2 of 2) sorted by relevance
35 bool timeout_is_null = 1; in php_fsockopen_stream() local55 Z_PARAM_DOUBLE_OR_NULL(timeout, timeout_is_null) in php_fsockopen_stream()60 if (timeout_is_null) { in php_fsockopen_stream()
101 bool timeout_is_null = 1; in PHP_FUNCTION() local116 Z_PARAM_DOUBLE_OR_NULL(timeout, timeout_is_null) in PHP_FUNCTION()123 if (timeout_is_null) { in PHP_FUNCTION()262 bool timeout_is_null = 1; in PHP_FUNCTION() local274 Z_PARAM_DOUBLE_OR_NULL(timeout, timeout_is_null) in PHP_FUNCTION()278 if (timeout_is_null) { in PHP_FUNCTION()
Completed in 10 milliseconds