Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/file/
H A Dfile_put_contents_variation8.phpt27 //this one also generates a java message rather than our own so we don't replicate php message
31 //the next 2 generate java messages so we don't replicate the php messages
/php-src/ext/mbstring/tests/
H A Dmb_ereg_variation5.phpt39 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_variation7.phpt37 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_variation4.phpt49 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_basic.phpt53 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_variation3.phpt46 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_variation6.phpt52 * replicate a var dump of an array but outputted string values are base64 encoded
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c7376 int replicate = repeat_min; in compile_branch() local
7377 if (repeat_min == repeat_max) replicate--; in compile_branch()
7386 if (PRIV(ckd_smul)(&delta, replicate, 1 + LINK_SIZE) || in compile_branch()
7395 else for (int i = 0; i < replicate; i++) in compile_branch()

Completed in 56 milliseconds