TIMELIB_NO_CLONE 25106 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 1477 ext/date/php_date.c timelib_fill_holes(t, now, TIMELIB_NO_CLONE); TIMELIB_NO_CLONE 2624 ext/date/php_date.c timelib_fill_holes(dateobj->time, now, TIMELIB_NO_CLONE);