Home
last modified time | relevance | path

Searched refs:str_repeat (Results 1 – 25 of 239) sorted by relevance

12345678910

/PHP-5.6/ext/standard/tests/strings/
H A Dstr_repeat.phpt2 Test str_repeat() function
66 --- str_repeat() of 'a' ---
84 --- str_repeat() of '�' ---
90 --- str_repeat() of '\0' ---
96 --- str_repeat() of '' ---
102 --- str_repeat() of '1' ---
108 --- str_repeat() of '4' ---
120 --- str_repeat() of '' ---
126 --- str_repeat() of ' ' ---
134 --- str_repeat() of 'a' ---
[all …]
H A Dchunk_split.phpt7 echo chunk_split(str_repeat('X', 2*76))."\n";
10 $a=str_repeat("B", 65535);
12 $c=str_repeat("B", 65535);
15 $a=str_repeat("B", 65537);
17 $c=str_repeat("B", 65537);
H A Dcrypt_variation1.phpt12 $b = str_repeat("A", 124);
14 $b = str_repeat("A", 125);
16 $b = str_repeat("A", 4096);
H A Dbug64879.phpt6 quoted_printable_encode(str_repeat("\xf4", 1000));
7 quoted_printable_encode(str_repeat("\xf4", 100000));
H A Dbug27276.phpt6 $replacement = str_repeat("x", 12444);
7 $string = str_repeat("x", 9432);
H A Dbug55871.phpt26 $my_var = str_repeat('A', 40);
29 $my_var = str_repeat('A', 40);
32 $my_var = str_repeat('A', 40);
/PHP-5.6/ext/standard/tests/math/
H A Dbindec_basiclong_64bit.phpt16 '0'.str_repeat('1',63),
17 str_repeat('1',64),
18 '0'.str_repeat('1',31),
19 str_repeat('1',32),
20 '0'.str_repeat('1',64),
21 str_repeat('1',65),
22 '0'.str_repeat('1',32),
23 str_repeat('1',33)
H A Dhexdec_basiclong_64bit.phpt16 '7'.str_repeat('f',15),
17 str_repeat('f',16),
18 '7'.str_repeat('f',7),
19 str_repeat('f',8),
20 '7'.str_repeat('f',16),
21 str_repeat('f',18),
22 '7'.str_repeat('f',8),
23 str_repeat('f',9)
/PHP-5.6/ext/phar/tests/tar/
H A Dbignames.phpt16 $p1[str_repeat('a', 100) . '/b'] = 'hi';
17 $p1[str_repeat('a', 155) . '/' . str_repeat('b', 100)] = 'hi2';
20 echo $p2[str_repeat('a', 100) . '/b']->getContent() . "\n";
21 echo $p2[str_repeat('a', 155) . '/' . str_repeat('b', 100)]->getContent() . "\n";
24 $p2[str_repeat('a', 400)] = 'yuck';
31 $p2[str_repeat('a', 101)] = 'yuck';
38 $p2[str_repeat('b', 160) . '/' . str_repeat('a', 90)] = 'yuck';
H A Dbignames_overflow.phpt17 $tar->addFile(str_repeat('a', 101), 'hi');
18 $tar->addFile(str_repeat('a', 255), 'hi2');
25 echo $p1['a/' . str_repeat('a', 100)]->getContent() . "\n";
26 echo $p1[str_repeat('a', 155) . '/' . str_repeat('a', 100)]->getContent() . "\n";
/PHP-5.6/ext/iconv/tests/
H A Diconv_strrpos.phpt28 foo(str_repeat("abcab", 60)."abcdb".str_repeat("adabc", 60), "abcd");
29 foo(str_repeat("����������", 30)."����������".str_repeat("����������", 30), "����", "EUC-JP");
32 $str = str_repeat("����������", 60).str_repeat('$', $i).str_repeat("����������", 60);
H A Diconv_strpos.phpt30 foo(str_repeat("abcab", 60)."abcdb".str_repeat("adabc", 60), "abcd", 0);
31 foo(str_repeat("����������", 30)."����������".str_repeat("����������", 30), "����", 0, "EUC-JP");
32 $str = str_repeat("����������", 60).'$'.str_repeat("����������", 60);
/PHP-5.6/ext/hash/tests/
H A Dgost.phpt10 echo hash('gost', str_repeat('a', 31)), "\n";
11 echo hash('gost', str_repeat('a', 32)), "\n";
12 echo hash('gost', str_repeat('a', 33)), "\n";
17 echo hash('gost-crypto', str_repeat('a', 31)), "\n";
18 echo hash('gost-crypto', str_repeat('a', 32)), "\n";
19 echo hash('gost-crypto', str_repeat('a', 33)), "\n";
H A Dtiger.phpt9 echo hash('tiger192,3', str_repeat('a', 63)),"\n";
10 echo hash('tiger192,3', str_repeat('abc', 61)),"\n";
11 echo hash('tiger192,3', str_repeat('abc', 64)),"\n";
H A Dhmac-md5.phpt8 $ctx = hash_init('md5',HASH_HMAC,str_repeat(chr(0x0b), 16));
16 echo hash_hmac('md5', str_repeat(chr(0xDD), 50), str_repeat(chr(0xAA), 16)) . "\n";
/PHP-5.6/ext/pdo_mysql/tests/
H A Dpdo_mysql_types.phpt142 test_type($db, 400, 'CHAR(255)', str_repeat('z', 255));
147 test_type($db, 440, 'BINARY(1)', str_repeat('a', 1));
149 test_type($db, 460, 'VARBINARY(1)', str_repeat('a', 1));
152 test_type($db, 480, 'TINYBLOB', str_repeat('b', 255));
153 test_type($db, 490, 'BLOB', str_repeat('b', 256));
154 test_type($db, 500, 'MEDIUMBLOB', str_repeat('b', 256));
155 test_type($db, 510, 'LONGBLOB', str_repeat('b', 256));
157 test_type($db, 520, 'TINYTEXT', str_repeat('b', 255));
160 test_type($db, 560, 'TEXT', str_repeat('b', 256));
163 test_type($db, 580, 'MEDIUMTEXT', str_repeat('b', 256));
[all …]
H A Dpdo_mysql_stmt_bindparam_types.phpt142 pdo_mysql_stmt_bindparam_types($db, 41, 'VARCHAR(255)', str_repeat('a', 255));
143 pdo_mysql_stmt_bindparam_types($db, 42, 'BINARY(255)', str_repeat('a', 255));
145 pdo_mysql_stmt_bindparam_types($db, 44, 'TINYBLOB', str_repeat('a', 255));
146 pdo_mysql_stmt_bindparam_types($db, 45, 'BLOB', str_repeat('b', 300));
147 pdo_mysql_stmt_bindparam_types($db, 46, 'MEDIUMBLOB', str_repeat('b', 300));
148 pdo_mysql_stmt_bindparam_types($db, 47, 'LONGBLOB', str_repeat('b', 300));
149 pdo_mysql_stmt_bindparam_types($db, 48, 'TINYTEXT', str_repeat('c', 255));
151 pdo_mysql_stmt_bindparam_types($db, 50, 'TEXT', str_repeat('d', 300));
152 pdo_mysql_stmt_bindparam_types($db, 51, 'TEXT BINARY', str_repeat('d', 300));
153 pdo_mysql_stmt_bindparam_types($db, 52, 'MEDIUMTEXT', str_repeat('d', 300));
[all …]
/PHP-5.6/ext/standard/tests/serialize/
H A DunserializeS.phpt7 $str = 'S:'.(100*3).':"'.str_repeat('\61', 100).'"';
8 $arr = array(str_repeat('"', 200)."1"=>1,str_repeat('"', 200)."2"=>1);
/PHP-5.6/ext/ereg/tests/
H A Dereg_basic_003.phpt15 var_dump(ereg(str_repeat('(.)', 2048), str_repeat('x', 2048)));
16 var_dump(ereg(str_repeat('(.)', 2048), str_repeat('x', 2048), $regs));
H A Deregi_basic_003.phpt15 var_dump(eregi(str_repeat('(.)', 2048), str_repeat('x', 2048)));
16 var_dump(eregi(str_repeat('(.)', 2048), str_repeat('x', 2048), $regs));
/PHP-5.6/ext/intl/tests/
H A Dbug62082.phpt9 var_dump(locale_get_display_name(str_repeat("a", 300), null));
10 var_dump(locale_get_display_name(str_repeat("a", 512), null));
11 var_dump(locale_get_display_name(str_repeat("a", 600), null));
H A Dbug72061.phpt8 var_dump(grapheme_stripos(str_repeat("ABCD", 16384), "A", -201));
9 var_dump(grapheme_strpos(str_repeat("ABCD", 16384), "A", -201));
/PHP-5.6/ext/phar/tests/zip/
H A Dlargezip.phpt16 $p['big'] = str_repeat(str_repeat('hi', 100), 1000);
17 $p['big2'] = str_repeat(str_repeat('hi', 100), 1000);
/PHP-5.6/Zend/tests/
H A Dbug55509.phpt54 $a1 = str_repeat("1", 1024 * 1024 * 1024 * 0.5);
56 $a2 = str_repeat("2", 1024 * 1024 * 1024 * 0.5);
58 $a3 = str_repeat("3", 1024 * 1024 * 1024 * 0.5);
60 $a4 = str_repeat("4", 1024 * 1024 * 1024 * 0.5);
62 $a5 = str_repeat("5", 1024 * 1024 * 1024 * 0.5);
/PHP-5.6/ext/mbstring/tests/
H A Dmb_substr_count.phpt16 $a = str_repeat("abcacba", 100);
19 $a = str_repeat("��������������", 100);
31 $a = str_repeat("abcacbabca", 100);

Completed in 182 milliseconds

12345678910