@ -1734,13 +1734,11 @@ PHP_FUNCTION(sleep)
convert_to_long_ex(num);
#ifdef PHP_SLEEP_NON_VOID
RETURN_LONG(
#endif
php_sleep(Z_LVAL_PP(num))
)
RETURN_LONG(php_sleep(Z_LVAL_PP(num)));
#else
php_sleep(Z_LVAL_PP(num));
;
}
/* }}} */