Home
last modified time | relevance | path

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

/PHP-5.6/ext/date/lib/
H A Dtimelib.h46 #define TIMELIB_NO_CLONE 0x02 macro
H A Dparse_date.re2207 …parsed->tz_info = now->tz_info ? (!(options & TIMELIB_NO_CLONE) ? timelib_tzinfo_clone(now->tz_inf…
H A Dparse_date.c24318 …parsed->tz_info = now->tz_info ? (!(options & TIMELIB_NO_CLONE) ? timelib_tzinfo_clone(now->tz_inf… in timelib_fill_holes()
/PHP-5.6/ext/date/
H A Dphp_date.c1495 timelib_fill_holes(t, now, TIMELIB_NO_CLONE); in PHP_FUNCTION()
2641 timelib_fill_holes(dateobj->time, now, TIMELIB_NO_CLONE); in php_date_initialize()

Completed in 54 milliseconds