Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dbasic_functions.c1206 const double top_target_sec = (double)(UINT64_MAX / ns_per_sec); local
1216 if (UNEXPECTED(!(target_secs >= 0 && target_secs <= top_target_sec))) {
1217 zend_argument_value_error(1, "must be between 0 and %" PRIu64, (uint64_t)top_target_sec);

Completed in 9 milliseconds