Home
last modified time | relevance | path

Searched refs:TIMELIB_NO_CLONE (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/date/lib/
H A Dtimelib.h331 #define TIMELIB_NO_CLONE 0x02 macro
H A Dparse_date.re2467 …parsed->tz_info = now->tz_info ? (!(options & TIMELIB_NO_CLONE) ? timelib_tzinfo_clone(now->tz_inf…
H A Dparse_date.c25575 …parsed->tz_info = now->tz_info ? (!(options & TIMELIB_NO_CLONE) ? timelib_tzinfo_clone(now->tz_inf… in timelib_fill_holes()
/PHP-7.4/ext/date/
H A Dphp_date.c1534 timelib_fill_holes(t, now, TIMELIB_NO_CLONE); in PHP_FUNCTION()
2774 timelib_fill_holes(dateobj->time, now, TIMELIB_NO_CLONE); in php_date_initialize()

Completed in 64 milliseconds