TIMELIB_NO_CLONE 25139 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 1373 date/php_date.c 	timelib_fill_holes(t, now, TIMELIB_NO_CLONE);
TIMELIB_NO_CLONE 2411 date/php_date.c 	timelib_fill_holes(dateobj->time, now, TIMELIB_NO_CLONE);