Home
last modified time | relevance | path

Searched refs:str_repeat (Results 301 – 325 of 379) sorted by relevance

1...<<111213141516

/PHP-8.0/ext/mysqli/tests/
H A D005.phpt21 $a = str_repeat("A1", 32000);
H A Dbug35103.phpt37 echo str_repeat("-", 20), "\n";
H A Dmysqli_fetch_assoc_zerofill.phpt41 $expected = str_repeat('0', $length - strlen($insert));
/PHP-8.0/ext/standard/tests/file/
H A Dfilesize_variation3.phpt10 fwrite($file_handle, str_repeat("Hello,World ", 1000) ); // create file of size 12000 bytes
H A Dcopy_variation14.phpt13 fwrite($file_handle, str_repeat("Hello2world...\n", 100));
H A Ddisk_free_space_basic.phpt25 $data = str_repeat("x", 0xffff);
H A Dcopy_variation11.phpt12 fwrite($file_handle, str_repeat("Hello, world...", 20));
H A Dcopy_variation7.phpt17 fwrite( $file_handle, str_repeat("Hello World, this is 2007 year ....\n", 100) );
/PHP-8.0/ext/libxml/tests/
H A D002.phpt36 $return .= str_repeat('-', $error->column) . "^\n";
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_decrypt_basic.phpt23 $padded_data = $data . str_repeat(' ', 16 - (strlen($data) % 16));
H A Dbug72333.phpt61 $str1 = str_repeat("a", 4000000);
/PHP-8.0/ext/oci8/tests/
H A Dlob_025.phpt27 var_dump($blob->write(str_repeat("string.", 1000)));
H A Dbind_long.phpt42 $filetxt = str_repeat($filetxt, 600);
H A Dpecl_bug10194_blob.phpt34 $string = str_repeat("test", 32768*4*4);
H A Dpecl_bug10194_blob_64.phpt35 $string = str_repeat("test", 32768*4*4);
/PHP-8.0/ext/standard/tests/streams/
H A Dproc_open_bug64438.phpt14 $stdin = str_repeat('*', 4097);
/PHP-8.0/ext/phar/phar/
H A Dclicommand.inc220 return str_repeat(' ', $l1 + 2 + 4 + 8);
225 return str_repeat(' ', $l1 + 2 + 4 + 8 + 2 + $l2 + 2);
319 echo $this->cli_wordwrap($inf.$lst, $ind, str_repeat(' ', $ind)) . "\n\n";
322 $sp = str_repeat(' ', $l + 2);
/PHP-8.0/ext/standard/tests/http/
H A Dbug47021.phpt36 $spaces = str_repeat(' ', $num_spaces);
/PHP-8.0/ext/intl/tests/
H A Dmsgfmt_get_set_pattern.phpt35 ut_msgfmt_set_pattern($fmt, str_repeat($pattern, 10));
/PHP-8.0/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_2.phpt15 $s = str_repeat('x', 50) . "ü";
/PHP-8.0/ext/mbstring/tests/
H A Dmb_str_split_jp.phpt51 $long = str_repeat($string, $size); /* 50k x 2 chars = 1e5 chars */
H A Dmb_str_split_ru.phpt51 $long = str_repeat($string, $size); /* 25k x 12 chars = 3e5 chars */
/PHP-8.0/ext/standard/tests/strings/
H A Dbug44703.phpt21 var_dump(htmlspecialchars("<>", ENT_COMPAT, str_repeat('a', 100)));
/PHP-8.0/ext/standard/tests/serialize/
H A Dmax_depth.phpt7 return str_repeat($prefix, $depth) . $inner . str_repeat($suffix, $depth);
/PHP-8.0/ext/sodium/tests/
H A Dcrypto_sign.phpt30 $seed = str_repeat('x', SODIUM_CRYPTO_SIGN_SEEDBYTES);

Completed in 26 milliseconds

1...<<111213141516