Home
last modified time | relevance | path

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

1234

/PHP-8.0/ext/standard/tests/strings/
H A Dget_html_translation_table_basic4.phpt256 string(7) "×"
H A Dget_html_translation_table_basic7.phpt287 [×] => ×
H A Dget_html_translation_table_basic2.phpt508 string(7) "×"
1017 string(7) "×"
1522 string(7) "×"
H A Dhtml_entity_decode_html4.phpt65 "×",
H A Dget_html_translation_table_basic1.phpt495 string(7) "×"
H A Dhtmlentities_html4.phpt121 × U+000D7
H A Dget_html_translation_table_basic5.phpt1441 [×] => ×
H A Dhtml_entity_decode_html5.phpt1948 "×",
4082 × => × c397
H A Dhtmlentities_html5.phpt201 × U+000D7
/PHP-8.0/sapi/fpm/
H A Dconfig.m4352 AC_MSG_CHECKING([for times])
354 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <sys/times.h>]], [[struct tms t; times(&t);]])],[
355 AC_DEFINE([HAVE_TIMES], 1, [do we have times?])
H A Dwww.conf.in159 ; max children reached - number of times, the process limit has been reached,
/PHP-8.0/ext/standard/tests/mail/
H A Dbug80751.phpt25 $repeat_count = 20; // we will repeat a max of 20 times
/PHP-8.0/ext/standard/html_tables/
H A Dents_html401.txt57 times 00D7
H A Dents_xhtml.txt56 times 00D7
H A Dents_html5.txt1943 times 000D7
/PHP-8.0/ext/oci8/tests/
H A Dedition_2.phpt102 echo"\n\n**Test 1.6 - Set Multiple times.*****\n";
218 **Test 1.6 - Set Multiple times.*****
H A Dbug51291_1.phpt2 Bug #51291 (oci_error() doesn't report last error when called two times)
/PHP-8.0/ext/hash/
H A Dhash.c1315 size_t times = bytes / block_size; in PHP_FUNCTION() local
1318 times++; in PHP_FUNCTION()
1324 key = ecalloc(1, times * block_size); in PHP_FUNCTION()
1327 for (i = 0; i < times; i++) { in PHP_FUNCTION()
/PHP-8.0/ext/standard/tests/file/
H A Duserstreams.phpt55 /* repeat the data a few times so that it grows larger than
/PHP-8.0/ext/posix/
H A Dposix.c446 if ((ticks = times(&t)) == -1) { in PHP_FUNCTION()
/PHP-8.0/ext/date/
H A Dphp_date.c1018 zend_string *times; in PHP_FUNCTION() local
1027 Z_PARAM_STR(times) in PHP_FUNCTION()
1033 if (ZSTR_LEN(times) == 0) { in PHP_FUNCTION()
1048 t = timelib_strtotime(ZSTR_VAL(times), ZSTR_LEN(times), &error, in PHP_FUNCTION()
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php660 function str_repeat(string $string, int $times): string {} argument
H A Dbasic_functions_arginfo.h1028 ZEND_ARG_TYPE_INFO(0, times, IS_LONG, 0)
/PHP-8.0/
H A DREADME.REDIST.BINS635 to copyright in this Software shall at all times remain with copyright
/PHP-8.0/build/
H A Dphp.m4106 dnl used several times.

Completed in 94 milliseconds

1234