Home
last modified time | relevance | path

Searched refs:str_repeat (Results 326 – 350 of 379) sorted by relevance

1...<<111213141516

/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_zerofill.phpt55 $expected = str_repeat('0', $length - strlen($insert));
H A Dmysqli_insert_packet_overflow.phpt88 $blob = str_repeat('a', $max_len - $com_query_len - $query_len);
/PHP-8.0/sapi/cli/tests/
H A Dupload_2G.phpt75 $data = str_repeat("0123456789", 10000);
/PHP-8.0/ext/xml/tests/
H A Dbug72085.phpt11 xml_parse($var1, str_repeat("<a>", 10));
/PHP-8.0/ext/standard/tests/file/
H A Dcopy_variation5.phpt17 fwrite( $file_handle, str_repeat("Hello2World...\n", 100) );
H A Dcopy_variation3-win32.phpt20 fwrite( $file_handle, str_repeat("Hello2World...\n", 100) );
H A Dcopy_variation3.phpt20 fwrite( $file_handle, str_repeat("Hello2World...\n", 100) );
H A Dcopy_variation5-win32.phpt18 fwrite( $file_handle, str_repeat("Hello2World...\n", 100) );
H A Dfilesize_variation2-win32.phpt40 fwrite($file_handle, str_repeat("Hello,World ", 1000) ); // create file of size 12000 bytes
H A Dfilesize_variation2.phpt40 fwrite($file_handle, str_repeat("Hello,World ", 1000) ); // create file of size 12000 bytes
H A Dsymlink_link_linkinfo_is_link_variation4.phpt18 fwrite($file, str_repeat("text", 20) );
H A Dcopy_variation16.phpt25 fwrite($file_handle, str_repeat("Hello world, this is 2007 year ...\n", 100));
H A Dcopy_variation1.phpt13 fwrite( $file_handle, str_repeat("Hello2World...\n", 100) );
H A Dcopy_variation16-win32.phpt25 fwrite($file_handle, str_repeat("Hello world, this is 2007 year ...\n", 100));
/PHP-8.0/ext/gettext/tests/
H A D44938.phpt10 $overflown = str_repeat('C', 8476509);
/PHP-8.0/ext/openssl/tests/
H A Dbug74159.phpt90 $data = str_repeat("a", 0xfffff);
/PHP-8.0/ext/gmp/tests/
H A Dgmp_import.phpt74 var_dump(gmp_import(str_repeat('a', 100), 64));
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_blobs.phpt30 $value = str_repeat('a', $test_len);
H A Dpdo_mysql___construct.phpt68 $dsn = 'mysql:' . str_repeat('howmuch=canpdoeat;', 1000);
71 $dsn = 'mysql:' . str_repeat('abcdefghij', 1024 * 10) . '=somevalue';
110 $dsn = MySQLPDOTest::getDSN(array('host' => str_repeat('0123456789', 100)));
/PHP-8.0/ext/intl/tests/
H A Dut_common.inc23 echo str_repeat( '=', 78 ) . "\n";
25 echo str_repeat( '=', 78 ) . "\n";
27 echo str_repeat( '=', 78 ) . "\n";
29 echo str_repeat( '=', 78 ) . "\n";
H A Dformatter_get_set_text_attribute.phpt17 $long_str = str_repeat('blah', 100);
H A Dformatter_get_set_text_attribute_var2.phpt17 $long_str = str_repeat('blah', 100);
/PHP-8.0/ext/
H A Dext_skel.php254 …$credits = $options['author'] . ($author_len && $author_len <= 60 ? str_repeat(' ', 60 - $author_l…
/PHP-8.0/ext/hash/tests/
H A Dfnv164.phpt7 return str_repeat($t, 10);
11 return str_repeat($t, 500);
H A Dfnv132.phpt7 return str_repeat($t, 10);
11 return str_repeat($t, 500);

Completed in 47 milliseconds

1...<<111213141516