.. _structures-sprintfformatcompilation: .. _sprintf-format-compilation: Sprintf Format Compilation ++++++++++++++++++++++++++ The `sprintf() `_ format used yields an `error `_. A format is a ``%`` pourcent character, followed by a letter. Some letters are not allowed: ``a, i, j, k, l, m, n, p, q, r, t, v, w, y, z, A, B, C, D, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, Y, Z``. This applies to `printf() `_, `sprintf() `_, `vprintf() `_, `vfprintf() `_, `vsprintf() `_, `sscanf() `_, `fscanf() `_ .. code-block:: php See also `sprintf `_. Related PHP errors ------------------- + `0 `_ Connex PHP features ------------------- + `sprintf `_ Suggestions ___________ * Fix the format Specs _____ +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Short name | Structures/SprintfFormatCompilation | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Rulesets | :ref:`All `, :ref:`Analyze `, :ref:`Changed Behavior ` | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Exakat since | 2.4.5 | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | PHP Version | All | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Severity | Minor | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Time To Fix | Quick (30 mins) | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Precision | Very high | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Available in | `Entreprise Edition `_, `Exakat Cloud `_ | +--------------+-------------------------------------------------------------------------------------------------------------------------+