Home
last modified time | relevance | path

Searched refs:period (Results 1 – 25 of 31) sorted by last modified time

12

/PHP-7.1/sapi/litespeed/
H A DREADME.md181 can not finish processing of a request in the given time period, it
/PHP-7.1/main/streams/
H A Dfilter.c256 char *period; in php_stream_filter_create() local
262 } else if ((period = strrchr(filtername, '.'))) { in php_stream_filter_create()
268 period = wildname + (period - filtername); in php_stream_filter_create()
269 while (period && !filter) { in php_stream_filter_create()
270 *period = '\0'; in php_stream_filter_create()
276 *period = '\0'; in php_stream_filter_create()
277 period = strrchr(wildname, '.'); in php_stream_filter_create()
/PHP-7.1/ext/standard/
H A Duser_filters.c284 char *period; in user_filter_factory_create() local
291 if ((period = strrchr(filtername, '.'))) { in user_filter_factory_create()
296 period = wildcard + (period - filtername); in user_filter_factory_create()
297 while (period) { in user_filter_factory_create()
298 *period = '\0'; in user_filter_factory_create()
301 period = NULL; in user_filter_factory_create()
303 *period = '\0'; in user_filter_factory_create()
304 period = strrchr(wildcard, '.'); in user_filter_factory_create()
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput1757 ) )* # further okay, if led by a period
72 \) )* \. # if led by a period...
123 \) )* \. # if led by a period...
151 \) )* \. # if led by a period...
190 ) )* # further okay, if led by a period
205 \) )* \. # if led by a period...
H A Dtestoutput81826 ) )* # further okay, if led by a period
1841 \) )* \. # if led by a period...
1892 \) )* \. # if led by a period...
1920 \) )* \. # if led by a period...
1959 ) )* # further okay, if led by a period
1974 \) )* \. # if led by a period...
H A Dtestinput8981 ) )* # further okay, if led by a period
996 \) )* \. # if led by a period...
1047 \) )* \. # if led by a period...
1075 \) )* \. # if led by a period...
1114 ) )* # further okay, if led by a period
1129 \) )* \. # if led by a period...
H A Dtestoutput1971 ) )* # further okay, if led by a period
986 \) )* \. # if led by a period...
1037 \) )* \. # if led by a period...
1065 \) )* \. # if led by a period...
1104 ) )* # further okay, if led by a period
1119 \) )* \. # if led by a period...
H A Dtestoutput14190 ) )* # further okay, if led by a period
205 \) )* \. # if led by a period...
256 \) )* \. # if led by a period...
284 \) )* \. # if led by a period...
323 ) )* # further okay, if led by a period
338 \) )* \. # if led by a period...
H A Dtestinput1497 ) )* # further okay, if led by a period
512 \) )* \. # if led by a period...
563 \) )* \. # if led by a period...
591 \) )* \. # if led by a period...
630 ) )* # further okay, if led by a period
645 \) )* \. # if led by a period...
H A Dtestinput14123 ) )* # further okay, if led by a period
138 \) )* \. # if led by a period...
189 \) )* \. # if led by a period...
217 \) )* \. # if led by a period...
256 ) )* # further okay, if led by a period
271 \) )* \. # if led by a period...
H A Dtestinput1741 ) )* # further okay, if led by a period
56 \) )* \. # if led by a period...
107 \) )* \. # if led by a period...
135 \) )* \. # if led by a period...
174 ) )* # further okay, if led by a period
189 \) )* \. # if led by a period...
/PHP-7.1/ext/opcache/
H A DREADME195 be a problem with a process. After this time period has passed, the
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_poll_kill.phpt31 // Sleep 0.1s - the asynchronous query should have been processed after the wait period
/PHP-7.1/ext/date/tests/
H A Dbug74639.phpt10 $period = new DatePeriod($start, $interval, $end);
11 $clonedPeriod = clone $period;
14 if ($period->getStartDate() != $clonedPeriod->getStartDate()) {
18 if ($period->getEndDate() != $clonedPeriod->getEndDate()) {
22 if ($period->getDateInterval() != $clonedPeriod->getDateInterval()) {
H A DDatePeriod_getter.phpt10 $period = new DatePeriod($start, $interval, $end);
12 var_dump($period->getStartDate()->format('Y-m-d H:i:s'));
13 var_dump($period->getStartDate()->getTimeZone()->getName());
15 var_dump($period->getEndDate()->format('Y-m-d H:i:s'));
16 var_dump($period->getEndDate()->getTimeZone()->getName());
18 var_dump($period->getDateInterval()->format('%R%y-%m-%d-%h-%i-%s'));
/PHP-7.1/ext/date/lib/
H A Dtimelib.h97 timelib_rel_time **period, int *recurrences,
H A Dparse_iso_intervals.c103 struct timelib_rel_time *period; member
378 s->period->i = nr; in scan()
380 s->period->m = nr; in scan()
1082 in.period->y = 0; in timelib_strtointerval()
1083 in.period->d = 0; in timelib_strtointerval()
1084 in.period->m = 0; in timelib_strtointerval()
1085 in.period->h = 0; in timelib_strtointerval()
1086 in.period->i = 0; in timelib_strtointerval()
1087 in.period->s = 0; in timelib_strtointerval()
1088 in.period->weekday = 0; in timelib_strtointerval()
[all …]
H A Dparse_iso_intervals.re321 period
347 s->period->i = nr;
349 s->period->m = nr;
477 in.period->y = 0;
478 in.period->d = 0;
479 in.period->m = 0;
480 in.period->h = 0;
481 in.period->i = 0;
482 in.period->s = 0;
483 in.period->weekday = 0;
[all …]
/PHP-7.1/
H A DREADME.REDIST.BINS117 The period, 2^19937-1, and the order of equidistribution, 623 dimensions,
/PHP-7.1/ext/standard/tests/strings/
H A Dget_html_translation_table_basic5.phpt1204 [.] => .
H A Dget_html_translation_table_basic6.phpt69 [.] => .
H A Dhtml_entity_decode_html5.phpt1605 ".",
3739 . => . 2e
H A Dhtmlentities_html5.phpt128 . U+0002E
/PHP-7.1/ext/standard/tests/serialize/
H A Dbug62373.phpt11 $period = $size_of_ce << 5;
12 for ($i = 0; $i < $period * 3; $i++) {
/PHP-7.1/ext/standard/html_tables/
H A Dents_html5.txt1600 period 0002E

Completed in 145 milliseconds

12