Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/file/
H A Dfile_put_contents_variation8.phpt34 //this one also generates a java message rather than our own so we don't replicate php message
38 //the next 2 generate java messages so we don't replicate the php messages
/PHP-7.4/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.phpt50 * 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.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c6993 int replicate = repeat_min; in compile_branch() local
6994 if (repeat_min == repeat_max) replicate--; in compile_branch()
7003 PCRE2_SIZE delta = replicate*(1 + LINK_SIZE); in compile_branch()
7004 if ((INT64_OR_DOUBLE)replicate* in compile_branch()
7015 else for (i = 0; i < replicate; i++) in compile_branch()

Completed in 33 milliseconds