mirror of
https://github.com/php/php-src.git
synced 2026-03-28 10:12:18 +01:00
fix build
This commit is contained in:
@@ -1734,13 +1734,11 @@ PHP_FUNCTION(sleep)
|
||||
|
||||
convert_to_long_ex(num);
|
||||
#ifdef PHP_SLEEP_NON_VOID
|
||||
RETURN_LONG(
|
||||
RETURN_LONG(php_sleep(Z_LVAL_PP(num)));
|
||||
#else
|
||||
php_sleep(Z_LVAL_PP(num));
|
||||
#endif
|
||||
php_sleep(Z_LVAL_PP(num))
|
||||
#ifdef PHP_SLEEP_NON_VOID
|
||||
)
|
||||
#endif
|
||||
;
|
||||
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user