Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-7.4/ext/fileinfo/tests/
H A Dbug78987.phpt24 $content = str_repeat('0', $size);
H A Dbug68819_002.phpt15 $string .= str_repeat("a", 8184);
H A Dcve-2014-3538-mb.phpt16 str_repeat("\n", 1000000));
H A Dcve-2014-3538.phpt16 str_repeat("\n", 1000000));
/PHP-7.4/ext/standard/tests/file/
H A Dbug44607.phpt7 $data = str_repeat('.', 14000);
H A Duserstreams_006.phpt29 var_dump(fwrite($fd, str_repeat('0', 70)));
/PHP-7.4/ext/zlib/tests/
H A Dbug73944.phpt8 $in = inflate_init(ZLIB_ENCODING_RAW, array('dictionary' => str_repeat("\00", 32768)));
H A Dgzreadgzwrite.phpt8 $original = str_repeat("hallo php",4096);
H A Dinflate_get_read_len.phpt9 $random_junk = str_repeat("qebsouesl", 128);
/PHP-7.4/ext/mbstring/tests/
H A Dmbregex_stack_limit.phpt13 $s = str_repeat(' ', 30000);
/PHP-7.4/Zend/tests/
H A Dbug40809.phpt25 $evil .= str_repeat("a", $increment);
/PHP-7.4/ext/libxml/tests/
H A Dbug54138_1.phpt11 $foos = str_repeat('<foo/>' . PHP_EOL, 65535);
H A Dbug54138_2.phpt12 $foos = str_repeat('<foo/>' . PHP_EOL, 65535);
/PHP-7.4/ext/mysqli/tests/
H A Dbug38710.phpt18 if ($text !== str_repeat('a', ($IS_MYSQLND || mysqli_get_server_version($db) > 50110)? 100000:(mysq…
/PHP-7.4/ext/snmp/tests/
H A Dipv6.phpt9 $packed = str_repeat(chr(0), 15) . chr(1);
/PHP-7.4/pear/
H A Dfetch.php44 …printf("\r[%-100s] %d%% (%2d/%2d kb)", str_repeat("=", $length). ">", $length, ($bytes_transferred…
/PHP-7.4/ext/standard/tests/http/
H A Dbug78719.phpt11 $url = str_repeat('*', 2000);
/PHP-7.4/ext/pdo_oci/tests/
H A Dbug60994.phpt30 $string1 = 'abc' . str_repeat('j', 8187) . 'xyz'; // 8193 chars total works fine here (even 1 milli…
47 $string2 = 'abc' . str_repeat('£', 8187) . 'xyz'; // 8193 chars total is when it breaks
64 $string3 = 'abc' . str_repeat('Җ', 8187) . 'xyz'; // 8193 chars total is when it breaks
81 $string4 = 'abc' . str_repeat('の', 8187) . 'xyz'; // 8193 chars total is when it breaks
/PHP-7.4/ext/filter/tests/
H A Dbug52929.phpt14 var_dump(filter_var(str_repeat('x', 8000), FILTER_VALIDATE_EMAIL));
/PHP-7.4/ext/iconv/tests/
H A Diconv-charset-length-cve-2007-4840.phpt7 $a = str_repeat("/", 9000000);
/PHP-7.4/tests/security/
H A Dbug53226.phpt13 $file = str_repeat('x', 2 * PHP_MAXPATHLEN);
/PHP-7.4/tests/basic/
H A Dbug80384.phpt9 fwrite($fp, str_repeat('ABCDEFGH', 1024));
/PHP-7.4/sapi/cli/tests/
H A Dbug73630a.phpt20 $path = "/" . str_repeat("x", 16400) . "//example.com";
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_057.phpt12 $o->foo = "1" . str_repeat("0", 2);
/PHP-7.4/ext/standard/tests/streams/
H A Dbug60106.phpt11 $socket_file = "/tmp/" . str_repeat("a", 512);

Completed in 105 milliseconds

12345678910>>...15