import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-strings / bug26878.php
blob5289f3c947e8fc8e3c664d866574055edeaf1d06
1 <?php
2 printf('Int: %1$d and as string: %1$s', 'some string');
3 echo "\n";
4 ?>