Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/lib/
H A Dtimelib.h33 #define TIMELIB_NO_CLONE 0x02 macro
H A Dparse_date.re2192 …parsed->tz_info = now->tz_info ? (!(options & TIMELIB_NO_CLONE) ? timelib_tzinfo_clone(now->tz_inf…
H A Dparse_date.c25183 …parsed->tz_info = now->tz_info ? (!(options & TIMELIB_NO_CLONE) ? timelib_tzinfo_clone(now->tz_inf… in timelib_fill_holes()
/PHP-5.5/ext/date/
H A Dphp_date.c1487 timelib_fill_holes(t, now, TIMELIB_NO_CLONE); in PHP_FUNCTION()
2632 timelib_fill_holes(dateobj->time, now, TIMELIB_NO_CLONE); in php_date_initialize()

Completed in 81 milliseconds