Home
last modified time | relevance | path

Searched refs:str_repeat (Results 351 – 375 of 379) sorted by relevance

1...<<111213141516

/PHP-8.0/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation3.phpt34 fwrite($file, str_repeat("text", 20) );
H A Dcopy_variation4.phpt21 fwrite( $file_handle, str_repeat("Hello2World...\n", 100) );
H A Dfile.inc71 $tmp_buff = str_repeat($data, ($fill_size/$size_divider) + $add_value );
131 $num_values = str_repeat($data, ($chunk_size/$size_divider) + $add_value );
139 $num_values = str_repeat($data, ($chunk_size/$size_divider) + $add_value );
H A Dcopy_variation2-win32-mb.phpt18 fwrite( $file_handle, str_repeat("Hello2World...\n", 100) );
H A Dcopy_variation2-win32.phpt18 fwrite( $file_handle, str_repeat("Hello2World...\n", 100) );
H A Dcopy_variation2.phpt18 fwrite( $file_handle, str_repeat("Hello2World...\n", 100) );
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt17 $random_char = str_repeat('a', 255);
/PHP-8.0/ext/phar/tests/
H A Dphar_createdefaultstub.phpt14 var_dump(strlen(Phar::createDefaultStub(str_repeat('a', 400))));
17 var_dump(Phar::createDefaultStub(str_repeat('a', 401)));
29 var_dump(strlen(Phar::createDefaultStub('index.php', str_repeat('a', 400))));
30 var_dump(Phar::createDefaultStub('hio', str_repeat('a', 401)));
H A Dphar_setdefaultstub.phpt38 $phar->setDefaultStub(str_repeat('a', 400));
42 $phar->setDefaultStub(str_repeat('a', 401));
/PHP-8.0/ext/standard/tests/strings/
H A Dbug20927.phpt5 $string = str_repeat("1234567890 X ", 10);
6 $break = str_repeat("a-very-long-break-string-to-clobber-the-heap", 8);
H A Dquoted_printable_encode_002.phpt6 $s = str_repeat("\0", 200);
10 $s = str_repeat("строка в юникоде", 50);
/PHP-8.0/ext/intl/tests/
H A Dformatter_get_set_symbol2.phpt16 $longstr = str_repeat("blah", 10);
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt71 $enc_key = str_repeat('x', 40);
/PHP-8.0/Zend/tests/
H A Dclosure_061.phpt95 echo "$fnStr()\n" . str_repeat('-', strlen($fnStr) + 2), "\n\n";
H A Dbug60771.phpt5 file_put_contents('test.php',str_repeat('passed, ',1024));
/PHP-8.0/ext/mbstring/tests/
H A Dillformed_utf_sequences.phpt9 $dst = str_repeat("0000fffd", $n);
/PHP-8.0/sapi/fpm/tests/
H A Dlogreader.inc111 echo str_repeat('-', 68) . "\n";
H A Dfcgi.inc527 . str_repeat(chr(0), 5),
H A Dlogtool.inc90 $this->message = ($repeat > 0) ? str_repeat($message, $repeat) : $message;
/PHP-8.0/
H A Drun-tests.php976 $sep = "\n" . str_repeat('=', 80) . "\n";
2974 $diff[] = str_repeat(' ', $number_len + 2) . $w[$old_k1++];
2986 $diff[] = str_repeat(' ', $number_len + 2) . $w[$old_k1++];
3350 echo str_repeat(" ", $line_length), "\r";
/PHP-8.0/ext/phar/phar/
H A Dpharcommand.inc30 return str_repeat(' ', $l1 + 2 + 4 + 9);
44 return str_repeat(' ', $l1 + 2 + 4 + 9 + 2 + $l2 + 2);
1532 echo $which . ':' . str_repeat(' ', $l + 1 - strlen($which)) . $val . "\n";
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt144 $params[str_repeat('a', $i)] = 'some data';
H A Dpdo_mysql_prepare_emulated.phpt132 $params[str_repeat('a', $i)] = 'some data';
/PHP-8.0/ext/ftp/tests/
H A Dserver.inc204 fputs($s, "\r\n" . str_repeat("*", 4096) . "\r\n");
/PHP-8.0/ext/pcre/tests/
H A D005.phpt70str_repeat('(?:\s+\5:(\d+): (?:(error|warning):\s+)?(.+))?', 99). // capture up to 100 errors

Completed in 59 milliseconds

1...<<111213141516