Home
last modified time | relevance | path

Searched refs:str_repeat (Results 101 – 125 of 379) sorted by relevance

12345678910>>...16

/PHP-8.0/ext/pcre/tests/
H A Dpreg_match_error3.phpt13 var_dump(preg_match('/^(foo)+$/', str_repeat('foo', 1024*8192)));
H A Derrors05.phpt13 var_dump(preg_match('/^(foo)+$/', str_repeat('foo', 1024*8192)));
/PHP-8.0/Zend/tests/try/
H A Dbug70228_7.phpt13 return str_repeat("a", 2);
/PHP-8.0/Zend/tests/
H A Dbug43128.phpt8 $a = str_repeat("a", 10 * 1024 * 1024);
H A Dbug75420.2.phpt12 $name = str_repeat($name, 2);
H A Dbug75420.4.phpt12 $name = str_repeat($name, 2);
H A Dbug81070.phpt9 $a = str_repeat("0", 5 * 1024 * 1024);
/PHP-8.0/ext/filter/tests/
H A Dbug81708.phpt11 $input = "+" . str_repeat("1", 2); // avoid string interning
/PHP-8.0/ext/standard/tests/streams/
H A Dbug63240.phpt7 $str = str_repeat('.', 8191) . $delimiter . "rest";
H A Dbug77080.phpt9 $string = str_repeat("0123456789", 100);
H A Dbug81659.phpt8 fwrite($stream, str_repeat("*", 1024));
H A Dbug70362.phpt8 $data = str_repeat('0', 4096);
/PHP-8.0/ext/openssl/tests/
H A Dbug71475.phpt9 $_ = str_repeat("A", 512);
H A Dopenssl_encrypt_ccm.phpt30 var_dump(openssl_encrypt('data', $method, 'password', 0, str_repeat('x', 10), $tag, '', 14));
34 var_dump(openssl_encrypt('data', $method, 'password', 0, str_repeat('x', 16), $tag, '', 1024));
/PHP-8.0/ext/hash/tests/
H A Dsha1.phpt12 echo hash('sha1', str_repeat('a', 1000000)) . "\n";
H A Dsha224.phpt12 echo hash('sha224', str_repeat('a', 1000000)) . "\n";
H A Dsha256.phpt12 echo hash('sha256', str_repeat('a', 1000000)) . "\n";
H A Dsha384.phpt12 echo hash('sha384', str_repeat('a', 1000000)) . "\n";
H A Dsha512.phpt12 echo hash('sha512', str_repeat('a', 1000000)) . "\n";
/PHP-8.0/ext/iconv/tests/
H A Diconv_strlen-charset-length-cve-2007-4840.phpt7 $a = str_repeat("/", 9791999);
H A Diconv_mime_decode-charset-length-cve-2007-4840.phpt7 $a = str_repeat("/", 9000000);
H A Diconv_mime_decode_headers-charset-length-cve-2007-4840.phpt7 $a = str_repeat("/", 9000000);
/PHP-8.0/ext/intl/tests/
H A Dbug67397.phpt10 $ret = var_export(ut_loc_get_display_name(str_repeat('*', 256), 'en_us'), true);
/PHP-8.0/ext/phar/tests/
H A Dbug77396.phpt7 $path = '../' . str_repeat("x", PHP_MAXPATHLEN) . '.tar';
/PHP-8.0/ext/standard/tests/general_functions/
H A Dbug49847.phpt9 $s = str_repeat(' ', 4097);

Completed in 23 milliseconds

12345678910>>...16