Home
last modified time | relevance | path

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

1...<<1112131415

/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt142 $params[str_repeat('a', $i)] = 'some data';
H A Dpdo_mysql_prepare_emulated.phpt130 $params[str_repeat('a', $i)] = 'some data';
/PHP-7.4/sapi/fpm/tests/
H A Dfcgi.inc517 . str_repeat(chr(0), 5),
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc204 fputs($s, "\r\n" . str_repeat("*", 4096) . "\r\n");
/PHP-7.4/
H A Drun-tests.php960 $sep = "\n" . str_repeat('=', 80) . "\n";
3251 echo str_repeat(" ", $line_length), "\r";
H A DNEWS209 . Fixed bug #74960 (Heap buffer overflow via str_repeat). (cmb, Dmitry)
/PHP-7.4/ext/pcre/tests/
H A D005.phpt70 str_repeat('(?:\s+\5:(\d+): (?:(error|warning):\s+)?(.+))?', 99). // capture up to 100 errors
/PHP-7.4/ext/standard/
H A Dbasic_functions.c2822 PHP_FE(str_repeat, arginfo_str_repeat)
H A Dstring.c5536 PHP_FUNCTION(str_repeat) argument

Completed in 158 milliseconds

1...<<1112131415