Merge branch 'PHP-7.4'

This commit is contained in:
Nikita Popov 2019-09-09 17:15:41 +02:00
commit f2b7a4393a

View File

@ -57,7 +57,7 @@ static void _php_gettimeofday(INTERNAL_FUNCTION_PARAMETERS, int mode)
ZEND_PARSE_PARAMETERS_END();
if (gettimeofday(&tp, NULL)) {
RETURN_FALSE;
ZEND_ASSERT(0 && "gettimeofday() can't fail");
}
if (get_as_float) {