Home
last modified time | relevance | path

Searched refs:period (Results 1 – 19 of 19) sorted by relevance

/PHP-5.3/ext/date/lib/
H A Dparse_iso_intervals.re350 period
354 DEBUG_OUTPUT("period");
376 s->period->i = nr;
506 in.period->y = 0;
507 in.period->d = 0;
508 in.period->m = 0;
509 in.period->h = 0;
510 in.period->i = 0;
511 in.period->s = 0;
512 in.period->weekday = 0;
[all …]
H A Dparse_iso_intervals.c97 struct timelib_rel_time *period; member
408 s->period->i = nr; in scan()
410 s->period->m = nr; in scan()
1112 in.period->y = 0; in timelib_strtointerval()
1113 in.period->d = 0; in timelib_strtointerval()
1114 in.period->m = 0; in timelib_strtointerval()
1115 in.period->h = 0; in timelib_strtointerval()
1116 in.period->i = 0; in timelib_strtointerval()
1117 in.period->s = 0; in timelib_strtointerval()
1118 in.period->weekday = 0; in timelib_strtointerval()
[all …]
H A Dtimelib.h80 timelib_rel_time **period, int *recurrences,
/PHP-5.3/ext/standard/tests/serialize/
H A Dbug62373.phpt11 $period = $size_of_ce << 5;
12 for ($i = 0; $i < $period * 3; $i++) {
/PHP-5.3/ext/standard/
H A Duser_filters.c299 char *period; in user_filter_factory_create() local
306 if ((period = strrchr(filtername, '.'))) { in user_filter_factory_create()
311 period = wildcard + (period - filtername); in user_filter_factory_create()
312 while (period) { in user_filter_factory_create()
313 *period = '\0'; in user_filter_factory_create()
316 period = NULL; in user_filter_factory_create()
318 *period = '\0'; in user_filter_factory_create()
319 period = strrchr(wildcard, '.'); in user_filter_factory_create()
/PHP-5.3/main/streams/
H A Dfilter.c258 char *period; in php_stream_filter_create() local
264 } else if ((period = strrchr(filtername, '.'))) { in php_stream_filter_create()
270 period = wildname + (period - filtername); in php_stream_filter_create()
271 while (period && !filter) { in php_stream_filter_create()
272 *period = '\0'; in php_stream_filter_create()
278 *period = '\0'; in php_stream_filter_create()
279 period = strrchr(wildname, '.'); in php_stream_filter_create()
/PHP-5.3/ext/date/tests/
H A Ddate_create-relative.phpt23 // around 1 leap year period in years
H A DDateTime_data-fall-type2-type2.inc16 * + redodt: daylight time in the redo period 2010-11-07 01:12:33 EDT
17 * + redost: standard time in the redo period 2010-11-07 01:14:44 EST
H A DDateTime_data-fall-type2-type3.inc16 * + redodt: daylight time in the redo period 2010-11-07 01:12:33 EDT
17 * + redost: standard time in the redo period 2010-11-07 01:14:44 EST
H A DDateTime_data-fall-type3-type2.inc16 * + redodt: daylight time in the redo period 2010-11-07 01:12:33 EDT
17 * + redost: standard time in the redo period 2010-11-07 01:14:44 EST
H A DDateTime_data-fall-type3-type3.inc16 * + redodt: daylight time in the redo period 2010-11-07 01:12:33 EDT, + TZ
17 * + redost: standard time in the redo period 2010-11-07 01:14:44 EST, + TZ
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_poll_kill.phpt31 // Sleep 0.1s - the asynchronous query should have been processed after the wait period
/PHP-5.3/sapi/litespeed/
H A DREADME181 can not finish processing of a request in the given time period, it
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput8978 ) )* # further okay, if led by a period
993 \) )* \. # if led by a period...
1044 \) )* \. # if led by a period...
1072 \) )* \. # if led by a period...
1111 ) )* # further okay, if led by a period
1126 \) )* \. # if led by a period...
H A Dtestinput1495 ) )* # further okay, if led by a period
510 \) )* \. # if led by a period...
561 \) )* \. # if led by a period...
589 \) )* \. # if led by a period...
628 ) )* # further okay, if led by a period
643 \) )* \. # if led by a period...
H A Dtestoutput1969 ) )* # further okay, if led by a period
984 \) )* \. # if led by a period...
1035 \) )* \. # if led by a period...
1063 \) )* \. # if led by a period...
1102 ) )* # further okay, if led by a period
1117 \) )* \. # if led by a period...
H A Dtestoutput81885 ) )* # further okay, if led by a period
1900 \) )* \. # if led by a period...
1951 \) )* \. # if led by a period...
1979 \) )* \. # if led by a period...
2018 ) )* # further okay, if led by a period
2033 \) )* \. # if led by a period...
/PHP-5.3/
H A DREADME.REDIST.BINS142 The period, 2^19937-1, and the order of equidistribution, 623 dimensions,
H A DNEWS2933 phrases so that they actually mean the week and not a seven day period
6811 - Fixed bug #31623 (OCILogin does not support password grace period).

Completed in 107 milliseconds