Home
last modified time | relevance | path

Searched refs:times (Results 1 – 25 of 76) sorted by path

1234

/php-src/
H A DNEWS61 . Fixed bug #63937 (Upload speed 10 times slower with PHP). (nielsdos)
H A DREADME.REDIST.BINS638 to copyright in this Software shall at all times remain with copyright
/php-src/Zend/tests/
H A Dbug64515.phpt2 Bug #64515 (Memoryleak when using the same variablename 2times in function declaration) (PHP7)
/php-src/Zend/tests/generators/
H A Drepeated_yield_from_with_immediate_release.phpt2 A generator can be yielded from multiple times, testing immediate release of the yield from'ing gen…
/php-src/Zend/tests/traits/
H A Derror_010.phpt2 Trying to exclude trait method multiple times
23 …t precedence (test). Method of trait foo was defined to be excluded multiple times in %s on line %d
/php-src/build/
H A Dphp.m497 dnl used several times.
/php-src/docs/
H A Drelease-process.md787 While unlikely, there may be times we need to re-release the same version. This
942 times, as needed, but we will always advance the `Expires` timestamp on a
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst167 Programs use some strings many times. For example, if your program declares a class called
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst185 expected to be reused many times, it is profitable to spend some additional time simplifying them if
/php-src/ext/curl/tests/
H A Dcurl_copy_handle_variation3.phpt2 curl_copy_handle() allows to post CURLFile multiple times
H A Dcurl_copy_handle_variation4.phpt2 curl_copy_handle() allows to post CURLFile multiple times with curl_multi_exec()
H A Dcurl_copy_handle_variation5.phpt2 curl_copy_handle() allows to post CURLFile multiple times if postfields change
/php-src/ext/date/lib/
H A Dparse_posix.c517 transitions->times[transitions->count ] = trans_begin; in timelib_get_transitions_for_year()
518 transitions->times[transitions->count+1] = trans_end; in timelib_get_transitions_for_year()
522 transitions->times[transitions->count+1] = trans_begin; in timelib_get_transitions_for_year()
523 transitions->times[transitions->count ] = trans_end; in timelib_get_transitions_for_year()
558 if (ts < transitions.times[i]) { in timelib_fetch_posix_timezone_offset()
560 *transition_time = transitions.times[i - 1]; in timelib_fetch_posix_timezone_offset()
H A Dtimelib.h185 timelib_sll times[6]; member
/php-src/ext/date/
H A Dphp_date.c1082 zend_string *times; in PHP_FUNCTION() local
1091 Z_PARAM_STR(times) in PHP_FUNCTION()
1097 if (ZSTR_LEN(times) == 0) { in PHP_FUNCTION()
1112 t = timelib_strtotime(ZSTR_VAL(times), ZSTR_LEN(times), &error, in PHP_FUNCTION()
4403 if (transitions.times[j] <= last_transition_ts) { in PHP_FUNCTION()
4406 if (transitions.times[j] < timestamp_begin) { in PHP_FUNCTION()
4409 if (transitions.times[j] > timestamp_end) { in PHP_FUNCTION()
4412 add_by_index(transitions.types[j], transitions.times[j]); in PHP_FUNCTION()
/php-src/ext/date/tests/
H A DDateTimeImmutable_serialization.phpt34 echo "\n\nCalling __unserialize a few more times, with abbreviations:\n";
102 Calling __unserialize a few more times, with abbreviations:
H A DDateTime_serialization.phpt34 echo "\n\nCalling __unserialize a few more times, with abbreviations:\n";
102 Calling __unserialize a few more times, with abbreviations:
H A Dbug35422.phpt2 Bug #35422 (strtotime() does not parse times with UTC as timezone)
H A Dbug45866.phpt2 Bug #45866 (decimal values fed to DateTime->modify() causes long execution times)
H A Dbug62561.phpt2 Bug #62561 Unixtimestamp may take on local times DST flag (this test will only be valid during EDT)
H A Dbug62896.phpt2 Bug #62896 Unixtimestamp may take on local times DST flag (this test will only be valid during CEST)
H A Dbug73489.phpt2 Bug #73489: wrong timestamp when call setTimeZone multi times with UTC offset
H A Ddate_time_fractions.phpt7 /* This will go wrong, once in a million times */
/php-src/ext/fileinfo/
H A Dlibmagic.patch2521 - * Try to restore access, modification times if read it.
/php-src/ext/fileinfo/tests/
H A Dmagic9593 >>0xc lelong >0 \b, rerecorded %d times
15200 # some times instead of colon %%CreationDate: and "font name" later
19049 # some times after version text like: "Produced by xfig version 3.2.5-alpha5"
23703 >0x1e9 string Loading from prehistoric times
27700 # count of pages in whole file for write variant; maybe some times wrong
27708 # text of document; some times start with 4 non printable characters like CR LF
28152 # often like NORTON.NG but some times like NC.HLP
30857 # firstmsgnumber; number of the first message like: some times 0 often 1 169 1000 3502
37537 >32 belong 0 \b, no transition times
37539 >32 belong >1 \b, %d transition times

Completed in 136 milliseconds

1234