TIMELIB_NO_CLONE 25085 ext/date/lib/parse_date.c 		parsed->tz_info = now->tz_info ? (!(options & TIMELIB_NO_CLONE) ? timelib_tzinfo_clone(now->tz_info) : now->tz_info) : NULL;
TIMELIB_NO_CLONE 1487 ext/date/php_date.c 	timelib_fill_holes(t, now, TIMELIB_NO_CLONE);
TIMELIB_NO_CLONE 2632 ext/date/php_date.c 	timelib_fill_holes(dateobj->time, now, TIMELIB_NO_CLONE);