Home
last modified time | relevance | path

Searched refs:str_repeat (Results 126 – 150 of 379) sorted by relevance

12345678910>>...16

/PHP-8.0/ext/iconv/tests/
H A Diconv_strpos-charset-length-cve-2007-4840.phpt7 $a = str_repeat("/", 9000000);
H A Diconv_strrpos-charset-length-cve-2007-4840.phpt7 $a = str_repeat("/", 9000000);
H A Deucjp2iso2022jp.phpt19 $str = str_repeat("���ܸ�ƥ����Ȥ� English text", 30);
/PHP-8.0/ext/standard/tests/streams/
H A Dbug79000.phpt11 $str = str_repeat('a', 1000000);
H A Dstream_set_chunk_size.phpt14 return str_repeat('a', $count);
38 var_dump(fwrite($f, str_repeat('b', 3)));
49 var_dump(strlen(fwrite($f, str_repeat('b', 250))));
/PHP-8.0/ext/xmlwriter/tests/
H A Dbug48204.phpt7 $path = str_repeat('a', PHP_MAXPATHLEN + 1);
/PHP-8.0/ext/standard/tests/strings/
H A D006.phpt8 $file = str_repeat("A", 1024);
H A Dbug72663_3.phpt8 $this->ryat = str_repeat('A', 0x112);
/PHP-8.0/tests/lang/
H A Dbug45392.phpt17 echo str_repeat("may not be displayed ", 42);
/PHP-8.0/ext/standard/tests/serialize/
H A Dbug68594.phpt13 $m->ddd = str_repeat("A", $i);
/PHP-8.0/tests/lang/operators/
H A Doverloaded_property_ref.phpt6 function __construct() { $this->bar = str_repeat("1", 2); }
/PHP-8.0/ext/standard/tests/file/
H A Dstream_enclosed.phpt15 fwrite($t, str_repeat('a',1024));
H A Dbug69100.phpt9 file_put_contents($fileIn, str_repeat('A', 64 * 1024));
H A Ddirname_no_path_normalization-win32.phpt13 $s .= str_repeat('X', 250);
/PHP-8.0/Zend/tests/type_declarations/
H A Dtyped_properties_056.phpt12 $o->foo = "1" . str_repeat("0", 2);
/PHP-8.0/Zend/tests/
H A Dbug75420.15.phpt14 $name = str_repeat($name, 2);
H A Dbug44069.phpt7 $string = str_repeat('This is a teststring.', 50);
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_decrypt_ocb.phpt29 str_repeat('x', 32), $test['tag'], $test['aad']));
37 $test['iv'], str_repeat('x', 16), $test['aad']));
H A Dopenssl_encrypt_gcm.phpt28 var_dump(openssl_encrypt('data', $method, 'password', 0, str_repeat('x', 32), $tag, '', 20));
31 var_dump(openssl_encrypt('data', $method, 'password', 0, str_repeat('x', 32)));
H A Dopenssl_encrypt_ocb.phpt28 var_dump(openssl_encrypt('data', $method, 'password', 0, str_repeat('x', 12), $tag, '', 20));
31 var_dump(openssl_encrypt('data', $method, 'password', 0, str_repeat('x', 12)));
/PHP-8.0/ext/pdo_odbc/tests/
H A Dmax_columns.phpt30 $insert->execute(array($num, str_repeat('i', $num)));
36 $expect = str_repeat('i', $row[0]);
/PHP-8.0/ext/standard/tests/network/
H A Dbindto.phpt11 'tcp://www.' . str_repeat('x', 100) . '.com:80',
/PHP-8.0/tests/output/
H A Dbug60768.phpt10 echo str_repeat("0", 20); // fill in the buffer
/PHP-8.0/ext/zlib/tests/
H A Dbug48725.phpt9 $text = str_repeat('0123456789abcdef', 1000);
/PHP-8.0/ext/bz2/tests/
H A Dbug75776.phpt9 $text = str_repeat('0123456789abcdef', 1000);

Completed in 26 milliseconds

12345678910>>...16