Lines Matching refs:NULL

42 zend_class_entry *TimeZone_ce_ptr = NULL;
66 char *message = NULL; in timezone_convert_to_datetimezone()
100 Z_OBJCE_P(ret)->constructor, Z_OBJ_P(ret), NULL, &arg); in timezone_convert_to_datetimezone()
118 ret = NULL; in timezone_convert_to_datetimezone()
135 char *message = NULL; in timezone_process_timezone_argument()
138 if (zv_timezone == NULL || Z_TYPE_P(zv_timezone) == IS_NULL) { in timezone_process_timezone_argument()
149 if (to->utimezone == NULL) { in timezone_process_timezone_argument()
157 return NULL; in timezone_process_timezone_argument()
160 if (timeZone == NULL) { in timezone_process_timezone_argument()
167 return NULL; in timezone_process_timezone_argument()
182 return NULL; in timezone_process_timezone_argument()
193 return NULL; in timezone_process_timezone_argument()
196 if (timeZone == NULL) { in timezone_process_timezone_argument()
203 return NULL; in timezone_process_timezone_argument()
214 return NULL; in timezone_process_timezone_argument()
230 intl_error_reset(NULL); in TimeZone_clone_obj()
240 if (to_orig->utimezone != NULL) { in TimeZone_clone_obj()
252 zend_throw_exception(NULL, ZSTR_VAL(err_msg), 0); in TimeZone_clone_obj()
258 zend_throw_exception(NULL, "Cannot clone unconstructed IntlTimeZone", 0); in TimeZone_clone_obj()
277 if (to1->utimezone == NULL || to2->utimezone == NULL) { in TimeZone_compare_objects()
278 zend_throw_exception(NULL, "Comparison with at least one unconstructed " in TimeZone_compare_objects()
309 if (tz == NULL) { in TimeZone_get_debug_info()
349 to->utimezone = NULL; in TimeZone_object_init()
361 to->utimezone = NULL; in TimeZone_objects_free()