import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-strings / sprintf_basic3.php.expectf
blobc51bc86eb9fd905287748f2be13c6e6de69befea
1 *** Testing sprintf() : basic functionality - using float format ***
2 string(6) "format"
3 string(9) "11.110000"
4 string(9) "11.110000"
5 string(19) "11.110000 22.220000"
6 string(19) "11.110000 22.220000"
7 string(29) "11.110000 22.220000 33.330000"
8 string(29) "11.110000 22.220000 33.330000"
9 Done