Home
last modified time | relevance | path

Searched refs:str_repeat (Results 201 – 225 of 379) sorted by relevance

12345678910>>...16

/PHP-8.0/tests/security/
H A Dbug53226.phpt13 $file = str_repeat('x', 2 * PHP_MAXPATHLEN);
/PHP-8.0/ext/fileinfo/tests/
H A Dcve-2014-3538-mb.phpt16 str_repeat("\n", 1000000));
H A Dcve-2014-3538.phpt16 str_repeat("\n", 1000000));
/PHP-8.0/ext/dom/tests/
H A DDOMDocument_load_error6.phpt22 var_dump($dom->load(str_repeat(" ", PHP_MAXPATHLEN + 1)));
/PHP-8.0/tests/basic/
H A Dbug80384.phpt9 fwrite($fp, str_repeat('ABCDEFGH', 1024));
/PHP-8.0/sapi/cli/tests/
H A Dbug73630a.phpt20 $path = "/" . str_repeat("x", 16400) . "//example.com";
/PHP-8.0/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-8.0/ext/zlib/tests/
H A Dinflate_get_read_len.phpt9 $random_junk = str_repeat("qebsouesl", 128);
H A Dgztell_basic2.phpt18 echo "bytes written=".gzwrite($h, str_repeat('1', $size))."\n";
/PHP-8.0/ext/standard/tests/streams/
H A Dbug60106.phpt11 $socket_file = "/tmp/" . str_repeat("a", 512);
H A Dproc_open_bug51800.phpt41 $data0 = str_repeat("a", $how_much);
42 $data1 = str_repeat("b", $how_much);
/PHP-8.0/ext/libxml/tests/
H A Dbug54138_2.phpt12 $foos = str_repeat('<foo/>' . PHP_EOL, 65535);
/PHP-8.0/ext/standard/tests/file/
H A Duserstreams_006.phpt29 var_dump(fwrite($fd, str_repeat('0', 70)));
H A Dbug37158.phpt17 $x = str_repeat(1, 8192);
/PHP-8.0/Zend/tests/type_declarations/
H A Dtyped_properties_057.phpt12 $o->foo = "1" . str_repeat("0", 2);
/PHP-8.0/ext/standard/tests/strings/
H A Dchunk_split_variation3.phpt14 $body = str_repeat("Hello", 10000000);
/PHP-8.0/sapi/cgi/tests/
H A Dapache_request_headers.phpt24 putenv($name."=".str_repeat("A", 256));
/PHP-8.0/ext/phar/tests/
H A D009.phpt12 $file .= pack('VVnVVV', 500, 500, 0x1000, 0x00000000, 0, 0) . str_repeat('A', 500);
/PHP-8.0/ext/zend_test/tests/
H A Dbug81435.phpt21 array_map("str_repeat", ["\xFF"], [100000000]);
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_stmt_bind_limits.phpt31 $stmt_types = str_repeat("i", $num_params * $rows);
32 $stmt_params = substr(str_repeat($stmt_params, $rows), 0, -2);
35 $insert .= substr(str_repeat("(" . $values . "), ", $rows), 0, -2);
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt47 $tmp = str_repeat('a', 1024);
50 $blob = str_repeat($tmp, $limit);
78 $blob2 .= str_repeat('b', $limit);
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_encrypt_error.phpt10 $iv = str_repeat("\0", openssl_cipher_iv_length($method));
/PHP-8.0/sapi/fpm/tests/
H A Dlog-bwd-limit-1050-msg-2900.phpt27 file_put_contents('php://stderr', str_repeat('a', 2900) . "\n");
H A Dlog-bwd-limit-64-too-low-error.phpt26 file_put_contents('php://stderr', str_repeat('a', 2048) . "\n");
H A Dlog-bwd-limit-8000-msg-4096.phpt27 file_put_contents('php://stderr', str_repeat('a', 4096) . "\n");

Completed in 24 milliseconds

12345678910>>...16