diff options
Diffstat (limited to 'ext/date/php_date.c')
-rw-r--r-- | ext/date/php_date.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/php_date.c b/ext/date/php_date.c index 362bd711b6..0f6432b1a7 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -4642,7 +4642,7 @@ static void php_do_date_sunrise_sunset(INTERNAL_FUNCTION_PARAMETERS, int calc_su case 6: break; default: - php_error_docref(NULL, E_WARNING, "invalid format"); + php_error_docref(NULL, E_WARNING, "Invalid format"); RETURN_FALSE; break; } |