Home
last modified time | relevance | path

Searched refs:str_repeat (Results 226 – 250 of 305) sorted by relevance

12345678910>>...13

/PHP-7.2/ext/mysqli/tests/
H A D005.phpt21 $a = str_repeat("A1", 32000);
H A Dmysqli_change_user.phpt83 …alse !== ($tmp = @mysqli_change_user($link, str_repeat('user', 16384), str_repeat('pass', 16384),
H A Dbug35103.phpt37 echo str_repeat("-", 20), "\n";
H A Dmysqli_fetch_assoc_zerofill.phpt42 $expected = str_repeat('0', $length - strlen($insert));
/PHP-7.2/ext/standard/tests/file/
H A Dlstat_stat_variation7.phpt32 fwrite($fh, str_repeat("Hello World", $old_stat['blksize']));
H A Dcopy_variation17.phpt17 fwrite($file_handle, str_repeat("Hello2world...\n", 100));
H A Dcopy_variation14.phpt18 fwrite($file_handle, str_repeat("Hello2world...\n", 100));
H A Dcopy_variation9.phpt32 fwrite($file_handle, str_repeat("Hello2world...\n", 100));
H A Ddisk_free_space_basic.phpt32 $data = str_repeat("x", 0xffff);
H A Dcopy_variation15.phpt31 fwrite($file_handle, str_repeat("Hello, world...", 20));
H A Dfilesize_variation3-win32.phpt21 fwrite($file_handle, str_repeat("Hello,World ", 1000) ); // create file of size 12000 bytes
H A Dfilesize_variation3.phpt21 fwrite($file_handle, str_repeat("Hello,World ", 1000) ); // create file of size 12000 bytes
/PHP-7.2/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-7.2/ext/openssl/tests/
H A Dbug72333.phpt61 $str1 = str_repeat("a", 4000000);
/PHP-7.2/ext/oci8/tests/
H A Dbind_long.phpt42 $filetxt = str_repeat($filetxt, 600);
H A Dlob_002.phpt32 var_dump($blob->write(str_repeat("test", 10000), 1000000));
H A Dlob_024.phpt29 var_dump($blob->write(str_repeat("string.", 1000)));
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);
H A Dlob_025.phpt27 var_dump($blob->write(str_repeat("string.", 1000)));
/PHP-7.2/sapi/cli/tests/
H A Dupload_2G.phpt65 $data = str_repeat("0123456789", 10000);
/PHP-7.2/ext/intl/tests/
H A Dmsgfmt_get_set_pattern.phpt35 ut_msgfmt_set_pattern($fmt, str_repeat($pattern, 10));
/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_2.phpt15 $s = str_repeat('x', 50) . "ü";
/PHP-7.2/ext/standard/tests/strings/
H A Dbug44703.phpt21 var_dump(htmlspecialchars("<>", ENT_COMPAT, str_repeat('a', 100)));
/PHP-7.2/ext/standard/tests/http/
H A Dbug47021.phpt36 $spaces = str_repeat(' ', $num_spaces);

Completed in 36 milliseconds

12345678910>>...13