Printf Inventory

List of all printf(), sprintf(), etc. formats strings mentioned in the code..

ValueCountFile:Line
'%s loses the game!'
1
  • /src/Commands/SimulateCommand.php
"%s:\t%d"
1
  • /src/Commands/SimulateCommand.php
'Starting a game with %s, %s, %s, %s'
1
  • /src/Commands/SimulateCommand.php
'Round %d: %s starts the game'
1
  • /src/Commands/SimulateCommand.php
"%s plays:\t%s"
1
  • /src/Commands/SimulateCommand.php
'%s played %s, the highest matching card of this match and got %d point added to his total
score. %s’s total score is %d points.'
1
  • /src/Commands/SimulateCommand.php
"%s has been dealt:\t%s %s %s %s %s %s %s"
1
  • /src/Commands/SimulateCommand.php