Localisation updates from https://translatewiki.net.
[mediawiki.git] / tests / phpunit / includes / shell / bin / echo_333333_stars.php
blob58f88b7eff95e1ff33ca11c9d8ccf974fe2004d8
1 <?php
3 if ( PHP_SAPI !== 'cli' ) {
4 exit( 1 );
7 echo str_repeat( '*', 333333 );