Home
last modified time | relevance | path

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

/PHP-8.3/ext/date/
H A Dphp_date.c3801 if (warning_message) { in timezone_initialize()
3802 spprintf(warning_message, 0, "Timezone must not contain null bytes"); in timezone_initialize()
3810 if (warning_message) { in timezone_initialize()
3811 spprintf(warning_message, 0, "Timezone offset is out of range (%s)", orig_tz); in timezone_initialize()
3819 if (warning_message) { in timezone_initialize()
3820 spprintf(warning_message, 0, "Unknown or bad timezone (%s)", orig_tz); in timezone_initialize()
3827 if (warning_message) { in timezone_initialize()
3828 spprintf(warning_message, 0, "Unknown or bad timezone (%s)", orig_tz); in timezone_initialize()
3845 char *warning_message; in PHP_FUNCTION() local
3853 php_error_docref(NULL, E_WARNING, "%s", warning_message); in PHP_FUNCTION()
[all …]

Completed in 22 milliseconds