Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-7.4/ext/dba/tests/
H A Dbug78808.phpt12 $value = str_repeat('*', 0x100000);
/PHP-7.4/ext/soap/tests/
H A Dbug70211.phpt20 $sf = new SoapFault('1', 'string', 'detail', 'header','line', str_repeat("A",232).ptr2str($addr));
/PHP-7.4/ext/standard/tests/strings/
H A D007-win32.phpt9 $file = str_repeat("A", PHP_MAXPATHLEN - strlen(__DIR__ . DIRECTORY_SEPARATOR . __FILE__));
H A Dbug68710.phpt14 $m->ddd = str_repeat("A", $i);
H A D007.phpt9 $file = str_repeat("A", PHP_MAXPATHLEN - strlen(__DIR__ . DIRECTORY_SEPARATOR . __FILE__));
H A Dbug24312.phpt5 $data = str_repeat("a", 100);
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_051.phpt11 return str_repeat("ok", 2);
/PHP-7.4/ext/zlib/tests/
H A Dcompress_zlib_wrapper.phpt9 $pfx = str_repeat('../', substr_count($_SERVER['PHP_SELF'], '../'));
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dbug74923.phpt17 $s = '\\\\hello.com' . str_repeat('\\', 260);
/PHP-7.4/Zend/tests/
H A Dbug75420.10.phpt14 $name = str_repeat($name, 2);
H A Dbug75420.12.phpt14 $name = str_repeat($name, 2);
H A Dunexpected_ref_bug.phpt12 $my_var = str_repeat("A",64);
H A Dbug40770.phpt18 $var.= str_repeat('a',1*1024*1024);
/PHP-7.4/Zend/tests/generators/
H A Dbug71441.phpt7 $add = str_repeat("1 +", $num);
/PHP-7.4/ext/standard/tests/streams/
H A Dbug81346.phpt12 fwrite($s, str_repeat("hello world", 100));
H A Dstream_set_chunk_size.phpt14 return str_repeat('a', $count);
38 var_dump(fwrite($f, str_repeat('b', 3)));
49 var_dump(strlen(fwrite($f, str_repeat('b', 250))));
/PHP-7.4/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-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_many_columns.phpt65 $stmt = $link->prepare("INSERT INTO test VALUES(".str_repeat("?, ", $cols-1) . "?)");
67 $s = str_repeat("a", 2 << 12);
68 $eval_str="\$stmt->bind_param(\"".str_repeat("s",$cols)."\", ";
/PHP-7.4/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";
H A Dripemd320.phpt13 echo hash('ripemd320', str_repeat('a', 1000000)) . "\n";
/PHP-7.4/ext/date/tests/
H A Dbug50392.phpt10 $string = $base . '.' . str_repeat($i, $i);
/PHP-7.4/ext/pcre/tests/
H A Dcache_limit.phpt12 $str = str_repeat('x', PREG_CACHE_SIZE);
/PHP-7.4/ext/libxml/tests/
H A Dbug54138.phpt10 $foos = str_repeat('<foo/>' . PHP_EOL, 65535);

Completed in 26 milliseconds

12345678910>>...15