Home
last modified time | relevance | path

Searched refs:str_repeat (Results 51 – 75 of 379) sorted by relevance

12345678910>>...16

/PHP-8.0/ext/phar/
H A Dmakestub.php12 $n = str_repeat("\n", substr_count($token[1], "\n"));
93 \t*len = spprintf(stub, name_len + web_len + newstub_len, \"%s%s" . str_repeat('%s', $s1count) . '%…
94 . str_repeat('%s', $s3count) . '", newstub0, web';
/PHP-8.0/ext/dom/tests/
H A Ddom_test.inc54 print str_repeat(" ", $spaces) . trim($node->nodeValue) . "\n";
56 print str_repeat(" ", $spaces) . "<" . $node->nodeName . ">\n";
58 print str_repeat(" ", $spaces) . "</" . $node->nodeName . ">\n";
/PHP-8.0/Zend/tests/type_declarations/
H A Dtyped_properties_046.phpt14 return str_repeat("b", 3);
19 foo()->{bar()} = str_repeat("a", 3);
/PHP-8.0/sapi/fpm/tests/
H A Dlog-bm-in-shutdown-fn.phpt28 error_log(str_repeat('e', 80));
38 $tester->expectLogMessage('NOTICE: PHP message: ' . str_repeat('e', 80), 1050);
H A Dlog-bm-limit-1024-msg-80.phpt27 error_log(str_repeat('e', 80));
36 $tester->expectLogMessage('NOTICE: PHP message: ' . str_repeat('e', 80), 1050);
H A Dlog-bm-limit-2048-msg-4000.phpt27 error_log(str_repeat('t', 4000));
36 $tester->expectLogMessage('NOTICE: PHP message: ' . str_repeat('t', 2023) . '...', 2048);
H A Dlog-bwp-msg-flush-split-real.phpt26 file_put_contents('php://stderr', str_repeat('a', 1022) . "\0fscf\0");
34 $tester->expectLogLine(str_repeat('a', 1022), decorated: false);
H A Dbug78599-path-info-underflow.phpt37 'SCRIPT_FILENAME' => $uri . "/" . str_repeat('A', 35),
39 'HTTP_HUI' => str_repeat('PTEST', 1000),
H A Dlog-bwp-msg-flush-split-fallback.phpt26 file_put_contents('php://stderr', str_repeat('a', 1021) . "\0fabc");
33 $tester->expectLogLine(str_repeat('a', 1021) . "\0f", decorated: false);
/PHP-8.0/ext/standard/tests/strings/
H A Dchunk_split_variation1_32bit.phpt12 $a=str_repeat("B", 65535);
14 $c=str_repeat("B", 65535);
H A Dsubstr_count_basic.phpt21 $a = str_repeat("abcacba", 100);
24 $a = str_repeat("abcacbabca", 100);
H A Dexplode_bug.phpt8 $res = explode(str_repeat("A",145999999),1);
/PHP-8.0/ext/zlib/tests/
H A D001.phpt7 $original = str_repeat("hallo php",4096);
14 $original = str_repeat("hallo php",4096);
/PHP-8.0/ext/hash/tests/
H A Dmhash_003.phpt23 $passwd = str_repeat($hash, 10);
24 $salt = str_repeat($hash, 2);
/PHP-8.0/Zend/tests/
H A Dbug76047.phpt16 $arg = str_shuffle(str_repeat('A', 79));
23 $arg = str_shuffle(str_repeat('A', 79));
/PHP-8.0/ext/phar/tests/
H A DGHSA-jqcx-ccgc-xwhv.phpt11 $phar->addFromString(str_repeat('A', PHP_MAXPATHLEN - 1), 'This is the content of file 1.');
12 $phar->addFromString(str_repeat('B', PHP_MAXPATHLEN - 1).'C', 'This is the content of file 2.');
/PHP-8.0/ext/standard/tests/dir/
H A Ddir_bug73971.phpt12 $filename = $base . DIRECTORY_SEPARATOR . str_repeat('テスト', 48); // 144 glyph here, less than 256
36 $filename = $base . DIRECTORY_SEPARATOR . str_repeat('テスト', 48);
/PHP-8.0/ext/intl/tests/
H A Dbug72506.phpt14 $domain = str_repeat('a.', 126) . 'aaa';
24 $domain = str_repeat('ф.', 32) . 'a';
/PHP-8.0/sapi/cgi/tests/
H A Dbug80849-cgi.phpt6 header('HTTP/1.1 201 ' . str_repeat('A', 1014), true);
/PHP-8.0/ext/standard/tests/file/windows_mb_path/
H A Drecursive_it.phpt18 $dir .= DIRECTORY_SEPARATOR . str_repeat("a", 32);
20 $dir .= DIRECTORY_SEPARATOR . str_repeat("a", $need_len - strlen($dir));
H A Dtest_long_path_mkdir.phpt19 $s = str_repeat('a', 50);
30 $start = $start . "\\" . str_repeat('a', 251 - strlen($start) - 1);
/PHP-8.0/ext/posix/tests/
H A D001.phpt8 var_dump(posix_access(str_repeat('bogus path', 1042)));
/PHP-8.0/Zend/tests/generators/
H A Dyield_during_function_call.phpt7 var_dump(str_repeat("x", yield));
/PHP-8.0/ext/standard/tests/array/
H A D008.phpt9 echo str_repeat("-=",10)." TEST 1 ".str_repeat("-=",20)."\n";
66 echo str_repeat("-=",10)." TEST 2 ".str_repeat("-=",20)."\n";
/PHP-8.0/ext/standard/tests/streams/
H A Dbug78326_1.phpt6 fwrite($f, str_repeat('X', 1000));

Completed in 24 milliseconds

12345678910>>...16