Home
last modified time | relevance | path

Searched refs:times (Results 51 – 75 of 76) sorted by relevance

1234

/php-src/ext/hash/
H A Dhash.c1322 size_t times = bytes / block_size; in PHP_FUNCTION() local
1325 times++; in PHP_FUNCTION()
1331 key = ecalloc(1, times * block_size); in PHP_FUNCTION()
1334 for (i = 0; i < times; i++) { in PHP_FUNCTION()
/php-src/ext/opcache/jit/
H A DREADME.md25 request multiple times (the first request compiles the trace and the second executes it)
/php-src/sapi/fpm/
H A Dconfig.m4432 AC_CHECK_HEADER([sys/times.h], [AC_CHECK_FUNCS([times])])
H A Dwww.conf.in178 ; max children reached - number of times, the process limit has been reached,
/php-src/ext/standard/tests/strings/
H A Dhtmlentities_html4.phpt121 &times; U+000D7
H A Dget_html_translation_table_basic5.phpt1441 [×] => &times;
H A Dhtml_entity_decode_html5.phpt1948 "&times;",
4082 &times; => × c397
H A Dhtmlentities_html5.phpt201 &times; U+000D7
/php-src/sapi/fpm/tests/
H A Dstatus.inc263 …"# HELP phpfpm_max_children_reached The number of times, the process limit has been reached, when …
/php-src/ext/date/lib/
H A Dtimelib.h185 timelib_sll times[6]; member
/php-src/ext/standard/tests/file/
H A Duserstreams.phpt55 /* repeat the data a few times so that it grows larger than
/php-src/ext/mbstring/tests/
H A Dencoding_tests.inc23 die("=== Failed test " . $testFailedLimit . " times exceeded, stop testing ===");
/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/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/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/
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/ext/posix/
H A Dposix.c378 if ((ticks = times(&t)) == -1) { in PHP_FUNCTION()
/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/ext/standard/html_tables/
H A Dents_html5.txt1943 times 000D7
/php-src/ext/standard/
H A Dbasic_functions.stub.php2583 function str_repeat(string $string, int $times): string {}
H A Dbasic_functions_arginfo.h1026 ZEND_ARG_TYPE_INFO(0, times, IS_LONG, 0)
/php-src/build/
H A Dphp.m497 dnl used several 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 Dmagic私はガラスを食べられます9593 >>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 173 milliseconds

1234