Home
last modified time | relevance | path

Searched refs:str_repeat (Results 151 – 175 of 379) sorted by relevance

12345678910>>...16

/PHP-8.0/ext/zlib/tests/
H A Dbug74240.phpt16 $bytes = str_repeat("*", 65536);
H A Dcompress_zlib_wrapper.phpt9 $pfx = str_repeat('../', substr_count($_SERVER['PHP_SELF'], '../'));
/PHP-8.0/ext/standard/tests/strings/
H A D007-win32.phpt9 $file = str_repeat("A", PHP_MAXPATHLEN - strlen(__DIR__ . DIRECTORY_SEPARATOR . __FILE__));
H A D007.phpt9 $file = str_repeat("A", PHP_MAXPATHLEN - strlen(__DIR__ . DIRECTORY_SEPARATOR . __FILE__));
H A Dbug68710.phpt14 $m->ddd = str_repeat("A", $i);
H A Dbug24312.phpt5 $data = str_repeat("a", 100);
/PHP-8.0/ext/standard/tests/file/
H A Dbug39673.phpt6 $str = str_repeat("test", 3456);
/PHP-8.0/ext/standard/tests/general_functions/
H A Dbug72306.phpt7 function __toString() { return $this->a++ ? str_repeat("a", 0x8000) : "a"; }
H A Ddl-cve-2007-4887.phpt15 var_dump(dl(str_repeat("a", 8376757)));
/PHP-8.0/ext/pcre/tests/
H A Dbug72685.phpt11 $str = str_repeat('a', $input_size);
/PHP-8.0/ext/soap/tests/
H A Dbug70388.phpt7 …2:"http://localhost/a.xml";s:17:"__default_headers";a:1:{i:1;s:1337:"'.str_repeat("X", 1337).'";}}…
H A Dbug70211.phpt20 $sf = new SoapFault('1', 'string', 'detail', 'header','line', str_repeat("A",232).ptr2str($addr));
/PHP-8.0/ext/dba/tests/
H A Dbug78808.phpt12 $value = str_repeat('*', 0x100000);
/PHP-8.0/ext/pdo_sqlite/tests/
H A Dbug81740.phpt14 $string = str_repeat("a", 0x80000000);
/PHP-8.0/ext/standard/tests/file/windows_mb_path/
H A Dbug74923.phpt17 $s = '\\\\hello.com' . str_repeat('\\', 260);
/PHP-8.0/Zend/tests/type_declarations/
H A Dtyped_properties_051.phpt11 return str_repeat("ok", 2);
/PHP-8.0/Zend/tests/
H A Dbug75420.10.phpt14 $name = str_repeat($name, 2);
H A Dbug75420.12.phpt14 $name = str_repeat($name, 2);
/PHP-8.0/Zend/tests/generators/
H A Dbug71441.phpt7 $add = str_repeat("1 +", $num);
/PHP-8.0/ext/standard/tests/streams/
H A Dbug81346.phpt12 fwrite($s, str_repeat("hello world", 100));
/PHP-8.0/ext/odbc/tests/
H A Dbug60616.phpt43 $euc_jp_check = $euc_jp . str_repeat(" ", (200 - mb_strlen($euc_jp)));
51 $ascii_check = $ascii . str_repeat(" ", (200 - strlen($ascii)));
/PHP-8.0/ext/libxml/tests/
H A Dbug54138.phpt10 $foos = str_repeat('<foo/>' . PHP_EOL, 65535);
/PHP-8.0/ext/hash/tests/
H A Dripemd128.phpt13 echo hash('ripemd128', str_repeat('a', 1000000)) . "\n";
H A Dripemd160.phpt13 echo hash('ripemd160', str_repeat('a', 1000000)) . "\n";
H A Dripemd256.phpt13 echo hash('ripemd256', str_repeat('a', 1000000)) . "\n";

Completed in 26 milliseconds

12345678910>>...16