Searched refs:warning_message (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/date/ |
H A D | php_date.c | 3980 if (warning_message) { in timezone_initialize() 3981 spprintf(warning_message, 0, "Timezone must not contain null bytes"); in timezone_initialize() 3989 if (warning_message) { in timezone_initialize() 3990 spprintf(warning_message, 0, "Timezone offset is out of range (%s)", orig_tz); in timezone_initialize() 3998 if (warning_message) { in timezone_initialize() 3999 spprintf(warning_message, 0, "Unknown or bad timezone (%s)", orig_tz); in timezone_initialize() 4006 if (warning_message) { in timezone_initialize() 4007 spprintf(warning_message, 0, "Unknown or bad timezone (%s)", orig_tz); in timezone_initialize() 4024 char *warning_message; in PHP_FUNCTION() local 4032 php_error_docref(NULL, E_WARNING, "%s", warning_message); in PHP_FUNCTION() [all …]
|
Completed in 32 milliseconds