Home
last modified time | relevance | path

Searched refs:str_repeat (Results 176 – 200 of 305) sorted by relevance

12345678910>>...13

/PHP-7.2/ext/standard/tests/file/
H A Dglob_error_002-win32.phpt18 var_dump(glob(str_repeat('x', 3000)));
H A Dbug37158.phpt18 $x = str_repeat(1, 8192);
/PHP-7.2/ext/phar/tests/cache_list/files/
H A Dfrontcontroller8.phar.inc12 $a['bigfile.txt'] = str_repeat('a', 8193);
/PHP-7.2/ext/phar/tests/files/
H A Dfrontcontroller8.phar.inc12 $a['bigfile.txt'] = str_repeat('a', 8193);
/PHP-7.2/ext/zlib/tests/
H A Dgztell_basic2.phpt18 echo "bytes written=".gzwrite($h, str_repeat('1', $size))."\n";
H A Dgzreadgzwriteplain.phpt8 $original = str_repeat("hallo php",4096);
/PHP-7.2/ext/iconv/tests/
H A Diconv_set_encoding-charset-length-cve-2007-4840.phpt7 $a = str_repeat("/", 9000000);
/PHP-7.2/ext/recode/tests/
H A D002.phpt11 $byte = str_repeat('0', 2 - strlen($byte)).$byte;
H A D001.phpt11 $byte = str_repeat('0', 2 - strlen($byte)).$byte;
/PHP-7.2/ext/sodium/tests/
H A Dcrypto_box.phpt21 $seed_x = str_repeat('x', SODIUM_CRYPTO_BOX_SEEDBYTES);
22 $seed_y = str_repeat('y', SODIUM_CRYPTO_BOX_SEEDBYTES);
/PHP-7.2/ext/oci8/tests/
H A Dbug70700.phpt36 $string1 = 'abc' . str_repeat('j', 1000000) . 'xyz';
67 $string2 = 'abc' . str_repeat('£', 4094) . 'xyz';
98 $string3 = 'abc' . str_repeat('Җ', 4094) . 'xyz';
129 $string4 = 'abc' . str_repeat('の', 2729) . 'xyz';
/PHP-7.2/ext/snmp/tests/
H A Dbug64124.phpt9 $packed = str_repeat(chr(0), 15) . chr(1);
/PHP-7.2/ext/odbc/tests/
H A Dbug69354.phpt16 odbc_exec($conn, "INSERT INTO FOO(ID, VARCHAR_COL) VALUES (1, '" . str_repeat("a", 100) . "')");
/PHP-7.2/ext/standard/tests/streams/
H A Dset_file_buffer.phpt33 var_dump(fwrite($fd, str_repeat('0', 70)));
/PHP-7.2/ext/fileinfo/tests/
H A Dcve-2014-1943-mb.phpt13 $b = str_repeat("\001", 250000);
H A Dcve-2014-1943.phpt13 $b = str_repeat("\001", 250000);
/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_bug70943.phpt14 $testFile = dirname(__FILE__) . DIRECTORY_SEPARATOR . str_repeat("a", 254 - strlen(dirname(__FILE__…
H A Dtest_long_path_0.phpt16 $s = str_repeat('a', 50);
/PHP-7.2/ext/phar/tests/
H A Dphar_extract.phpt86 $a->extractTo(str_repeat('a', 20000), 'file1.txt');
91 $a[str_repeat('a', 20000)] = 'long';
94 $a->extractTo(dirname(__FILE__) . '/extract', str_repeat('a', 20000));
/PHP-7.2/Zend/tests/
H A Dobjects_025.phpt28 $b = str_repeat('a', 10000);
/PHP-7.2/ext/standard/tests/strings/
H A Dbug62462.phpt5 echo quoted_printable_encode(str_repeat("\xc4\x85", 77));
/PHP-7.2/ext/curl/tests/
H A Dbug52827.phpt25 fwrite($s, str_repeat('a',1024));
/PHP-7.2/ext/hash/tests/
H A Dsha3.phpt16 str_repeat('a', 257),
17 str_repeat("\xA3", 200),
/PHP-7.2/ext/standard/tests/network/
H A Dinet_ipv6.phpt8 $packed = str_repeat(chr(0), 15) . chr(1);
/PHP-7.2/ext/sysvshm/tests/
H A D004.phpt21 $string = str_repeat("test", 512);

Completed in 31 milliseconds

12345678910>>...13