Lines Matching refs:NULL

44 zend_class_entry *TimeZone_ce_ptr = NULL;
68 char *message = NULL; in timezone_convert_to_datetimezone()
101 …zend_call_method_with_1_params(ret, NULL, &Z_OBJCE_P(ret)->constructor, "__construct", NULL, &arg); in timezone_convert_to_datetimezone()
119 ret = NULL; in timezone_convert_to_datetimezone()
136 char *message = NULL; in timezone_process_timezone_argument()
139 if (zv_timezone == NULL || Z_TYPE_P(zv_timezone) == IS_NULL) { in timezone_process_timezone_argument()
150 if (to->utimezone == NULL) { in timezone_process_timezone_argument()
158 return NULL; in timezone_process_timezone_argument()
161 if (timeZone == NULL) { in timezone_process_timezone_argument()
168 return NULL; in timezone_process_timezone_argument()
183 return NULL; in timezone_process_timezone_argument()
194 return NULL; in timezone_process_timezone_argument()
197 if (timeZone == NULL) { in timezone_process_timezone_argument()
204 return NULL; in timezone_process_timezone_argument()
215 return NULL; in timezone_process_timezone_argument()
231 intl_error_reset(NULL); in TimeZone_clone_obj()
241 if (to_orig->utimezone != NULL) { in TimeZone_clone_obj()
253 zend_throw_exception(NULL, ZSTR_VAL(err_msg), 0); in TimeZone_clone_obj()
259 zend_throw_exception(NULL, "Cannot clone unconstructed IntlTimeZone", 0); in TimeZone_clone_obj()
275 if (to1->utimezone == NULL || to2->utimezone == NULL) { in TimeZone_compare_objects()
276 zend_throw_exception(NULL, "Comparison with at least one unconstructed " in TimeZone_compare_objects()
307 if (tz == NULL) { in TimeZone_get_debug_info()
347 to->utimezone = NULL; in TimeZone_object_init()
366 to->utimezone = NULL; in TimeZone_objects_free()
507 php_error_docref(NULL, E_ERROR, in timezone_register_IntlTimeZone_class()