Home
last modified time | relevance | path

Searched refs:str_repeat (Results 276 – 300 of 379) sorted by relevance

1...<<111213141516

/PHP-8.0/ext/oci8/tests/
H A Dlob_002.phpt31 var_dump($blob->write(str_repeat("test", 10000), 1000000));
H A Dlob_008.phpt28 var_dump($blob->write(str_repeat("string.", 1000)));
H A Dlob_007.phpt29 var_dump($blob->write(str_repeat("string.", 1000)));
H A Dlob_024.phpt29 var_dump($blob->write(str_repeat("string.", 1000)));
H A Dpecl_bug10194.phpt34 $string = str_repeat("test", 32768*4*4);
/PHP-8.0/ext/zlib/tests/
H A Dinflate_get_status.phpt9 $random_junk = str_repeat("qebsouesl", 128);
/PHP-8.0/ext/standard/tests/streams/
H A Dproc_open_bug60120.phpt46 fwrite($pipes[0], str_repeat('*', 10000));
/PHP-8.0/ext/phar/tests/
H A Dbug74991.phpt14 …const MAXPATHLEN = 4096, OVERFLOW = 1, PATH = 'path'; set_include_path(str_repeat('x', MAXPATHLEN …
/PHP-8.0/ext/curl/tests/
H A Dbug69316.phpt14 curl_setopt($ch, CURLOPT_COOKIE, str_repeat("a", $FILE_size - 1));
/PHP-8.0/ext/standard/tests/crypt/
H A Dbcrypt_salt_dollar.phpt6 $salt = '$2y$04$' . str_repeat('0', $i) . '$';
/PHP-8.0/Zend/
H A Dmicro_bench.php262 $pad = str_repeat(" ", 24-strlen($name)-strlen($num));
276 $pad = str_repeat("-", 24);
279 $pad = str_repeat(" ", 24-strlen("Total")-strlen($num));
H A Dbench.php367 $pad = str_repeat(" ", 24-strlen($name)-strlen($num));
377 $pad = str_repeat("-", 24);
380 $pad = str_repeat(" ", 24-strlen("Total")-strlen($num));
/PHP-8.0/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc114 fwrite($this->tmp, (binary)str_repeat("\0", 512 - $stat['size'] % 512));
119 fwrite($this->tmp, (binary)str_repeat("\0", 512 - strlen($fileOrStream) % 512));
H A Dcorrupt_tarmaker.php.inc122 fwrite($this->tmp, str_repeat("\0", 512 - $stat['size'] % 512));
127 fwrite($this->tmp, str_repeat("\0", 512 - strlen($fileOrStream) % 512));
H A Dmake.dangerous.tar.php.inc115 fwrite($this->tmp, (binary)str_repeat("\0", 512 - $stat['size'] % 512));
120 fwrite($this->tmp, (binary)str_repeat("\0", 512 - strlen($fileOrStream) % 512));
/PHP-8.0/ext/standard/tests/file/
H A Dcopy_variation15.phpt18 fwrite($file_handle, str_repeat("Hello, world...", 20));
H A Dcopy_variation18.phpt14 fwrite($file_handle, str_repeat("Hello2world...\n", 100));
H A Dcopy_variation9.phpt18 fwrite($file_handle, str_repeat("Hello2world...\n", 100));
H A Dbug60120.phpt21 $stdin = str_repeat('*', 2049 );
H A Dcopy_variation17.phpt12 fwrite($file_handle, str_repeat("Hello2world...\n", 100));
/PHP-8.0/ext/mysqli/tests/
H A D022.phpt25 $a2 = str_repeat("A1", 32000);
H A Dmysqli_change_user.phpt64 …alse !== ($tmp = @mysqli_change_user($link, str_repeat('user', 16384), str_repeat('pass', 16384),
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_decrypt_ccm.phpt33 $test['iv'], str_repeat('x', 10), $test['aad']));
H A Dopenssl_decrypt_error.phpt11 $iv = str_repeat("\0", openssl_cipher_iv_length($method));
H A Dopenssl_decrypt_gcm.phpt31 $test['iv'], str_repeat('x', 16), $test['aad']));

Completed in 38 milliseconds

1...<<111213141516