Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-8.0/ext/hash/tests/
H A Dripemd320.phpt13 echo hash('ripemd320', str_repeat('a', 1000000)) . "\n";
/PHP-8.0/ext/pcre/tests/
H A Dcache_limit.phpt12 $str = str_repeat('x', PREG_CACHE_SIZE);
/PHP-8.0/Zend/tests/
H A Dbug40770.phpt18 $var.= str_repeat('a',1*1024*1024);
H A Dbug40809.phpt25 $evil .= str_repeat("a", $increment);
/PHP-8.0/ext/date/tests/
H A Dbug50392.phpt10 $string = $base . '.' . str_repeat($i, $i);
/PHP-8.0/ext/fileinfo/tests/
H A Dbug78987.phpt24 $content = str_repeat('0', $size);
H A Dbug68819_002.phpt15 $string .= str_repeat("a", 8184);
/PHP-8.0/ext/opcache/tests/jit/
H A Dassign_042.phpt17 return str_repeat("a", 5);
H A Dbug81255.phpt17 if (!($this->x = str_repeat($a, 5))) {
/PHP-8.0/ext/standard/tests/streams/
H A Dgh8472.phpt22 fwrite($client, str_repeat('0', 5));
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_many_columns.phpt64 $stmt = $link->prepare("INSERT INTO test VALUES(".str_repeat("?, ", $cols-1) . "?)");
66 $s = str_repeat("a", 2 << 12);
67 $eval_str="\$stmt->bind_param(\"".str_repeat("s",$cols)."\", ";
H A Dbug38710.phpt18 if ($text !== str_repeat('a', ($IS_MYSQLND || mysqli_get_server_version($db) > 50110)? 100000:(mysq…
/PHP-8.0/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);
/PHP-8.0/ext/standard/tests/file/
H A Dbug44607.phpt7 $data = str_repeat('.', 14000);
H A Dglob_error_002-win32.phpt14 glob(str_repeat('x', 3000));
/PHP-8.0/ext/mbstring/tests/
H A Dmbregex_stack_limit.phpt13 $s = str_repeat(' ', 30000);
/PHP-8.0/ext/dom/tests/
H A DDOMDocument_schemaValidate_error6.phpt18 var_dump($doc->schemaValidate(str_repeat(" ", PHP_MAXPATHLEN + 1)));
/PHP-8.0/ext/openssl/tests/
H A Dgh9339.phpt16 file_put_contents($configFile, sprintf($configCode, __DIR__ . '/' . str_repeat('a', 9000)));
/PHP-8.0/ext/sysvshm/tests/
H A D004.phpt18 $string = str_repeat("test", 512);
/PHP-8.0/ext/iconv/tests/
H A Diconv-charset-length-cve-2007-4840.phpt7 $a = str_repeat("/", 9000000);
/PHP-8.0/pear/
H A Dfetch.php44 …printf("\r[%-100s] %d%% (%2d/%2d kb)", str_repeat("=", $length). ">", $length, ($bytes_transferred…
/PHP-8.0/ext/snmp/tests/
H A Dipv6.phpt9 $packed = str_repeat(chr(0), 15) . chr(1);
/PHP-8.0/ext/standard/tests/http/
H A Dbug78719.phpt11 $url = str_repeat('*', 2000);
/PHP-8.0/ext/filter/tests/
H A Dbug52929.phpt14 var_dump(filter_var(str_repeat('x', 8000), FILTER_VALIDATE_EMAIL));

Completed in 30 milliseconds

12345678910>>...16