Home
last modified time | relevance | path

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

/php-src/ext/date/
H A Dphp_date.c3999 if (warning_message) { in timezone_initialize()
4000 spprintf(warning_message, 0, "Timezone must not contain null bytes"); in timezone_initialize()
4008 if (warning_message) { in timezone_initialize()
4009 spprintf(warning_message, 0, "Timezone offset is out of range (%s)", orig_tz); in timezone_initialize()
4017 if (warning_message) { in timezone_initialize()
4018 spprintf(warning_message, 0, "Unknown or bad timezone (%s)", orig_tz); in timezone_initialize()
4025 if (warning_message) { in timezone_initialize()
4026 spprintf(warning_message, 0, "Unknown or bad timezone (%s)", orig_tz); in timezone_initialize()
4043 char *warning_message; in PHP_FUNCTION() local
4051 php_error_docref(NULL, E_WARNING, "%s", warning_message); in PHP_FUNCTION()
[all …]

Completed in 23 milliseconds