Searched refs:zv_timezone (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/intl/timezone/ |
H A D | timezone_class.cpp | 130 U_CFUNC TimeZone *timezone_process_timezone_argument(zval *zv_timezone, in timezone_process_timezone_argument() argument 138 if (zv_timezone == NULL || Z_TYPE_P(zv_timezone) == IS_NULL) { in timezone_process_timezone_argument() 141 zv_timezone = &local_zv_tz; in timezone_process_timezone_argument() 146 if (Z_TYPE_P(zv_timezone) == IS_OBJECT && in timezone_process_timezone_argument() 147 instanceof_function(Z_OBJCE_P(zv_timezone), TimeZone_ce_ptr)) { in timezone_process_timezone_argument() 148 TimeZone_object *to = Z_INTL_TIMEZONE_P(zv_timezone); in timezone_process_timezone_argument() 169 } else if (Z_TYPE_P(zv_timezone) == IS_OBJECT && in timezone_process_timezone_argument() 172 php_timezone_obj *tzobj = Z_PHPTIMEZONE_P(zv_timezone); in timezone_process_timezone_argument() 180 if (!try_convert_to_string(zv_timezone)) { in timezone_process_timezone_argument() 184 if (intl_stringFromChar(id, Z_STRVAL_P(zv_timezone), Z_STRLEN_P(zv_timezone), in timezone_process_timezone_argument() [all …]
|
H A D | timezone_class.h | 68 TimeZone *timezone_process_timezone_argument(zval *zv_timezone, intl_error *error, const char *func…
|
H A D | timezone_methods.cpp | 74 zval *zv_timezone; in PHP_FUNCTION() local 80 &zv_timezone, php_date_get_timezone_ce()) == FAILURE) { in PHP_FUNCTION() 84 tzobj = Z_PHPTIMEZONE_P(zv_timezone); in PHP_FUNCTION()
|
/PHP-8.0/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 75 zval *zv_timezone = NULL; in PHP_FUNCTION() local 83 &zv_timezone, &locale_str, &dummy) == FAILURE) { in PHP_FUNCTION() 87 timeZone = timezone_process_timezone_argument(zv_timezone, NULL, in PHP_FUNCTION() 305 zval *zv_timezone; in PHP_FUNCTION() local 310 "Oz!", &object, Calendar_ce_ptr, &zv_timezone) == FAILURE) { in PHP_FUNCTION() 316 if (zv_timezone == NULL) { in PHP_FUNCTION() 320 timeZone = timezone_process_timezone_argument(zv_timezone, in PHP_FUNCTION()
|
Completed in 12 milliseconds