Home
last modified time | relevance | path

Searched refs:str_repeat (Results 1 – 25 of 5110) sorted by relevance

12345678910>>...205

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/phpseclib/phpseclib/tests/Unit/Crypt/
H A DTripleDESTest.php25 … array(str_repeat("\x01", 24), pack('H*', '8000000000000000'), pack('H*', '95F8A5E5DD31D900')),
26 … array(str_repeat("\x01", 24), pack('H*', '4000000000000000'), pack('H*', 'DD7F121CA5015619')),
27 … array(str_repeat("\x01", 24), pack('H*', '2000000000000000'), pack('H*', '2E8653104F3834EA')),
28 … array(str_repeat("\x01", 24), pack('H*', '1000000000000000'), pack('H*', '4BD388FF6CD81D4F')),
29 … array(str_repeat("\x01", 24), pack('H*', '0800000000000000'), pack('H*', '20B9E767B2FB1456')),
30 … array(str_repeat("\x01", 24), pack('H*', '0400000000000000'), pack('H*', '55579380D77138EF')),
31 … array(str_repeat("\x01", 24), pack('H*', '0200000000000000'), pack('H*', '6CC5DEFAAF04512F')),
32 … array(str_repeat("\x01", 24), pack('H*', '0100000000000000'), pack('H*', '0D9F279BA5D87260')),
185 $result = bin2hex($des->encrypt(str_repeat('a', 16)));
196 $td->setKey(str_repeat('a', 20) . pack('V', mt_rand()));
[all …]
/dports/security/pear-Crypt_HMAC2/Crypt_HMAC2-1.0.0/tests/
H A DHMAC2Test.php19 $key = str_repeat("\x0b", 16);
34 $data = str_repeat("\xdd",50);
35 $key = str_repeat("\xaa", 16);
42 $data = str_repeat("\xcd",50);
51 $key = str_repeat("\x0c",16);
59 $key = str_repeat("\xaa",80);
67 $key = str_repeat("\xaa",80);
77 $key = str_repeat("\x0b", 20);
109 $key = str_repeat("\x0c",20);
117 $key = str_repeat("\xaa",80);
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/
H A DMaxIdLengthAdapterTest.php22 ->setConstructorArgs([str_repeat('-', 10)])
33 $cache->hasItem(str_repeat('-', 40));
34 $cache->hasItem(str_repeat('-', 39));
40 ->setConstructorArgs([str_repeat('-', 26)])
54 …$this->assertLessThanOrEqual(50, \strlen($reflectionMethod->invokeArgs($cache, [str_repeat('-', 12…
55 …$this->assertLessThanOrEqual(50, \strlen($reflectionMethod->invokeArgs($cache, [str_repeat('-', 23…
56 …$this->assertLessThanOrEqual(50, \strlen($reflectionMethod->invokeArgs($cache, [str_repeat('-', 40…
64 …$this->assertLessThanOrEqual(50, \strlen($reflectionMethod->invokeArgs($cache, [str_repeat('-', 12…
65 …$this->assertLessThanOrEqual(50, \strlen($reflectionMethod->invokeArgs($cache, [str_repeat('-', 23…
66 …$this->assertLessThanOrEqual(50, \strlen($reflectionMethod->invokeArgs($cache, [str_repeat('-', 40…
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Cache/Tests/Adapter/
H A DMaxIdLengthAdapterTest.php22 ->setConstructorArgs([str_repeat('-', 10)])
33 $cache->hasItem(str_repeat('-', 40));
34 $cache->hasItem(str_repeat('-', 39));
40 ->setConstructorArgs([str_repeat('-', 26)])
54 …$this->assertLessThanOrEqual(50, \strlen($reflectionMethod->invokeArgs($cache, [str_repeat('-', 12…
55 …$this->assertLessThanOrEqual(50, \strlen($reflectionMethod->invokeArgs($cache, [str_repeat('-', 23…
56 …$this->assertLessThanOrEqual(50, \strlen($reflectionMethod->invokeArgs($cache, [str_repeat('-', 40…
64 …$this->assertLessThanOrEqual(50, \strlen($reflectionMethod->invokeArgs($cache, [str_repeat('-', 12…
65 …$this->assertLessThanOrEqual(50, \strlen($reflectionMethod->invokeArgs($cache, [str_repeat('-', 23…
66 …$this->assertLessThanOrEqual(50, \strlen($reflectionMethod->invokeArgs($cache, [str_repeat('-', 40…
[all …]
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/strings/
H A Dstr_repeat.phpt2 Test str_repeat() function
26 echo str_repeat($input, $n)."\n";
41 --- str_repeat() of 'a' ---
47 --- str_repeat() of 'foo' ---
59 --- str_repeat() of '%0' ---
65 --- str_repeat() of '\0' ---
71 --- str_repeat() of '1' ---
77 --- str_repeat() of '4' ---
83 --- str_repeat() of '1.23' ---
89 --- str_repeat() of '' ---
[all …]
/dports/lang/php81/php-8.1.1/ext/standard/tests/strings/
H A Dstr_repeat.phpt2 Test str_repeat() function
26 echo str_repeat($input, $n)."\n";
41 --- str_repeat() of 'a' ---
47 --- str_repeat() of 'foo' ---
59 --- str_repeat() of '%0' ---
65 --- str_repeat() of '\0' ---
71 --- str_repeat() of '1' ---
77 --- str_repeat() of '4' ---
83 --- str_repeat() of '1.23' ---
89 --- str_repeat() of '' ---
[all …]
/dports/deskutils/egroupware/egroupware/vendor/defuse/php-encryption/test/unit/
H A DCtrModeTest.php89 … $start = str_repeat("\xFF", $offset) . "\xFE" . str_repeat("\xFF", 16 - $offset - 1);
90 $expected_end = str_repeat("\xFF", $offset + 1) . str_repeat("\x00", 16 - $offset - 1);
135 str_repeat("\x00", 16),
146 str_repeat("\x00", 16),
168 $start = str_repeat("\x00", 15) . chr($lsb);
178 str_repeat("\x00", 15),
189 str_repeat("\x00", 17),
200 str_repeat("\x00", 16),
208 $plaintext = str_repeat('a', 0x300 * 16);
211 $starting_nonce = str_repeat("\x00", 16);
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/Headers/
H A DParameterizedHeaderTest.php95 $value = str_repeat('a', 180);
102 str_repeat('a', 63)."\r\n".str_repeat('a', 54));
114 'filename*2*='.str_repeat('a', 54),
144 $value = str_repeat('a', 20).pack('C', 0x8F).str_repeat('a', 10);
150 ->andReturn(str_repeat('a', 20).'%8F'.str_repeat('a', 10));
161 str_repeat('a', 20).'%8F'.str_repeat('a', 10),
197 $value = str_repeat('a', 20).pack('C', 0x8F).str_repeat('a', 60);
203 ->andReturn(str_repeat('a', 20).'%8F'.str_repeat('a', 28)."\r\n".
204 str_repeat('a', 32));
215 str_repeat('a', 20).'%8F'.str_repeat('a', 28).";\r\n ".
[all …]
/dports/deskutils/egroupware/egroupware/vendor/symfony/mime/Tests/Header/
H A DParameterizedHeaderTest.php90 $value = str_repeat('a', 180);
96 'filename*0*=utf-8\'\''.str_repeat('a', 60).";\r\n ".
97 'filename*1*='.str_repeat('a', 60).";\r\n ".
98 'filename*2*='.str_repeat('a', 60),
128 $value = str_repeat('a', 20).pack('C', 0x8F).str_repeat('a', 10);
136 str_repeat('a', 20).'%8F'.str_repeat('a', 10),
172 $value = str_repeat('a', 20).pack('C', 0x8F).str_repeat('a', 60);
180 str_repeat('a', 20).'%8F'.str_repeat('a', 23).";\r\n ".
181 'filename*1*='.str_repeat('a', 37),
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Tokenizers/
H A DTokenizer.php946 echo str_repeat("\t", $depth);
973 echo str_repeat("\t", $depth);
999 echo str_repeat("\t", $depth);
1023 echo str_repeat("\t", $depth);
1039 echo str_repeat("\t", $depth);
1053 echo str_repeat("\t", $depth);
1233 echo str_repeat("\t", $depth);
1393 echo str_repeat("\t", $depth);
1418 echo str_repeat("\t", $depth);
1426 echo str_repeat("\t", $depth);
[all …]
/dports/www/phpmyfaq/phpmyfaq/src/phpMyFAQ/Helper/
H A DCategoryHelper.php75 str_repeat("\t", $level + $i + 1),
76 str_repeat("\t", $level + $i)
94 str_repeat("\t", $level + 1),
95 str_repeat("\t", $level + 1),
101 str_repeat("\t", $level + 1),
197 str_repeat("\t", $level + $i)
208 str_repeat("\t", $level + 2),
209 str_repeat("\t", $level + 1)
218 str_repeat("\t", $level + 1),
219 str_repeat("\t", $level + 1)
[all …]
/dports/lang/php81/php-8.1.1/ext/standard/tests/math/
H A Dbindec_basiclong_64bit.phpt16 '0'.str_repeat('1',63),
17 str_repeat('1',64),
18 '0'.str_repeat('1',31),
19 str_repeat('1',32),
20 '0'.str_repeat('1',64),
21 str_repeat('1',65),
22 '0'.str_repeat('1',32),
23 str_repeat('1',33)
H A Dhexdec_basiclong_64bit.phpt16 '7'.str_repeat('f',15),
17 str_repeat('f',16),
18 '7'.str_repeat('f',7),
19 str_repeat('f',8),
20 '7'.str_repeat('f',16),
21 str_repeat('f',18),
22 '7'.str_repeat('f',8),
23 str_repeat('f',9)
/dports/lang/php80/php-8.0.15/ext/standard/tests/math/
H A Dbindec_basiclong_64bit.phpt16 '0'.str_repeat('1',63),
17 str_repeat('1',64),
18 '0'.str_repeat('1',31),
19 str_repeat('1',32),
20 '0'.str_repeat('1',64),
21 str_repeat('1',65),
22 '0'.str_repeat('1',32),
23 str_repeat('1',33)
H A Dhexdec_basiclong_64bit.phpt16 '7'.str_repeat('f',15),
17 str_repeat('f',16),
18 '7'.str_repeat('f',7),
19 str_repeat('f',8),
20 '7'.str_repeat('f',16),
21 str_repeat('f',18),
22 '7'.str_repeat('f',8),
23 str_repeat('f',9)
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/math/
H A Dbindec_basiclong_64bit.phpt16 '0'.str_repeat('1',63),
17 str_repeat('1',64),
18 '0'.str_repeat('1',31),
19 str_repeat('1',32),
20 '0'.str_repeat('1',64),
21 str_repeat('1',65),
22 '0'.str_repeat('1',32),
23 str_repeat('1',33)
H A Dhexdec_basiclong_64bit.phpt16 '7'.str_repeat('f',15),
17 str_repeat('f',16),
18 '7'.str_repeat('f',7),
19 str_repeat('f',8),
20 '7'.str_repeat('f',16),
21 str_repeat('f',18),
22 '7'.str_repeat('f',8),
23 str_repeat('f',9)
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/math/
H A Dbindec_basiclong_64bit.phpt16 '0'.str_repeat('1',63),
17 str_repeat('1',64),
18 '0'.str_repeat('1',31),
19 str_repeat('1',32),
20 '0'.str_repeat('1',64),
21 str_repeat('1',65),
22 '0'.str_repeat('1',32),
23 str_repeat('1',33)
H A Dhexdec_basiclong_64bit.phpt16 '7'.str_repeat('f',15),
17 str_repeat('f',16),
18 '7'.str_repeat('f',7),
19 str_repeat('f',8),
20 '7'.str_repeat('f',16),
21 str_repeat('f',18),
22 '7'.str_repeat('f',8),
23 str_repeat('f',9)
/dports/lang/php74/php-7.4.27/ext/standard/tests/math/
H A Dbindec_basiclong_64bit.phpt16 '0'.str_repeat('1',63),
17 str_repeat('1',64),
18 '0'.str_repeat('1',31),
19 str_repeat('1',32),
20 '0'.str_repeat('1',64),
21 str_repeat('1',65),
22 '0'.str_repeat('1',32),
23 str_repeat('1',33)
/dports/lang/php73/php-7.3.33/ext/standard/tests/math/
H A Dbindec_basiclong_64bit.phpt16 '0'.str_repeat('1',63),
17 str_repeat('1',64),
18 '0'.str_repeat('1',31),
19 str_repeat('1',32),
20 '0'.str_repeat('1',64),
21 str_repeat('1',65),
22 '0'.str_repeat('1',32),
23 str_repeat('1',33)
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/math/
H A Dbindec_basiclong_64bit.phpt16 '0'.str_repeat('1',63),
17 str_repeat('1',64),
18 '0'.str_repeat('1',31),
19 str_repeat('1',32),
20 '0'.str_repeat('1',64),
21 str_repeat('1',65),
22 '0'.str_repeat('1',32),
23 str_repeat('1',33)
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/math/
H A Dbindec_basiclong_64bit.phpt16 '0'.str_repeat('1',63),
17 str_repeat('1',64),
18 '0'.str_repeat('1',31),
19 str_repeat('1',32),
20 '0'.str_repeat('1',64),
21 str_repeat('1',65),
22 '0'.str_repeat('1',32),
23 str_repeat('1',33)
/dports/finance/pear_Payment_DTA/Payment_DTA-1.4.3/
H A DDTAZV.php435 $content .= str_repeat("0", 8);
437 $content .= str_repeat(" ", 68);
464 $content .= str_repeat("0", 6);
466 $content .= str_repeat("0", 8);
468 $content .= str_repeat(" ", 3);
470 $content .= str_repeat("0", 10);
476 $content .= str_repeat(" ", 3);
515 $content .= str_repeat(" ", 25);
521 $content .= str_repeat(" ", 27);
523 $content .= str_repeat(" ", 35);
[all …]
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Reports/
H A DVersionControl.php238 echo str_repeat('-', $width).PHP_EOL."\033[1m";
241 echo str_repeat('-', $width).PHP_EOL;
244 echo str_repeat('-', $width).PHP_EOL;
269 $line = str_repeat(' ', (6 - strlen($count))).$count;
297 $line = str_repeat(' ', (5 - strlen($count))).$count;
314 echo str_repeat(' ', ($width - 18 - strlen($source)));
316 echo str_repeat(' ', ($width - 14 - strlen($source)));
324 echo str_repeat('-', $width).PHP_EOL;
339 echo PHP_EOL.str_repeat('-', $width).PHP_EOL;
342 echo PHP_EOL.str_repeat('-', $width).PHP_EOL;
[all …]

12345678910>>...205