Home
last modified time | relevance | path

Searched refs:replicate (Results 1 – 8 of 8) sorted by relevance

/PHP-7.3/ext/standard/tests/file/
H A Dfile_put_contents_variation8.phpt28 //this one also generates a java message rather than our own so we don't replicate php message
32 //the next 2 generate java messages so we don't replicate the php messages
/PHP-7.3/ext/mbstring/tests/
H A Dmb_ereg_variation5.phpt43 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_variation7.phpt41 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_variation4.phpt53 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_variation3.phpt49 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_basic.phpt57 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_variation6.phpt56 * replicate a var dump of an array but outputted string values are base64 encoded
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c6572 int replicate = repeat_min; in compile_branch() local
6573 if (repeat_min == repeat_max) replicate--; in compile_branch()
6582 PCRE2_SIZE delta = replicate*(1 + LINK_SIZE); in compile_branch()
6583 if ((INT64_OR_DOUBLE)replicate* in compile_branch()
6594 else for (i = 0; i < replicate; i++) in compile_branch()

Completed in 53 milliseconds