Home
last modified time | relevance | path

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

1234

/PHP-7.3/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-7.3/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-7.3/ext/hash/tests/
H A Dhash_hkdf_error.phpt40 var_dump(hash_hkdf('sha1', $ikm, 20 * 255 + 1)); // Length can't be more than 255 times the hash di…
/PHP-7.3/ext/standard/tests/strings/
H A Dget_html_translation_table_basic7.phpt287 [×] => ×
H A Dget_html_translation_table_basic2.phpt513 string(7) "×"
1022 string(7) "×"
1527 string(7) "×"
H A Dhtml_entity_decode_html4.phpt65 "×",
H A Dget_html_translation_table_basic1.phpt500 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-7.3/ext/hash/
H A Dhash.c1071 int times = bytes / block_size; in PHP_FUNCTION() local
1072 if (bytes % block_size != 0) times++; in PHP_FUNCTION()
1077 key = ecalloc(1, times * block_size); in PHP_FUNCTION()
1080 for (i = 0; i < times; i++) { in PHP_FUNCTION()
/PHP-7.3/ext/standard/tests/file/
H A D005_error.phpt19 Description: Attempts to set the access and modification times of the file
H A Duserstreams.phpt56 /* repeat the data a few times so that it grows larger than
/PHP-7.3/ext/mbstring/
H A Dconfig.m497 … AC_CHECK_HEADERS([stdlib.h string.h strings.h unistd.h sys/time.h sys/times.h stdarg.h limits.h])
/PHP-7.3/ext/posix/
H A Dposix.c722 if ((ticks = times(&t)) == -1) { in PHP_FUNCTION()
/PHP-7.3/ext/date/
H A Dphp_date.c1520 zend_string *times; in PHP_FUNCTION() local
1528 Z_PARAM_STR(times) in PHP_FUNCTION()
1541 t = timelib_strtotime(ZSTR_VAL(times), ZSTR_LEN(times), &error, in PHP_FUNCTION()
/PHP-7.3/sapi/fpm/
H A Dwww.conf.in158 ; max children reached - number of times, the process limit has been reached,
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DSYNTAX.md527 the match, if the capture matched multiple times, by writing `\k<name+n>` or
545 functions exactly which captures were matched, how many times, and where in the
H A DAPI382 normal return: number of matching times
/PHP-7.3/
H A Dacinclude.m4108 dnl This macro can be used several times.
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c2424 #define GETTIME(t) times(&(t))

Completed in 100 milliseconds

1234