Printf Inventory

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

ValueCountFile:Line
"%s\n\n%s\n"1
  • /utils/check_tabs_in_rst.php
"%s%s\n%s\n"1
  • /utils/check_tabs_in_rst.php
'%s | %s'1
  • /utils/check_tabs_in_rst.php
'#(?<paramPrefix>@param\s.*\s+\$)(?<paramName>%s)#ms'1
  • /utils/src/Rector/UnderscoreToCamelCaseVariableNameRector.php
'Cannot recursively delete "%s" as it does not exist.'1
  • /system/ComposerScripts.php
'The target directory "%s" is existing. Run %s::recursiveDelete(\'%s\') first.'1
  • /system/ComposerScripts.php
'Cannot create the target directory: "%s"'1
  • /system/ComposerScripts.php
'INSERT INTO %s (%s) VALUES (%s)'1
  • /system/Model.php
'Unable to parse input near "... %s ...".'1
  • /system/Common.php
'Cannot convert "%s::$%s" of type "%s" to type "string".'1
  • /system/Common.php
'Invalid type "%s" used upon transforming data to array.'1
  • /system/BaseModel.php
'Main connection [%s]: %s'1
  • /system/Database/BaseConnection.php
'Failover #%d [%s]: %s'1
  • /system/Database/BaseConnection.php
'Unable to connect to the database.%s%s'1
  • /system/Database/BaseConnection.php
'ALTER TABLE %s DROP CONSTRAINT %s'1
  • /system/Database/Forge.php
$this->createTableStr . '%s'1
  • /system/Database/Forge.php
'CONSTRAINT %s FOREIGN KEY (%s) REFERENCES %s(%s)'1
  • /system/Database/Forge.php
'%s() expects $key to be a non-empty string'1
  • /system/Database/BaseBuilder.php
'%s() expects $values to be of type array or closure'1
  • /system/Database/BaseBuilder.php
'INSERT INTO %s (%s) VALUES (%s) %s'1
  • /system/Database/Postgre/Builder.php
'UPDATE %s%s SET '1
  • /system/Database/SQLSRV/Builder.php
'INSERT INTO %s (%s) VALUES (%s);'1
  • /system/Database/SQLSRV/Builder.php
''1
  • /system/Database/OCI8/Connection.php
'BEGIN %s (' . substr(str_repeat(',%s', count($params)), 1) . '); END;'1
  • /system/Database/OCI8/Connection.php
'SELECT %s SEQ FROM DUAL'1
  • /system/Database/OCI8/Connection.php
'Failed to drop column%s "%s" on "%s" table.'1
  • /system/Database/SQLite3/Forge.php
'ALTER TABLE %s DROP PRIMARY KEY'1
  • /system/Database/MySQLi/Forge.php
'Failed asserting that expected message "%s" with level "%s" was logged.'1
  • /system/Test/CIUnitTestCase.php
'Failed asserting that logs have a record of message containing "%s" with level "%s".'1
  • /system/Test/CIUnitTestCase.php
"a row in the table [%s] matches the attributes \n%s\n\n%s"1
  • /system/Test/Constraints/SeeInDatabase.php
' and %s others'1
  • /system/Test/Constraints/SeeInDatabase.php
'/^ %1$s # match a quote at the start of the value ( # capturing sub-pattern used (?: # we do not need to capture this [^%1$s\\\\] # any character other than a quote or backslash |\\\\\\\\ # or two backslashes together |\\\\%1$s # or an escaped quote e.g \" )* # as many characters that match the previous rules ) # end of the capturing sub-pattern %1$s # and the closing quote .*$ # and discard any string after the closing quote /mx'1
  • /system/Config/DotEnv.php
'Invalid session database handler "%s" provided. Only "MySQLi" and "Postgre" are supported.'1
  • /system/Config/Services.php
'Invalid session handler "%s" provided.'1
  • /system/Config/Services.php
"#{$options['color']}"1
  • /system/Images/Handlers/ImageMagickHandler.php
' %3d%% Complete'1
  • /system/CLI/CLI.php
'CodeIgniter v%s Command Line Tool - Server Time: %s UTC%s'1
  • /system/CLI/Console.php
'/([a-z][a-z0-9_\/\\\\]+)(%s)$/i'1
  • /system/CLI/GeneratorTrait.php
'%.1F'1
  • /system/HTTP/CURLRequest.php
'attachment; filename="%s"'1
  • /system/HTTP/DownloadResponse.php
'REDIRECTED ROUTE at %s'1
  • /system/HTTP/Exceptions/RedirectException.php
'Cannot locate the view file for the "%s" cell.'1
  • /system/View/Cells/Cell.php
'%06d'1
  • /system/Log/Handlers/FileHandler.php
'Undefined offset "%s".'1
  • /system/Cookie/Cookie.php
'Cannot set values of properties of %s as it is immutable.'1
  • /system/Cookie/Cookie.php
'Cannot unset values of properties of %s as it is immutable.'1
  • /system/Cookie/Cookie.php
'%s=%s'1
  • /system/Cookie/Cookie.php
'Your environment is currently set as %s.'1
  • /system/Commands/Utilities/Environment.php
'Invalid environment type "%s". Expected one of "%s".'1
  • /system/Commands/Utilities/Environment.php
'Environment is successfully changed to "%s".'1
  • /system/Commands/Utilities/Environment.php
'/^[#\s]*CI_ENVIRONMENT[=\s]+%s$/m'1
  • /system/Commands/Utilities/Environment.php
'@%.6f'1
  • /system/I18n/TimeTrait.php
'%0' . $len . 'd'1
  • /system/Helpers/text_helper.php
'A strictly positive length is expected, "%d" given.'1
  • /system/Helpers/text_helper.php
'%o'1
  • /system/Helpers/filesystem_helper.php
'&#x%04X;'1
  • /system/ThirdParty/Escaper/Escaper.php
'&#x%02X;'1
  • /system/ThirdParty/Escaper/Escaper.php
'\\x%02X'1
  • /system/ThirdParty/Escaper/Escaper.php
'\\u%04s'1
  • /system/ThirdParty/Escaper/Escaper.php
'\\u%04s\\u%04s'1
  • /system/ThirdParty/Escaper/Escaper.php
'\\%X '1
  • /system/ThirdParty/Escaper/Escaper.php
'String to be escaped was not valid UTF-8 or could not be converted: %s'1
  • /system/ThirdParty/Escaper/Escaper.php
'%08X'1
  • /system/ThirdParty/Kint/Renderer/Rich/BinaryPlugin.php
'%02x%02x%02x'1
  • /system/ThirdParty/Kint/Value/Representation/ColorRepresentation.php
'%02x%02x%02x%02x'1
  • /system/ThirdParty/Kint/Value/Representation/ColorRepresentation.php
'#%1X%1X%1X'1
  • /system/ThirdParty/Kint/Value/Representation/ColorRepresentation.php
'#%02X%02X%02X'1
  • /system/ThirdParty/Kint/Value/Representation/ColorRepresentation.php
'rgb(%d, %d, %d)'1
  • /system/ThirdParty/Kint/Value/Representation/ColorRepresentation.php
'rgb(%d, %d, %d, %s)'1
  • /system/ThirdParty/Kint/Value/Representation/ColorRepresentation.php
'rgba(%d, %d, %d, %s)'1
  • /system/ThirdParty/Kint/Value/Representation/ColorRepresentation.php
'hsl(%d, %d%%, %d%%)'1
  • /system/ThirdParty/Kint/Value/Representation/ColorRepresentation.php
'hsl(%d, %d%%, %d%%, %s)'1
  • /system/ThirdParty/Kint/Value/Representation/ColorRepresentation.php
'hsla(%d, %d%%, %d%%, %s)'1
  • /system/ThirdParty/Kint/Value/Representation/ColorRepresentation.php
'#%1X%1X%1X%1X'1
  • /system/ThirdParty/Kint/Value/Representation/ColorRepresentation.php
'#%02X%02X%02X%02X'1
  • /system/ThirdParty/Kint/Value/Representation/ColorRepresentation.php
'%s %s%04d'1
  • /system/Email/Email.php
'/%s/u'1
  • /system/Validation/Validation.php
'%s(%s)'1
  • /system/Debug/Exceptions.php
'Object(%s)'1
  • /system/Debug/Exceptions.php
'resource (%s)'1
  • /system/Debug/Exceptions.php
'%s %s: %s%s%s(%s)'1
  • /system/Debug/Exceptions.php
'%d'1
  • /system/Debug/Toolbar/Collectors/Database.php
'(%d total Quer%s, %d %s unique across %d Connection%s)'1
  • /system/Debug/Toolbar/Collectors/Database.php
".%s { %s }\n"1
  • /system/Debug/Toolbar/Views/toolbar.tpl.php
'#\A%s' . $pattern . $this->sessionIDRegex . '\z#'1
  • /system/Session/Handlers/FileHandler.php
'Routes file not found: "%s"'1
  • /system/Router/RouteCollection.php
'%s - %s'1
  • /user_guide_src/source/outgoing/view_cells/014.php
'Your PHP version must be %s or higher to run CodeIgniter. Current version: %s'1
  • /public/index.php
'The origin directory "%s" was not found.'2
  • /system/ComposerScripts.php
  • /system/Helpers/filesystem_helper.php
'The framework needs the following extension(s) installed and loaded: %s.'2
  • /system/Boot.php
  • /system/Exceptions/FrameworkException.php
"\t%s(%s) %s_%s"2
  • /system/Database/MigrationRunner.php (2)
'%.6f'2
  • /system/Debug/Toolbar.php
  • /system/Debug/Toolbar/Collectors/History.php
"<span class='line highlight'><span class='number'>{$format}</span> %s\n</span>%s"2
  • /system/Debug/BaseExceptionHandler.php
  • /system/Debug/Exceptions.php
'<span class="line"><span class="number">' . $format . '</span> %s'2
  • /system/Debug/BaseExceptionHandler.php
  • /system/Debug/Exceptions.php
'HTTP/%s %s %s'3
  • /system/HTTP/ResponseTrait.php
  • /system/Debug/ExceptionHandler.php
  • /system/Debug/Exceptions.php
'%02s'3
  • /system/Email/Email.php (3)